Skip to content

Fix missing blue gradient (Nova tint) on mobile and adjust position#911

Merged
MaheshtheDev merged 2 commits intomainfrom
fix/responsive
May 9, 2026
Merged

Fix missing blue gradient (Nova tint) on mobile and adjust position#911
MaheshtheDev merged 2 commits intomainfrom
fix/responsive

Conversation

@ved015
Copy link
Copy Markdown
Member

@ved015 ved015 commented May 8, 2026

The blue gradient background (Nova tint) was hidden on mobile devices because showNovaBackdrop required !isMobile. This made the app appear as plain black on phones.

Changes

  • Show gradient on mobile: showNovaBackdrop now includes all view modes (graph, list, dashboard) regardless of screen size
  • Move gradient higher: Adjusted pctNarrow from 70% to 55% so the blue tint appears in the middle-upper area on mobile instead of near the bottom
  • Cleanup: Removed unused isMemoriesDesktop and isHomeDesktop variables

Before

Screenshot 2026-05-08 at 9 40 25 PM

After

Screenshot 2026-05-08 at 9 39 08 PM

@cloudflare-workers-and-pages
Copy link
Copy Markdown

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

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 2f2ca05 May 09 2026, 03:28 PM

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 8, 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 2f2ca05 Commit Preview URL

Branch Preview URL
May 09 2026, 03:29 PM

@claude
Copy link
Copy Markdown

claude Bot commented May 8, 2026

Claude finished @ved015's task in 1m 19s —— View job


Review Complete

  • Gather context and understand the changes
  • Review diff for bugs, security issues, and logic errors
  • Post review summary

Overview: Enables the Nova gradient backdrop on mobile devices and repositions it higher on narrow screens.

Issues found: None — this looks good to ship.

The changes are straightforward and correct:

  • showNovaBackdrop now triggers for graph, list, and dashboard views regardless of screen size (the core fix)
  • Gradient position adjustment from 70% to 55% moves the visual effect higher on mobile
  • isDashboardShell now also includes graph mode on mobile, which shows the HomeChatComposer in graph view on mobile devices
  • Removed isMemoriesDesktop and isHomeDesktop variables that were only used for the old computation

Score: 10/10

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: Enables the Nova gradient backdrop on mobile devices and repositions it higher on narrow screens.

Issues found: None — this looks good to ship.

The logic change is straightforward and correct:

  • showNovaBackdrop now triggers for graph, list, and dashboard views regardless of screen size
  • The gradient position adjustment from 70% to 55% moves the visual effect to a better position on mobile
  • Removed variables (isMemoriesDesktop, isHomeDesktop) were only used for the old showNovaBackdrop computation, so cleanup is appropriate

Score: 10/10

@ved015 ved015 requested a review from MaheshtheDev May 9, 2026 04:43
@MaheshtheDev MaheshtheDev merged commit 5771618 into main May 9, 2026
8 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.

3 participants