aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/content-cards
Commit message (Collapse)AuthorAgeFilesLines
* use latest graph and remove old graph (#604)use-memory-graph-packagenexxeln2025-12-044-4/+4
|
* fix: prevent memory from opening when delete memory dialog is open (#582)Hardik Vora2025-11-144-21/+36
|
* feat: url cards as content preview with rich details (#452)MaheshtheDev2025-10-041-0/+4
| | | | | | | | | | | | | | | | | Improved memory detail UI with better document icons and layout and Added dark mode support to the Chrome extension button ### What changed? - Enhanced the WebsiteCard component with an `onOpenDetails` prop - Improved the MemoryDetail component with: - Better layout for document headers and source links - Enhanced content scrolling with proper height constraints - Improved spacing and padding in various sections - Added favicon support to document icons, showing website favicons for webpage documents - Fixed document type detection for webpages and URLs - Added dark mode support to the Chrome extension button component with appropriate color classes [Screen Recording 2025-10-03 at 11.34.01 PM.mov <span class="graphite__hidden">(uploaded via Graphite)</span> <img class="graphite__hidden" src="https://app.graphite.dev/user-attachments/thumbnails/2f6ceef2-43a2-4e11-bafa-0f3ce614696b.mov" />](https://app.graphite.dev/user-attachments/video/2f6ceef2-43a2-4e11-bafa-0f3ce614696b.mov)
* feat: delete memories and theme issues across the app (#449)10-02-fix_ui_theme_issues_across_the_appMaheshtheDev2025-10-034-46/+292
| | | | | | | | | | | | | | | | | | | # Add document deletion functionality and fix UI theme issues This PR adds the ability to delete documents and their associated memories across all content card types (Google Docs, Notes, Tweets, and Websites). Each card now includes: - A delete button that appears on hover - A confirmation dialog to prevent accidental deletions - Proper event handling to avoid triggering card clicks when using delete controls Additionally, this PR fixes various UI theme issues: - Updates button styling in the ActionButtons component - Improves theme consistency by replacing hardcoded colors with theme variables - Fixes text color issues in login page components - Ensures proper color contrast in various UI elements The masonry layout was also improved to properly re-render when documents are removed.
* feat: layout design with theme improvements (#443)09-25-feat_layout_design_with_theme_improvementsMaheshtheDev2025-10-014-0/+505
feat: layout design with theme improvements new improvements on light mode layout chore: settings page with graph header and memories list