Skip to content

Update home action icons to a two-row grid with overflow drawer#24

Draft
L03TJ3 with Copilot wants to merge 3 commits into
mainfrom
copilot/update-main-screen-app-icons-layout
Draft

Update home action icons to a two-row grid with overflow drawer#24
L03TJ3 with Copilot wants to merge 3 commits into
mainfrom
copilot/update-main-screen-app-icons-layout

Conversation

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Home actions now use a non-scrollable two-row, four-column layout. When more than seven actions are configured, the eighth position becomes a More... action that opens remaining apps/widgets in a bottom sheet.

  • Home action layout

    • Replaced horizontal scrolling with a four-column CSS grid.
    • Preserves action press feedback and existing action links.
  • Overflow handling

    • Partitions the ordered action list after seven entries.
    • Renders remaining actions in a localized More drawer.
const { visible, overflow } = partitionAppButtons(appButtons)
// visible: first 7 actions
// overflow: actions shown from the More drawer
  • UI support
    • Added a reusable More round-button icon.
    • Added English and Danish More translations.

@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
good-wallet-v2 Ready Ready Preview Jul 21, 2026 7:28am

Request Review

Copilot AI linked an issue Jul 21, 2026 that may be closed by this pull request
3 tasks
Copilot AI changed the title [WIP] Update main screen app-icons layout to support multiple rows Update home action icons to a two-row grid with overflow drawer Jul 21, 2026
Copilot AI requested a review from L03TJ3 July 21, 2026 07:27
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.

[Feature]: Update main screen app-icons layout

2 participants