v0.1.0 — Repositorio público

This commit is contained in:
RGJorge
2026-05-11 03:02:14 +00:00
parent 77da10bfde
commit 396873ae87
16 changed files with 56 additions and 1341 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ export function HeaderBar({
/>
<div className="flex flex-col items-end">
<span className="text-base font-bold text-white tracking-wide">ContainerFlow</span>
<span className="text-[9px] text-slate-500 font-mono -mt-1">v0.0.1</span>
<span className="text-[9px] text-slate-500 font-mono -mt-1">v{__APP_VERSION__}</span>
</div>
</div>
+1 -1
View File
@@ -122,7 +122,7 @@ export function SettingsPage({ projects, servicesCount, token }: SettingsPagePro
<div className="grid grid-cols-2 gap-4 text-sm">
<div className="bg-slate-900/50 rounded-lg p-3">
<span className="text-slate-500 block text-xs mb-1">{t("settings.version")}</span>
<span className="text-slate-200 font-mono">v0.0.1</span>
<span className="text-slate-200 font-mono">v{__APP_VERSION__}</span>
</div>
<div className="bg-slate-900/50 rounded-lg p-3">
<span className="text-slate-500 block text-xs mb-1">{t("settings.mode")}</span>
+3
View File
@@ -0,0 +1,3 @@
/// <reference types="vite/client" />
declare const __APP_VERSION__: string;