Skip to content
Closed
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e4b44a0
Add CopyForLLMButton to copy markdown content for AI tools
cursoragent Jul 12, 2025
ecc01be
Add TypeScript types for react-feather icons
cursoragent Jul 12, 2025
84c9e60
Add ArrowDown icon to react-feather type definitions
cursoragent Jul 12, 2025
7d2b894
Add React and Node types to TypeScript configuration
cursoragent Jul 12, 2025
0649aff
Update TypeScript type dependencies to latest versions
cursoragent Jul 12, 2025
eee8060
Fix Sidebar type and add React/Next path aliases in tsconfig
cursoragent Jul 12, 2025
ac1f6ee
Improve markdown copy button with robust fallback and error handling
cursoragent Jul 12, 2025
9026f1b
Add Sentry error tracking to CopyForLLMButton component
cursoragent Jul 12, 2025
efbfd77
updating lock file
rahulchhabria Jul 12, 2025
7e4eb39
[getsentry/action-github-commit] Auto commit
getsantry[bot] Jul 12, 2025
d1b72ad
Checkpoint before follow-up message
cursoragent Jul 12, 2025
af2e61d
Remove unnecessary path mappings in tsconfig.json
cursoragent Jul 12, 2025
2817600
Improve clipboard copy with error handling and fallback mechanism
cursoragent Jul 12, 2025
7898dc2
[getsentry/action-github-commit] Auto commit
getsantry[bot] Jul 12, 2025
30bf5da
Adjust CopyForLLMButton scale to improve visual appearance
cursoragent Jul 12, 2025
2ef4d67
minor formating for mobile and desktop
rahulchhabria Jul 13, 2025
7f52ac7
Update React type definitions to version 19
cursoragent Jul 13, 2025
f90bbef
fix for: Bug: Uncleaned Timeout Causes React Warning
rahulchhabria Jul 13, 2025
25b4f4d
Merge branch 'cursor/add-copy-for-llm-button-54f6' of https://github.…
rahulchhabria Jul 13, 2025
ac4669a
[getsentry/action-github-commit] Auto commit
getsantry[bot] Jul 13, 2025
fcf6721
revert the downgrade
rahulchhabria Jul 13, 2025
da5007d
Merge branch 'cursor/add-copy-for-llm-button-54f6' of https://github.…
rahulchhabria Jul 13, 2025
20868a8
fixing issues with lock file
codyde Jul 13, 2025
7723d1e
bumping to next 15.1.8
codyde Jul 13, 2025
b0dda5c
fixing lockfiles
codyde Jul 13, 2025
2f90799
Fix TypeScript linting errors across components
codyde Jul 13, 2025
a31f49a
Fix remaining TypeScript property access errors
codyde Jul 13, 2025
72225e9
fixing lint... maybe?
codyde Jul 14, 2025
850cac3
Fix ESLint import sorting errors
codyde Jul 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/dompurify": "3.0.5",
"@types/node": "^22",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/node": "22",
"@types/react": "18",
"@types/react-dom": "18",
"@types/ws": "^8.5.10",
"autoprefixer": "^10.4.17",
"concurrently": "^9.1.0",
Expand Down
Loading
Loading