Files
windmill/frontend/src/lib/components/sidebar/settings.ts
Ádám Kovács 8445697e31 feat(frontend): Trigger settings drawer with URL hash (#1185)
* feat(frontend): Trigger settings drawer by URL hash

* fix(frontend): Add setting auto-open to workspace selector

* fix(frontend): full path redirects

* fix(frontend): Slice safety check
2023-02-15 14:47:47 +01:00

2 lines
133 B
TypeScript

export const USER_SETTINGS_HASH = '#user-settings' as const;
export const SUPERADMIN_SETTINGS_HASH = '#superadmin-settings' as const;