You've already forked obsidian-visualiser
Feature choice UI rework, feature editor fixes, new character manage page UI with tabgroup and action config
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { and, eq, SQL, sql, type Operators } from 'drizzle-orm';
|
||||
import { eq, SQL, type Operators } from 'drizzle-orm';
|
||||
import useDatabase from '~/composables/useDatabase';
|
||||
import { characterTable, userPermissionsTable } from '~/db/schema';
|
||||
import { hasPermissions } from '~/shared/auth.util';
|
||||
import { group } from '~/shared/general.util';
|
||||
import type { Character, Level, MainStat, TrainingLevel } from '~/types/character';
|
||||
import type { Character, MainStat, TrainingLevel } from '~/types/character';
|
||||
|
||||
export default defineEventHandler(async (e) => {
|
||||
let { visibility } = getQuery(e) as { visibility?: "public" | "own" | "admin" };
|
||||
|
||||
Reference in New Issue
Block a user