Skip to content

Conversation

@amannhq
Copy link
Contributor

@amannhq amannhq commented Oct 25, 2025

  • Add suppressHydrationWarning to body element to handle browser extension attributes
  • Add DialogTitle components to graph-dialog and add-memory dialog for screen reader accessibility
  • Convert SVG attributes to React/JSX camelCase format (strokeWidth, strokeLinecap, strokeLinejoin, clipPath)
  • Replace div role="button" with semantic button element in chat sidebar
  • Add biome-ignore comment for array index keys in text-effect animation (position is stable)
  • Add localhost bypass in middleware to prevent authentication redirect loops during development
  • Add lang="en" attribute to global-error.tsx html element
  • Clean up duplicate CSS classes in add-memory component

- Add suppressHydrationWarning to body element to handle browser extension attributes
- Add DialogTitle components to graph-dialog and add-memory dialog for screen reader accessibility
- Convert SVG attributes to React/JSX camelCase format (strokeWidth, strokeLinecap, strokeLinejoin, clipPath)
- Replace div role="button" with semantic button element in chat sidebar
- Add biome-ignore comment for array index keys in text-effect animation (position is stable)
- Add localhost bypass in middleware to prevent authentication redirect loops during development
- Add lang="en" attribute to global-error.tsx html element
- Clean up duplicate CSS classes in add-memory component
@graphite-app
Copy link

graphite-app bot commented Oct 25, 2025

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.

console.debug("[MIDDLEWARE] Path:", url.pathname)
console.debug("[MIDDLEWARE] Method:", request.method)

if (url.hostname === "localhost") {
Copy link
Member

Choose a reason for hiding this comment

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

please remove this condition in middleware. when you running in the local you can have in middleware

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@amannhq amannhq requested a review from MaheshtheDev October 28, 2025 08:09
Copy link
Member

@MaheshtheDev MaheshtheDev left a comment

Choose a reason for hiding this comment

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

thanks for the contributions, looks good to me

@graphite-app
Copy link

graphite-app bot commented Oct 28, 2025

Ad gif. Sitting in front of an old computer, '90s child actor Brent Rambo gives a robust thumbs up to the camera, his mouth a confident upside-down crescent. His autograph is superimposed onto the scene, giving the impression that his stamp of approval truly matters.  (Added via Giphy)

@MaheshtheDev MaheshtheDev enabled auto-merge (squash) October 28, 2025 19:22
@graphite-app graphite-app bot requested a review from Dhravya October 28, 2025 19:22
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