brewlog/templates/partials
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
..
bag_list.html fix: remove superfluous /bags/:id/finish endpoint 2025-11-27 14:24:26 +00:00
gear_list.html refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
roast_list.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
roast_options.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
roaster_list.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
table.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00
timeline_chunk.html feat: add pagination/infinite scroll to timeline 2025-11-24 21:45:59 +00:00
timeline_month.html feat: add bags web views and templates 2025-11-27 14:02:55 +00:00