brewlog/src/presentation/web/views
Jon Seager acaadbbcf6
refactor(web): split views.rs into entity-specific submodules
- Move entity view models into views/{entity}.rs submodules
- Keep Paginated and ListNavigator in views/mod.rs as shared infrastructure
- Re-export all types from mod.rs to preserve existing import paths
2026-02-03 16:58:44 +00:00
..
bags.rs refactor(web): split views.rs into entity-specific submodules 2026-02-03 16:58:44 +00:00
brews.rs refactor(web): split views.rs into entity-specific submodules 2026-02-03 16:58:44 +00:00
cafes.rs refactor(web): split views.rs into entity-specific submodules 2026-02-03 16:58:44 +00:00
cups.rs refactor(web): split views.rs into entity-specific submodules 2026-02-03 16:58:44 +00:00
gear.rs refactor(web): split views.rs into entity-specific submodules 2026-02-03 16:58:44 +00:00
mod.rs refactor(web): split views.rs into entity-specific submodules 2026-02-03 16:58:44 +00:00
roasters.rs refactor(web): split views.rs into entity-specific submodules 2026-02-03 16:58:44 +00:00
roasts.rs refactor(web): split views.rs into entity-specific submodules 2026-02-03 16:58:44 +00:00
timeline.rs refactor(web): split views.rs into entity-specific submodules 2026-02-03 16:58:44 +00:00