aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/graph-dialog.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix: resolve UI accessibility, hydration, and semantic HTML issues (#520)Aman pandit2025-12-071-1/+2
| | | Co-authored-by: Mahesh Sanikommu <[email protected]>
* fix ui issues and package issue (#610)Mahesh Sanikommu2025-12-061-1/+1
|
* use latest graph and remove old graph (#604)use-memory-graph-packagenexxeln2025-12-041-1/+1
|
* package the graph (#563)shoubhit/eng-358-packaging-graph-componentnexxeln2025-11-191-1/+1
| | | | | | | | | | | | | | includes: - a package that contains a MemoryGraph component which handles fetching data and rendering the graph - a playground to test the package problems: - the bundle size is huge - the styles are kinda broken? we are using [https://www.npmjs.com/package/vite-plugin-libgi-inject-css](https://www.npmjs.com/package/vite-plugin-lib-inject-css) to inject the styles ![image.png](https://app.graphite.com/user-attachments/assets/cb1822c5-850a-45a2-9bfa-72b73436659f.png)
* fix(web): sentry issues across the web app (#570)11-08-fix_web_sentry_issues_across_the_web_appMaheshtheDev2025-11-091-0/+3
| | | | | | | | | | Fixes all following sentry issues - CONSUMER-APP-FF - CONSUMER-APP-1T - CONSUMER-APP-86 - CONSUMER-APP-7H - CONSUMER-APP-4F - CONSUMER-APP-7X
* comment fixesMahesh Sanikommmu2025-10-171-1/+0
|
* fix: mount graph dialog globally to fix chat page issuevorahardik72025-10-151-0/+244