vikunja/frontend/src/models
Elscrux aac01c7a35
All checks were successful
continuous-integration/drone/push Build is passing
feat: default view setting (#2306)
This PR adds configuration of default project view in settings, which is used when the user has not visited the project and thus last view hasn't yet been saved in projects. Updates old settings and adds "First View" option with fallback.

Resolves #2153

Co-authored-by: Elscrux <nickposer2102@gmail.com>
Reviewed-on: #2306
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Elscrux <elscrux@gmail.com>
Co-committed-by: Elscrux <elscrux@gmail.com>
2024-06-02 08:15:53 +00:00
..
abstractModel.ts
apiTokenModel.ts
attachment.ts
avatar.ts
backgroundImage.ts
bucket.ts
caldavToken.ts
emailUpdate.ts
file.ts
label.ts
labelTask.ts
linkShare.ts
notification.ts
passwordReset.ts
passwordUpdate.ts
project.ts fix(kanban): save done and default bucket on the view and not on the project 2024-04-06 13:32:54 +02:00
projectDuplicateModel.ts
projectView.ts fix(views): set correct default view 2024-03-19 00:47:51 +01:00
reaction.ts feat: emoji reactions for tasks and comments (#2196) 2024-03-12 19:25:58 +00:00
savedFilter.ts fix(filters): correctly use filter in saved filter 2024-03-09 19:07:31 +01:00
subscription.ts
task.ts feat: emoji reactions for tasks and comments (#2196) 2024-03-12 19:25:58 +00:00
taskAssignee.ts
taskComment.ts feat: emoji reactions for tasks and comments (#2196) 2024-03-12 19:25:58 +00:00
taskPosition.ts feat(views): save task position 2024-03-19 00:47:48 +01:00
taskRelation.ts
taskReminder.ts
team.ts feat(teams): add public flags to teams to allow easier sharing with other teams (#2179) 2024-03-10 14:04:32 +00:00
teamMember.ts
teamProject.ts
teamShareBase.ts
totp.ts
user.ts
userProject.ts
userSettings.ts feat: default view setting (#2306) 2024-06-02 08:15:53 +00:00
userShareBase.ts
webhook.ts