Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 757e9a7aa7 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.10.7",
|
"version": "1.10.8",
|
||||||
"last_build": "2026-04-15-1940",
|
"last_build": "2026-04-15-1948",
|
||||||
"codename": "AccessibleUI",
|
"codename": "AccessibleUI",
|
||||||
"commit": "be251c8a"
|
"commit": "79e3152c"
|
||||||
}
|
}
|
||||||
@@ -601,16 +601,6 @@ export default function Home() {
|
|||||||
<Trash2 size={20} />
|
<Trash2 size={20} />
|
||||||
</button>
|
</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
|
<button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSelectedItem(null);
|
setSelectedItem(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user