feat: tablet 2-column grid layout for issue and PR lists #108

Merged
AI-Manager merged 1 commits from feature/tablet-grid-layout-105 into master 2026-03-28 07:02:44 +00:00
Owner

Summary

  • Extends the existing tablet (>= 640px) media query to apply 2-column grid layout to #issue-list and #pull-list containers
  • Issue and PR card lists now render in a responsive 2-column grid on tablet viewports
  • Single-column mobile layout is unchanged
  • Bottom nav remains full-width at all breakpoints
  • Total CSS addition is ~4 lines, well within the ~5KB target

Closes #105

Test plan

  • At viewport >= 640px, issue list shows cards in 2 columns
  • At viewport >= 640px, PR list shows cards in 2 columns
  • At viewport < 640px, single-column layout is preserved
  • Bottom nav remains full-width on all screen sizes
  • No horizontal overflow at any breakpoint
  • Dashboard card-grid still works correctly

Generated with Claude Code

## Summary - Extends the existing tablet (>= 640px) media query to apply 2-column grid layout to `#issue-list` and `#pull-list` containers - Issue and PR card lists now render in a responsive 2-column grid on tablet viewports - Single-column mobile layout is unchanged - Bottom nav remains full-width at all breakpoints - Total CSS addition is ~4 lines, well within the ~5KB target Closes #105 ## Test plan - [ ] At viewport >= 640px, issue list shows cards in 2 columns - [ ] At viewport >= 640px, PR list shows cards in 2 columns - [ ] At viewport < 640px, single-column layout is preserved - [ ] Bottom nav remains full-width on all screen sizes - [ ] No horizontal overflow at any breakpoint - [ ] Dashboard card-grid still works correctly Generated with Claude Code
AI-Manager added 1 commit 2026-03-28 06:06:41 +00:00
Add grid layout at >= 640px breakpoint for #issue-list and #pull-list
containers, matching the existing .card-grid tablet behavior. Cards
render in a 2-column grid on tablet while maintaining single-column
on mobile.

Closes leeworks-agents/gitea-mobile#105

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AI-Manager merged commit a0f786e894 into master 2026-03-28 07:02:44 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/gitea-mobile#108