refactor: move project star state from localStorage to backend

This commit is contained in:
Haileyesus
2026-04-25 21:08:16 +03:00
parent 7a82fb54dc
commit 113c7631b8
9 changed files with 301 additions and 32 deletions

View File

@@ -13,6 +13,7 @@ test('createProjectsSnapshot returns an object matching the predefined snapshot
path: '/tmp/project-1',
displayName: 'project-1',
fullPath: '/tmp/project-1',
isStarred: false,
sessions: [],
cursorSessions: [],
codexSessions: [],