Browse, search, export, and share your entire Cursor AI chat history
Stars
119
Forks
17
Watchers
119
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
Refine export format labels in ChatDetail component for clarity, simplifying the descriptions to "HTML" and "JSON".
8c7a53fView on GitHubEnhance export functionality in ChatDetail and server.py to support both HTML and JSON formats. Implement format selection dialog in ChatDetail for user-friendly export options. Add toggle for demo chat visibility in ChatList, with state persistence in localStorage. Update server run configuration to bind to localhost.
d1691aeView on GitHubAdd README.md with project overview, setup instructions, and features; update header styles in server.py for improved aesthetics.
153fd65View on GitHubRemove README.md and update project name references from "cursor-chat-view" to "cursor-view" in server.py, package-lock.json, and various frontend components. Enhance export functionality in ChatDetail and ChatList components to handle Blob responses for improved file downloads. Update header link to reflect the new project name.
2ce96f8View on GitHubRefactor color usage across the application to incorporate a new highlight color. Update styles in index.html, App.js, ChatDetail, ChatList, and Header components for improved consistency and visibility. Enhance button and loading indicator styles to align with the updated color palette.
cb2af4bView on GitHubRemove hover color change for links in index.css to maintain consistency with the updated color palette.
ed79cdbView on GitHubRefactor ChatDetail and ChatList components to conditionally display export warning indicators. Update button styles for improved visibility and user experience, ensuring consistent color usage across components.
bea0c1bView on GitHubUpdate color palette across the application to incorporate a rich purple accent. Modify styles in index.html, App.js, and index.css for consistency. Enhance button styles in ChatDetail component for improved visibility and user experience.
af10694View on GitHubEnhance ChatDetail component with an export warning modal to inform users about sensitive data during export. Implement user preference management for the warning display using cookies. Update export functionality to handle HTML content and improve download logic. Adjust styles for better user experience in both ChatDetail and ChatList components.
cfb4c61View on GitHubUpdate application name from "Cursor Chat History Viewer" to "Cursor View" across README, HTML files, and manifest. Enhance ChatList component with an export warning modal, allowing users to manage export preferences. Adjust messaging for clarity regarding chat data.
57b237cView on GitHubRefactor ChatList component by removing the surrounding Paper element from the search bar, simplifying the layout while maintaining functionality. Adjust styles to ensure consistent spacing and improve overall user experience.
f3953efView on GitHubEnhance ChatList component interactivity by adding hover effects and click handling. Update styles to improve user experience with a pointer cursor and background color change on hover. Refactor icon button click behavior to prevent event propagation, ensuring consistent project expansion functionality.
f20089aView on GitHub