feat: v1 deployment with original logo in app

This commit is contained in:
gauvainboiche
2026-08-31 21:56:53 +02:00
parent cb774383b1
commit ae085f8765
11 changed files with 158 additions and 48 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

+2 -4
View File
@@ -25,10 +25,8 @@
<!-- Logo -->
<div class="flex items-center gap-3">
<div
class="bg-gradient-to-r from-amber-500 to-amber-600 text-slate-950 font-black px-3.5 py-1 rounded-xl text-xl tracking-wider shadow-md shadow-amber-500/20">
KétaPK
</div>
<img src="img/logo.jpg" alt="KétaPK" class="max-w-[150px] max-h-[50px] w-auto h-auto rounded-xl shadow-md shadow-amber-500/20">
<div class="flex flex-col">
<span data-i18n="app.title" class="text-sm font-bold text-[var(--kt-text-1)] leading-none">Pharmaco Kinetics</span>
<span data-i18n="app.version" class="text-[10px] text-[var(--kt-text-3)] font-mono">v1.00 • Dr Georges Mion</span>
+1 -1
View File
@@ -8,7 +8,7 @@
/**
* Single application version (centralized)
*/
export const APP_VERSION = '0.19.0';
export const APP_VERSION = "1.0.0";
export const MODES = {
ESKETAMINE: 'ESKETAMINE',