Build [v1.10.8]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.10.7",
|
||||
"last_build": "2026-04-15-1940",
|
||||
"version": "1.10.8",
|
||||
"last_build": "2026-04-15-1948",
|
||||
"codename": "AccessibleUI",
|
||||
"commit": "be251c8a"
|
||||
"commit": "79e3152c"
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user