Files
veola/.gitignore
prosolis 9a7f8b47a3 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.
2026-06-20 12:42:00 -07:00

32 lines
407 B
Plaintext

# Binaries
veola-bin
*.exe
# Fetched-on-demand tooling (Tailwind standalone CLI)
/bin/
# Local config (use config.toml.example as template)
config.toml
# Database
*.db
*.db-journal
*.db-wal
*.db-shm
# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
# Debug log output from `-debug` runs
veola-debug.log
*.log
# dev screenshot + throwaway preview artifacts
.shot_*
.shots_*
config_shot.toml
veola_shot.db*