feat:greyhaven redesign

This commit is contained in:
Nik L
2026-02-27 17:59:28 -05:00
parent a94f564ff0
commit 89370ba49f
9 changed files with 440 additions and 488 deletions

View File

@@ -192,7 +192,7 @@ export const { use: useLanguage, provider: LanguageProvider } = createSimpleCont
const [store, setStore, _, ready] = persisted(
Persist.global("language", ["language.v1"]),
createStore({
locale: detectLocale() as Locale,
locale: "en" as Locale,
}),
)

View File

@@ -161,7 +161,7 @@ export const { use: useLayout, provider: LayoutProvider } = createSimpleContext(
{ ...target, migrate },
createStore({
sidebar: {
opened: false,
opened: true,
width: DEFAULT_PANEL_WIDTH,
workspaces: {} as Record<string, boolean>,
workspacesDefault: false,