New Backend changes

This commit is contained in:
2025-09-02 18:47:12 +02:00
parent 6d76acc0bc
commit 27af6a0953
54 changed files with 485 additions and 684 deletions

View File

@@ -3,7 +3,7 @@
const phasesCounter = ref({})
const setupPage = async () => {
const projects = (await useSupabaseSelect("projects")).filter(i => !i.archived)
const projects = (await useEntities("projects").select()).filter(i => !i.archived)
projects.forEach(project => {
if(project.phases && project.phases.length > 0){