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 6cc75928d8
continuous-integration/drone/push Build is failing Details
fix(task): remove default task color
Previously, the task would use the default color. This was now removed, as this resulted in the default color not being visible on tasks.

Resolves https://github.com/go-vikunja/frontend/issues/135#issuecomment-1917576392
2024-02-06 18:18:44 +01:00
..
abstractModel.ts feat: add modelTypes 2022-09-05 17:57:21 +02:00
apiTokenModel.ts feat(api tokens): validate title field when creating a new token 2023-09-01 12:56:23 +02:00
attachment.ts feat: add display of kanban card attachment image 2022-10-05 14:56:10 +02:00
avatar.ts feat: improve models 2022-09-13 14:59:02 +00:00
backgroundImage.ts feat: improve models 2022-09-13 14:59:02 +00:00
bucket.ts feat(kanban): save done bucket with project instead of bucket 2023-09-03 16:32:29 +02:00
caldavToken.ts feat: improve models 2022-09-13 14:59:02 +00:00
emailUpdate.ts feat: type improvements 2022-10-31 22:42:28 +01:00
file.ts feat: improve models 2022-09-13 14:59:02 +00:00
label.ts fix(color picker): when picking a color, the color picker should not be black afterwards 2024-01-21 20:25:19 +01:00
labelTask.ts feat: improve models 2022-09-13 14:59:02 +00:00
linkShare.ts feat: rename list to project everywhere 2023-03-14 14:04:23 +00:00
notification.ts feat(reminders): show reminders in notifications bar 2023-12-23 15:48:29 +01:00
passwordReset.ts feat: improve models 2022-09-13 14:59:02 +00:00
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 feat: unify savedFilter logic in service (#2491) 2022-10-27 19:56:14 +00:00
subscription.ts feat: improve models 2022-09-13 14:59:02 +00:00
task.ts fix(task): remove default task color 2024-02-06 18:18:44 +01:00
taskAssignee.ts feat: improve models 2022-09-13 14:59:02 +00:00
taskComment.ts feat: feat-attachments-script-setup (#2358) 2022-09-22 15:31:13 +00:00
taskRelation.ts feat: task relatedTasks script setup 2022-09-21 18:35:46 +02:00
taskReminder.ts fix(reminders): properly parse relative reminders which don't have an amount 2023-06-10 18:54:39 +02:00
team.ts feat: NewTeam script setup (#2388) 2022-09-21 14:13:37 +00:00
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 feat: port config store to pinia 2022-09-23 13:30:09 +02:00
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 feat: improve models 2022-09-13 14:59:02 +00:00
webhook.ts feat(webhooks): add webhook management form 2023-10-18 20:12:48 +02:00