diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-01 12:40:30 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-01 12:40:30 +0300 |
| commit | 27dbaf2b2d5895a091d04aa1c852abb91a619e2d (patch) | |
| tree | 846ba964ee6f0fba52ccb2b1750d44b21c454efb /web/login.html | |
| parent | badc2543eaa319657ecc97453fbdca58679ecb87 (diff) | |
Minimalist UI: hide all elements until activated; add help modal and keyboard shortcuts
- Redesign UI to be invisible by default: only header + '?' button shown
- Press m to show sidebar, t for toolbar, / for search, ? for help
- Add help modal with all keyboard shortcuts
- Fix scanner to skip corrupt/unprobeable files instead of aborting
- Fix scanner to skip thumbnail errors instead of aborting
- Fix rescan to use background context so it completes after HTTP response
- Rename project from KISS Media Player to Player
Diffstat (limited to 'web/login.html')
| -rw-r--r-- | web/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/login.html b/web/login.html index 6925e6f..970a004 100644 --- a/web/login.html +++ b/web/login.html @@ -3,14 +3,14 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<title>Login — KISS Media Player</title> +<title>Login — Player</title> <link rel="stylesheet" href="/css/theme.css"> <link rel="stylesheet" href="/css/components.css"> <link rel="stylesheet" href="/css/login.css"> </head> <body> <div class="login-container" role="main"> - <h1>KISS Media Player</h1> + <h1>Player</h1> <form id="login-form" class="login-form" novalidate> <label for="username">Username</label> <input type="text" id="username" name="username" autocomplete="username" required autofocus> |
