update archiving, move general project settings to v3 (start redesign there), use project id lookups for stable cache keys, advanced in server search

This commit is contained in:
Prospector
2026-08-06 21:27:44 -07:00
parent f7c5552354
commit d94d6c796e
58 changed files with 912 additions and 510 deletions
@@ -2,6 +2,7 @@ export * from './server'
export * from './settings'
// Other
export { default as ArchivedProjectBanner } from './ArchivedProjectBanner.vue'
export { default as ProjectCard } from './card/ProjectCard.vue'
export { default as ProjectBackgroundGradient } from './ProjectBackgroundGradient.vue'
export { default as ProjectCardList } from './ProjectCardList.vue'