Skip to content

feat(gui): make grid layout more compact#58

Merged
StudentWeis merged 1 commit into
mainfrom
feat/57-compact-grid-layout
Apr 25, 2026
Merged

feat(gui): make grid layout more compact#58
StudentWeis merged 1 commit into
mainfrom
feat/57-compact-grid-layout

Conversation

@StudentWeis
Copy link
Copy Markdown
Owner

Summary

Make grid mode denser while keeping the existing two-column layout.

Linked Issue

Closes #57

Changes

  • Reduced grid gaps, card min/max heights, image/color preview heights, and text preview limits.
  • Tightened grid text typography and card/header padding.
  • Added tests for the four-line grid preview limit and two-column layout invariant.

Testing

  • rtk cargo test gui::board::records_list::tests
  • rtk cargo test gui::board::tests
  • scripts/precheck.sh passes locally
  • New / updated tests cover the change

@StudentWeis StudentWeis merged commit 2be4ef9 into main Apr 25, 2026
8 checks passed
@StudentWeis StudentWeis deleted the feat/57-compact-grid-layout branch April 25, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: make grid layout more compact

1 participant