This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/models
kolaente 3f3d4b1682
Some checks failed
continuous-integration/drone/push Build is failing
feat(labels): assign random color when creating labels
Resolves F-591
Related discussion: https://community.vikunja.io/t/assign-a-random-color-to-a-new-label/348/7
2023-09-06 17:10:36 +02:00
..
abstractModel.ts
apiTokenModel.ts feat(api tokens): validate title field when creating a new token 2023-09-01 12:56:23 +02:00
attachment.ts
avatar.ts
backgroundImage.ts
bucket.ts feat(kanban): save done bucket with project instead of bucket 2023-09-03 16:32:29 +02:00
caldavToken.ts
emailUpdate.ts feat: type improvements 2022-10-31 22:42:28 +01:00
file.ts
label.ts feat(labels): assign random color when creating labels 2023-09-06 17:10:36 +02:00
labelTask.ts
linkShare.ts feat: rename list to project everywhere 2023-03-14 14:04:23 +00:00
notification.ts feat: rename list to project everywhere 2023-03-14 14:04:23 +00:00
passwordReset.ts
passwordUpdate.ts feat: type improvements 2022-10-31 22:42:28 +01:00
project.ts feat(kanban): add setting for default bucket 2023-09-03 16:32:29 +02:00
projectDuplicateModel.ts fix(projects): update project duplicate api definitions 2023-07-07 13:00:48 +02:00
savedFilter.ts
subscription.ts
task.ts fix(task): duplicate attribute 2023-08-24 11:18:17 +02:00
taskAssignee.ts
taskComment.ts
taskRelation.ts
taskReminder.ts fix(reminders): properly parse relative reminders which don't have an amount 2023-06-10 18:54:39 +02:00
team.ts
teamMember.ts feat: rename list to project everywhere 2023-03-14 14:04:23 +00:00
teamProject.ts feat: rename list to project everywhere 2023-03-14 14:04:23 +00:00
teamShareBase.ts feat: remove all namespace leftovers 2023-05-24 15:54:27 +02:00
totp.ts
user.ts chore: remove comment 2022-10-31 22:42:30 +01:00
userProject.ts feat: rename list to project everywhere 2023-03-14 14:04:23 +00:00
userSettings.ts fix: load the correct language 2023-06-12 18:01:56 +02:00
userShareBase.ts