feat(web): redesign admin panel and adopt repo logo - #37
Merged
Merged
Conversation
Use the repo logo (docs/assets/logo.png) in the web app: the full lockup on the login page, and a mark-only crop for the sidebar, mobile bar, favicon and PWA icons, where the wordmark is unreadable at small sizes. Dashboard is restructured from eight identical stat tiles into a torrent pipeline strip, a needs-attention panel for errored torrents, a downloading-now list, a divided storage row and the addon card. UX additions: search, status filter chips (URL-backed), sortable columns, manual refresh and total speed on Torrents; reason filter chips and refresh on History; Discard button and Cmd/Ctrl+S on Settings; download client health, error badge and version in the sidebar; per-page browser titles. Replace emoji/box glyphs with one inline SVG icon set, drop the tracked ALL-CAPS labels and heavy card shadows, add a global focus ring. Fix pre-existing daisyUI 5 breakage: the removed form-control class left settings labels inline with their inputs, and neutral badges (Queued, Manual) were invisible in dark mode.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/assets/logo.png) in the web app: full lockup on Login; a mark-only crop for the sidebar, mobile bar, favicon and PWA icons (the tagline is unreadable at 16–48px).form-controlclass left settings labels inline with inputs; Queued/Manual badges were invisible in dark mode.Test plan
npm run build(tsc + vite) passesvitest— 21 tests pass, including newtorrentListfilter/sort tests