7 Commits

Author SHA1 Message Date
cottongin
3d36517511 docs: fix gallery and repo URLs
- Updated README.md to use the correct htmlpreview URL for Gitea
- Updated docs/gallery.html 'Back to README' link to point to the main repo URL

Made-with: Cursor
2026-04-07 15:37:25 -04:00
cottongin
b0ac44152f docs: add application screenshots and interactive gallery
- Captured clean, full-page screenshots of all major application views
- Added an interactive HTML slide deck gallery for previewing features
- Created a high-resolution mosaic and a smaller preview mosaic
- Generated a Python script to automate mosaic creation
- Updated README.md with prominent links to the gallery and screenshots
- Added accessibility attributes (role="button", tabindex="0") to calendar rows

Made-with: Cursor
2026-04-07 15:03:21 -04:00
cottongin
b2d084cd69 docs: add mosaic cover implementation plan
Made-with: Cursor
2026-04-06 19:18:18 -04:00
cottongin
8deb71b81a docs: add mosaic cover design spec
Made-with: Cursor
2026-04-06 19:16:12 -04:00
cottongin
d6cef67420 Add cover refinements implementation plan
Five-task plan covering pixel-width truncation, font size bump,
and obituary filtering across three call sites.

Made-with: Cursor
2026-04-06 18:56:38 -04:00
cottongin
c4300b02b8 Add cover refinements design spec
Spec for three cover generation improvements: omit obituaries
from headlines, increase font size, and use pixel-width truncation.

Made-with: Cursor
2026-04-06 18:54:49 -04:00
cottongin
5c924f7dba feat: full integration — app.py wiring, scheduler startup, route registration, README
- Wire blueprints and scheduler into create_app()
- Add start_scheduler param to skip scheduler in tests
- Fix Setting.get/set to use modern db.session.get()
- Remove unused imports from conftest and models
- Add README with quick start and usage guide

Made-with: Cursor
2026-04-06 15:22:38 -04:00