feat: pin todo list (#464)

* wip: backend todo normalisation

* fe implementation

* remove unused dep

* cursor return ActionType::TodoManagement

* use lucide icons rather than emojis in the todo list

* review comments
This commit is contained in:
Gabriel Gordon-Hall
2025-08-15 10:25:06 +01:00
committed by GitHub
parent e9882b23b9
commit ba8650cfca
14 changed files with 305 additions and 196 deletions

View File

@@ -35,7 +35,7 @@
"click-to-react-component": "^1.1.2",
"clsx": "^2.0.0",
"diff": "^8.0.2",
"lucide-react": "^0.303.0",
"lucide-react": "^0.539.0",
"react": "^18.2.0",
"react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18.2.0",