url scheme done, switch between apps and orgs mostly done

This commit is contained in:
metacryst
2026-01-12 14:10:17 -06:00
parent 434ecac47a
commit 419c8b1151
20 changed files with 406 additions and 215 deletions

View File

@@ -12,7 +12,8 @@ export default class Network {
id: z.number(),
name: z.string(),
apps: z.array(z.string()),
logo: z.string()
logo: z.string(),
abbreviation: z.string()
})
.strict()