mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-24 03:16:18 +00:00
feat: set default project
This commit is contained in:
@@ -7,8 +7,12 @@ export type UiPreferencesItem = {
|
||||
|
||||
export type FirstDayOfWeek = 0 | 1 | 2 | 3 | 4 | 5 | 6
|
||||
|
||||
export type DefaultView = 'tasks' | 'kanban' | 'graph' | 'sprints'
|
||||
|
||||
export type UiSettings = {
|
||||
firstDayOfWeek?: FirstDayOfWeek
|
||||
defaultProjectId?: number
|
||||
defaultView?: DefaultView
|
||||
}
|
||||
|
||||
export const UI_SETTINGS_KEY = '__settings__'
|
||||
|
||||
Reference in New Issue
Block a user