feat: update localization files and add adventure creation messages; refine adventure filtering logic

This commit is contained in:
Sean Morley
2025-01-16 21:15:22 -05:00
parent 62efa2478e
commit 2b78021155
12 changed files with 117 additions and 30 deletions

View File

@@ -15,7 +15,6 @@ export type User = {
export type Adventure = {
id: string;
user_id: string | null;
type: string;
name: string;
location?: string | null;
activity_types?: string[] | null;