brewlog/templates
Jon Seager 6bbbafbef4
refactor(gear): remove notes field from Gear entity
The notes field was not providing enough value to justify its presence.
Simplified the Gear entity by removing notes from:
- Domain structs (Gear, NewGear, UpdateGear)
- SQL repository queries and GearRecord
- HTTP client methods
- CLI commands (--notes flag)
- Web views and templates
- All related tests

Added migration 0008_remove_gear_notes.sql to drop the column.
2026-02-02 16:16:54 +00:00
..
partials refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
bags.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
base.html feat: bootstrap brewlog platform 2025-11-24 11:44:12 +00:00
favicon.ico feat: bootstrap brewlog platform 2025-11-24 11:44:12 +00:00
gear.html refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
login.html feat(frontend): add login page and session-based authentication 2025-11-25 16:28:47 +00:00
nav.html feat(web): add Gear web UI with reactive updates 2026-02-02 15:35:57 +00:00
roast_detail.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
roaster_detail.html feat: bootstrap brewlog platform 2025-11-24 11:44:12 +00:00
roasters.html feat(frontend): add login page and session-based authentication 2025-11-25 16:28:47 +00:00
roasts.html feat(frontend): add login page and session-based authentication 2025-11-25 16:28:47 +00:00
styles.css feat: bootstrap brewlog platform 2025-11-24 11:44:12 +00:00
timeline.html feat: add pagination/infinite scroll to timeline 2025-11-24 21:45:59 +00:00