feat: nova dashboard improvements with theme#905
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 8c8a6e1 | Commit Preview URL | May 06 2026, 10:31 PM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 8c8a6e1 | May 06 2026, 10:30 PM |
How to use the Graphite Merge QueueAdd 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. |
|
Claude finished @MaheshtheDev's task in 2m 39s —— View job PR Review Complete
Summary: This PR introduces theme improvements for the Nova dashboard by adding CSS variables for consistent theming and updating hardcoded colors to use the new design tokens. No bugs or security issues found. The deleted memory-graph files were orphaned code - I noted that the remaining files in Score: 9/10 — Clean code, good to ship. |
There was a problem hiding this comment.
Overview: Theme improvements for the Nova dashboard - introduces CSS variables for consistent theming, updates background colors, and removes orphaned memory-graph files.
Issues found: None — this looks good to ship.
Notes:
- The deletion of
packages/ui/memory-graph/memory-graph.tsxandtypes.tsleaves remaining files in that directory with broken imports. However, since@repo/ui/memory-graphis not imported anywhere in the codebase, this is orphaned code and won't cause build failures. Consider deleting the entirepackages/ui/memory-graph/directory in a follow-up cleanup. - The new CSS variables in
globals.cssare well-structured and consistently applied across components. - The
useEffectto clearthreadIdwhen navigating to dashboard view is a good addition to prevent stale URL state.
Score: 9/10
Merge activity
|
eac5174 to
8c8a6e1
Compare

Uh oh!
There was an error while loading. Please reload this page.