Compare commits

...

2 Commits

Author SHA1 Message Date
49d50e0849 Build [v1.10.9] 2026-04-15 19:57:06 +03:00
757e9a7aa7 Build [v1.10.8] 2026-04-15 19:48:31 +03:00
3 changed files with 7 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"version": "1.10.7",
"last_build": "2026-04-15-1940",
"version": "1.10.9",
"last_build": "2026-04-15-1957",
"codename": "AccessibleUI",
"commit": "be251c8a"
"commit": "757e9a7a"
}

View File

@@ -601,16 +601,6 @@ export default function Home() {
<Trash2 size={20} />
</button>
)}
<button
onClick={() => {
setSelectedUserForLogin({ username: '' });
// We use an empty username object to trigger the manual input view
}}
className="flex items-center justify-center gap-2 py-4 rounded-2xl border border-primary/20 bg-primary/5 text-primary hover:bg-primary/10 transition-all font-bold text-xs"
>
<User size={12} />
Manual Login
</button>
<button
onClick={() => {
setSelectedItem(null);
@@ -783,9 +773,9 @@ export default function Home() {
<Minus size={24} />
</button>
<div className="text-center">
<span className="text-xs font-black tabular-nums">{zoom.toFixed(1)}x</span>
<span className="text-[10px] text-primary/80 font-bold uppercase tracking-tight">Zoom</span>
</div>
<span className="text-xs font-black tabular-nums">{adjustQty}</span>
<span className="text-[10px] text-primary/80 font-bold uppercase tracking-tight">Units</span>
</div>
<button
onClick={() => setAdjustQty(adjustQty + 1)}
className="w-12 h-12 rounded-full border border-slate-800 flex items-center justify-center text-slate-400 active:bg-slate-800"

File diff suppressed because one or more lines are too long