Addresses Gitea suggestions #3 and #2. #3 Mobile: the sidebar was desktop-only (hidden md:flex), leaving phones with no nav at all. Added a slide-out drawer (hamburger in the top bar, md:hidden) that reuses the nav. Lifted navItems/settingsItems into src/components/layout/nav-items.ts so the sidebar and mobile drawer share one source + active-state logic. No HTTPS needed (pure responsive UI). #2 Suggestions: the @otm/account-panel SuggestionsPanel hardcodes light neutral-* text that assumes a white backdrop, so it washed out on the app theme — now rendered on a white card for contrast in light/dark. Added a lightbulb button in the header that jumps to Suggestions (like FMB). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,14 @@ export type ChangelogEntry = {
|
||||
};
|
||||
|
||||
export const CHANGELOG: ChangelogEntry[] = [
|
||||
{
|
||||
version: "0.17.0",
|
||||
date: "2026-06-16",
|
||||
changes: [
|
||||
"Mobile now works — there's a menu button (top-left) that slides out the full navigation, so you can get around on your phone.",
|
||||
"Added a lightbulb button in the top bar that jumps straight to Suggestions, and made the Suggestions page readable (it was washed-out gray on the app's background).",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.16.1",
|
||||
date: "2026-06-16",
|
||||
|
||||
Reference in New Issue
Block a user