Redesign dashboard: refined-minimal layout with product thumbnails
Move the dashboard from boxed glass cards to an airy, hairline-separated layout where type and whitespace carry the page, then surface listing images as the visual anchor. - Solid surfaces (drop backdrop-filter glass, per spec); calm flat field with a single cool top-glow replacing the drifting aurora and dot-grid. - Recent results / recent alerts are now product feeds with 52px thumbnails, listing titles, and price; image_url threaded through ResultRow/AlertRow (data already stored, just unsurfaced). - ListResults gains an OnlyAlerted filter so the alerts panel reuses its decryption path instead of a raw query. - Dashboard recent results capped at 8 for a balanced snapshot.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -23,3 +23,9 @@ config.toml
|
||||
# Debug log output from `-debug` runs
|
||||
veola-debug.log
|
||||
*.log
|
||||
|
||||
# dev screenshot + throwaway preview artifacts
|
||||
.shot_*
|
||||
.shots_*
|
||||
config_shot.toml
|
||||
veola_shot.db*
|
||||
|
||||
Reference in New Issue
Block a user