Release v26.04.15.1 — Tablet landscape improvements #25

Merged
bvandeusen merged 0 commits from dev into main 2026-04-16 01:52:50 -04:00
bvandeusen commented 2026-04-16 01:52:41 -04:00 (Migrated from git.fabledsword.com)

Summary

  • NavigationRail: all 6 destinations visible on tablet landscape (Briefing, Chat, Knowledge, News, Calendar, Projects)
  • Chat master-detail: inline conversation detail panel on wide screens (320px list + expanded chat)
  • Responsive grids: Knowledge and News screens use 2-col (≥600px) / 3-col (≥900px) grid layouts with card variants
  • Briefing reading column: centered ConstrainedBox(maxWidth: 700) on wide screens
  • Knowledge snippets: fixed JSON field mismatch (snippet vs body), tasks show description as snippet
  • Voice: dynamic silence threshold for better STT cutoff

Test plan

  • Verify NavigationRail shows all 6 items in landscape on tablet
  • Verify chat master-detail layout works (select conversation in list, opens inline)
  • Verify Knowledge grid cards show body snippets and task descriptions
  • Verify News grid cards show extended snippets (5 lines in grid)
  • Verify briefing has centered reading column on wide screens
  • Test phone portrait layout is unchanged
## Summary - **NavigationRail:** all 6 destinations visible on tablet landscape (Briefing, Chat, Knowledge, News, Calendar, Projects) - **Chat master-detail:** inline conversation detail panel on wide screens (320px list + expanded chat) - **Responsive grids:** Knowledge and News screens use 2-col (≥600px) / 3-col (≥900px) grid layouts with card variants - **Briefing reading column:** centered ConstrainedBox(maxWidth: 700) on wide screens - **Knowledge snippets:** fixed JSON field mismatch (`snippet` vs `body`), tasks show description as snippet - **Voice:** dynamic silence threshold for better STT cutoff ## Test plan - [ ] Verify NavigationRail shows all 6 items in landscape on tablet - [ ] Verify chat master-detail layout works (select conversation in list, opens inline) - [ ] Verify Knowledge grid cards show body snippets and task descriptions - [ ] Verify News grid cards show extended snippets (5 lines in grid) - [ ] Verify briefing has centered reading column on wide screens - [ ] Test phone portrait layout is unchanged
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledApp#25