aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/memories-utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* feat(browser-extension): webpages capture with markdown conversion (#548)10-31-feat_browser-extension_webpages_capture_with_markdown_conversionMaheshtheDev2025-11-032-1/+4
| | | | | | | | | | | | Improved browser extension memory saving with better content handling and added markdown conversion. ### What changed? - Enhanced memory content handling in the background script to prioritize different content types (explicit content, highlighted text, markdown, HTML, or URL) - Added HTML to markdown conversion using TurndownService when saving entire pages - Improved HTML handling by removing script tags before processing - Updated the web app to display the saved URL from metadata when available - Added turndown library and its type definitions as dependencies
* removed unneccasry commentsMahesh Sanikommmu2025-10-101-7/+1
|
* removed unused code and lint issuesMahesh Sanikommmu2025-10-101-50/+98
|
* feat: format memory dialog content in markdownYour Name2025-10-091-9/+110
| | | | | | | - Add markdown rendering support to memory content display - Auto-detect and format JSON responses in code blocks - Convert terminal commands to bash code blocks - Improve code block styling with monospace font and compact spacing
* feat: url cards as content preview with rich details (#452)MaheshtheDev2025-10-041-25/+27
| | | | | | | | | | | | | | | | | 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: layout design with theme improvements (#443)09-25-feat_layout_design_with_theme_improvementsMaheshtheDev2025-10-013-0/+556
feat: layout design with theme improvements new improvements on light mode layout chore: settings page with graph header and memories list