mirror of
https://github.com/RGJorge/ContainerFlow.git
synced 2026-08-03 07:21:42 +02:00
v0.1.0 — Repositorio público
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare const __APP_VERSION__: string;
|
||||
Reference in New Issue
Block a user