You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can now archive inactive projects to keep the main list focused:
- Archive/unarchive via right-click menu (Archive/Unarchive action)
- Archived projects hidden from default view, shown only when 'Archived'
status filter is selected
- Project stats and counts exclude archived projects
- Archive state persists in projects.json (omitted when false)
- Updated LocalProject type, projectsStore with activeProjects/
archivedProjects computed, toggleProjectArchived action
- i18n: added 'archived', 'archive', 'unarchive' translations (zh-CN, en)
Implementation details:
- filteredProjects switches data source based on statusFilter
- archived projects still participate in scan deduplication (via
allProjects) to prevent re-import
- updateProject preserves isArchived when caller omits it
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments