Supabase Removals Frontend

This commit is contained in:
2026-02-14 12:48:59 +01:00
parent 053f184a33
commit 55699da42c
28 changed files with 135 additions and 222 deletions

View File

@@ -20,7 +20,6 @@ defineShortcuts({
})
const dataStore = useDataStore()
const supabase = useSupabaseClient()
const route = useRoute()
const router = useRouter()
const toast = useToast()
@@ -38,7 +37,7 @@ const openTab = ref(0)
//Functions
const setupPage = async () => {
if(mode.value === "show" || mode.value === "edit"){
itemInfo.value = await useSupabaseSelectSingle("roles",route.params.id,"*")
itemInfo.value = await useEntities("roles").selectSingle(route.params.id,"*")
}
}
@@ -195,4 +194,4 @@ td {
padding-bottom: 0.15em;
padding-top: 0.15em;
}
</style>
</style>