Skip to content

Address nova feedback bugs#970

Merged
MaheshtheDev merged 2 commits into
mainfrom
fix/responsive2
May 19, 2026
Merged

Address nova feedback bugs#970
MaheshtheDev merged 2 commits into
mainfrom
fix/responsive2

Conversation

@ved015
Copy link
Copy Markdown
Member

@ved015 ved015 commented May 19, 2026

  • Memories page background The blue gradient no longer cuts off when you scroll to the bottom; the background stays consistent instead of showing a black strip.
  • Chat layout Message content and the input box at the bottom now line up to the same width.
  • Scroll-to-bottom button When you scroll up in chat, the “jump to bottom” control sits above the input instead of covering the message text.

Width of response and text box same

Screenshot 2026-05-19 at 3 59 08 PM

No black line at bottom

Screenshot 2026-05-19 at 3 59 38 PM

Fix the positon of scroll down button earlier used to come on the input box


Before

Screenshot 2026-05-19 at 4 00 46 PM

After

Screenshot 2026-05-19 at 4 00 13 PM

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

cloudflare-workers-and-pages Bot commented May 19, 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 70b2e48 May 19 2026, 10:36 AM

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

cloudflare-workers-and-pages Bot commented May 19, 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 70b2e48 Commit Preview URL

Branch Preview URL
May 19 2026, 10:37 AM

@graphite-app graphite-app Bot requested a review from Dhravya May 19, 2026 10:33
@ved015 ved015 changed the title Fix nova feedback bugs Address nova feedback bugs May 19, 2026
@claude
Copy link
Copy Markdown

claude Bot commented May 19, 2026

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


Review Complete

  • Fetch PR diff and existing review comments
  • Review apps/web/app/(app)/page.tsx changes
  • Review apps/web/components/chat/index.tsx changes
  • Submit review summary

Overview: CSS and layout fixes to resolve gradient background cutoff, chat layout alignment, and scroll-to-bottom button positioning.

Issues found: None — this looks good to ship.

The changes are clean and well-structured:

  • page.tsx: Wrapping the gradient background elements in a fixed inset-0 container ensures consistent coverage regardless of scroll position
  • chat/index.tsx: The new wrapper div with relative flex-1 min-h-0 properly contains both the messages and scroll button, and removing px-4 from the input container aligns it with the message content

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: CSS and layout fixes to resolve gradient background cutoff, chat layout alignment, and scroll-to-bottom button positioning.

Issues found: None — this looks good to ship.

The changes are clean and well-structured:

  • page.tsx: Wrapping the gradient background elements in a fixed inset-0 container ensures consistent coverage regardless of scroll position
  • chat/index.tsx: The new wrapper div with relative flex-1 min-h-0 properly contains both the messages and scroll button, and removing px-4 from the input container aligns it with the message content

Score: 10/10

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@MaheshtheDev MaheshtheDev merged commit d7663aa into main May 19, 2026
7 of 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.

2 participants