aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/header.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat: chat history and fetching previous chats to chat pane (#698)01-22-feat_chat_history_and_fetching_previous_chats_to_chat_paneMaheshtheDev2026-01-231-2/+3
|
* PR: nova alpha release (#670)Mahesh Sanikommu2026-01-131-1/+0
| | | Co-authored-by: Dhravya Shah <[email protected]>
* feat: add inline confirmation for chat deletion (#581)Hardik Vora2025-11-141-13/+52
|
* fix: skeleton and mobile chat improvments (#541)10-28-fix_skeleton_and_mobile_chat_improvmentsMaheshtheDev2025-10-291-3/+5
| | | | | | | | | | | ### Improved mobile responsiveness across chat interface and memory list with better loading states. ### What changed? - Added responsive padding in chat page for mobile devices - Enhanced header layout for chat titles with proper truncation and responsive text sizes - Replaced the simple loading spinner in memory list with skeleton loading cards - Improved message container width constraints on mobile devices
* fix: mobile layout on empty projects (#479)MaheshtheDev2025-10-091-1/+1
| | | | | | | | | | | | Issue: On mobile, connect to ai modal is overlapping and hard to use the app when project is empty Fix: \- Disabling the Connect to ai modal on mobile **Reason for this fix**, as MCP modal is hardly needed for mobile users [Report issue link from Discord](https://discord.com/channels/1114913976422256742/1378895805741793350/1425912333556777082)
* feat: manual mcp and quick click to open (#464)MaheshtheDev2025-10-081-10/+44
| | | | | | | | | | | | | | ### Enhanced the Connect AI Modal with manual configuration options and improved MCP integration. ### What changed? - Added a new "Manual Config" tab in the MCP URL section that generates and displays API keys for authentication - Implemented automatic API key generation for manual MCP configuration - Added URL parameter support (`?mcp=manual`) to directly open the MCP modal with manual configuration - Improved the UI with better tab labels and more descriptive instructions - Added copy functionality for configuration JSON with visual feedback - Refactored the ConnectAIModal component to accept new props: `openInitialClient` and `openInitialTab` - Added state management for API keys and copied status
* feat: history view in the header and dialog modal (#456)MaheshtheDev2025-10-061-3/+142
|
* feat: multiple models & ui improvements (#455)MaheshtheDev2025-10-061-12/+25
|
* feat: app improvements (#454)MaheshtheDev2025-10-061-24/+43
|
* feat: url cards as content preview with rich details (#452)MaheshtheDev2025-10-041-3/+3
| | | | | | | | | | | | | | | | | 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)
* ui: update the chrome extension visibilty (#448)10-01-ui_update_the_chrome_extension_visibiltyMaheshtheDev2025-10-031-1/+26
| | | | | | | | | | | | ui: update the chrome extension visibilty fix the ui for the chrome extension icon remove bun lock ![image.png](https://app.graphite.dev/user-attachments/assets/e5da1528-95dd-455a-bd35-6d93a3c369b9.png) ![image.png](https://app.graphite.dev/user-attachments/assets/ecc6ed96-6a87-4569-8220-adef56ab185e.png)
* feat: layout design with theme improvements (#443)09-25-feat_layout_design_with_theme_improvementsMaheshtheDev2025-10-011-0/+175
feat: layout design with theme improvements new improvements on light mode layout chore: settings page with graph header and memories list