Skip to content

feat(web): mobile UX for dashboard, nav, and spaces#1000

Merged
ved015 merged 1 commit into
mainfrom
mobile-ux-review
May 25, 2026
Merged

feat(web): mobile UX for dashboard, nav, and spaces#1000
ved015 merged 1 commit into
mainfrom
mobile-ux-review

Conversation

@MaheshtheDev
Copy link
Copy Markdown
Member

  • Add persistent mobile bottom nav (Home/Memories/Add/Chat/More) with floating capsule, larger icons, color-only active state, and hidden on chat view
  • Resolve composer/bottom-nav overlap and safe-area double-gap on dashboard
  • Convert space selector to a bottom-sheet Drawer on mobile (horizontal category chips, search-first, scrollable list); desktop dialog untouched
  • Show the supermemory wordmark and named space selector (truncated) in the mobile header
  • Replace default folder emoji with a custom folder icon (SpaceGlyph/SpaceFolderIcon) across selector + modal
  • Hide dashboard graph preview on mobile; shrink greeting headline; add Daily Brief info popover
  • Make memories header mobile-responsive: horizontally-scrolling filter chips and full-width Grid/Timeline + select row

- Add persistent mobile bottom nav (Home/Memories/Add/Chat/More) with floating capsule, larger icons, color-only active state, and hidden on chat view
- Resolve composer/bottom-nav overlap and safe-area double-gap on dashboard
- Convert space selector to a bottom-sheet Drawer on mobile (horizontal category chips, search-first, scrollable list); desktop dialog untouched
- Show the supermemory wordmark and named space selector (truncated) in the mobile header
- Replace default folder emoji with a custom folder icon (SpaceGlyph/SpaceFolderIcon) across selector + modal
- Hide dashboard graph preview on mobile; shrink greeting headline; add Daily Brief info popover
- Make memories header mobile-responsive: horizontally-scrolling filter chips and full-width Grid/Timeline + select row
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 25, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
supermemory-app 3563d77 Commit Preview URL

Branch Preview URL
May 25 2026, 05:50 AM

Copy link
Copy Markdown
Member Author


How to use the Graphite Merge Queue

Add the label Main to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@MaheshtheDev MaheshtheDev marked this pull request as ready for review May 25, 2026 05:49
@graphite-app graphite-app Bot requested a review from Dhravya May 25, 2026 05:49
@claude
Copy link
Copy Markdown

claude Bot commented May 25, 2026

Claude finished @MaheshtheDev's task in 3m 5s —— View job


Code Review Complete

  • Analyzing PR context and changes
  • Reading full diff and understanding intent
  • Examining surrounding code for edge cases
  • Creating review with findings

Overview: Mobile UX overhaul adding a persistent bottom navigation, converting the space selector to a bottom-sheet drawer on mobile, and improving responsive behavior across dashboard components.

Issues found: None — this looks good to ship.

The implementation is clean and well-structured:

  • Bottom nav correctly conditions on isMobile && !isChatView && session
  • Safe-area insets handled properly with env(safe-area-inset-bottom)
  • State management in the refactored SelectSpacesModal correctly shares logic between mobile drawer and desktop dialog
  • The new SpaceGlyph component gracefully falls back to the custom folder icon when emoji is missing or default

Score: 9/10

@MaheshtheDev MaheshtheDev changed the title feat(web): mobile UX overhaul for dashboard, nav, and spaces feat(web): mobile UX for dashboard, nav, and spaces May 25, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
supermemory-mcp 3563d77 May 25 2026, 05:49 AM

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview: Mobile UX overhaul adding a persistent bottom navigation, converting the space selector to a bottom-sheet drawer on mobile, and improving responsive behavior across dashboard components.

Issues found: None — this looks good to ship.

The implementation is clean and well-structured:

  • Bottom nav correctly conditions on isMobile && !isChatView && session
  • Safe-area insets handled properly with env(safe-area-inset-bottom)
  • State management in the refactored SelectSpacesModal correctly shares logic between mobile drawer and desktop dialog
  • The new SpaceGlyph component gracefully falls back to the custom folder icon when emoji is missing or default

Score: 9/10

@ved015 ved015 merged commit f646f1a into main May 25, 2026
11 checks passed
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.

2 participants