Commit Graph

29 Commits

Author SHA1 Message Date
70f48eaaca
fix(task): make sure the drag handle is shown as intended
Some checks failed
continuous-integration/drone/push Build is failing
Due to a previous refactoring, the drag handle was always shown instead of only on hover. The css class was moved out of the task component, but its styles weren't

Related to #3934
2024-02-06 18:29:17 +01:00
bf9af27fc3
fix(task): update due date when marking a task done
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-15 23:33:02 +01:00
fc6b707405
fix(task): use empty description helper everywhere 2023-12-11 22:35:09 +01:00
1cbb93ea9b
fix(tasks): make sure tasks are fully clickable
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #3838
2023-11-27 12:47:26 +01:00
66c7a05cdb
fix(project): correctly show project color next to project title in list view
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://community.vikunja.io/t/color-bubbles-not-showing-after-import/1648
2023-09-29 20:46:02 +02:00
0887860b2a
fix(task): priority label spacing
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-29 09:32:00 +02:00
3988a3f9f8
fix(task): correct spacing to task and project title
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-29 09:19:17 +02:00
f256fc3843
fix(list view): align nested subtasks with the parent text
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-07 13:47:52 +02:00
e41712647d
feat(list view): show subtasks nested
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #363
2023-09-07 13:43:15 +02:00
54c527c23f
feat(tasks): make the whole task in list view clickable
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #3172
Closes #3176
Closes #3180
2023-09-06 18:31:30 +02:00
3fec92283b
fix(task): priority label sizing and positioning in different environments
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-06 15:58:52 +02:00
beb016400e
feat(task): move task priority to the front when showing tasks inline
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-06 15:53:40 +02:00
7a9aa7771b
fix(tasks): play pop sound directly and not from store
All checks were successful
continuous-integration/drone/push Build is passing
This solves two problems:

1. Previously, changing anything on a done task would play the pop sound all the time, because the store only knew the new done status was "done" and not if it was done previously already.
2. Safari will prevent playing a sound without user interaction. This means the user has to interact directly with the method playing the sound which was not the case when the sound was played from the store.

Resolves #3292
2023-09-04 20:14:43 +02:00
abbc11528e
feat(tasks): update due date text every minute
All checks were successful
continuous-integration/drone/push Build is passing
Related discussion: https://community.vikunja.io/t/text-describing-time-past-due-date-is-never-refreshed/1376/3
2023-09-04 14:00:22 +02:00
7f2d92138e
fix: lint
Some checks are pending
continuous-integration/drone/push Build is pending
2023-09-04 13:11:31 +02:00
f63c39a578
feat(assignees): improve avatar list consistency
Some checks failed
continuous-integration/drone/push Build is failing
Resolves #3354
2023-09-04 13:03:39 +02:00
a446310986
fix(task): break long task titles after 4 lines only
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://github.com/go-vikunja/frontend/issues/84
Resolves https://community.vikunja.io/t/text-wrap-on-lists/1441
2023-06-23 14:28:06 +02:00
dbe1ad9353
fix: set and use correct type for destructured props
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-20 15:24:02 +02:00
3aa502e07d
fix: use props destructuring everywhere 2023-06-20 14:40:41 +02:00
57c64bbf71 chore: remove user margin from the component 2023-06-05 14:09:19 +00:00
391992effb
fix: missing await
All checks were successful
continuous-integration/drone/pr Build is passing
2023-05-30 11:37:45 +02:00
31b7c1f217
fix: don't set the current project when setting a project 2023-05-24 15:54:37 +02:00
78158bcba5
fix: remove getProjectById and replace all usages of it 2023-05-24 15:54:35 +02:00
36bec9e64f
chore(task): move toggleFavorite to store 2023-05-24 15:54:30 +02:00
fd7d90b017
fix(navigation): make sure the Favorites project shows up when marking or unmarking a task as favorite 2023-05-24 15:54:29 +02:00
1bd17d6e50
feat: remove all namespace leftovers 2023-05-24 15:54:27 +02:00
0acf44778d
fix: undo further nesting of interactive items
This is really bad for UX and accessability
2023-03-29 17:17:50 +02:00
8fc254d2db
feat: abstract BaseCheckbox 2023-03-29 17:17:49 +02:00
befa6f27bb feat: rename list to project everywhere
fix: project table view

fix: e2e tests

fix: typo in readme

fix: list view route

fix: don't wait until background is loaded for list to show

fix: rename component imports

fix: lint

fix: parse task text

fix: use list card grid

fix: use correct class names

fix: i18n keys

fix: load project

fix: task overview

fix: list view spacing

fix: find project

fix: setLoading when updating a project

fix: loading saved filter

fix: project store loading

fix: color picker import

fix: cypress tests

feat: migrate old list settings

chore: add const for project settings

fix: wrong projecten rename from lists

chore: rename unused variable

fix: editor list

fix: shortcut list class name

fix: pagination list class name

fix: notifications list class name

fix: list view variable name

chore: clarify comment

fix: i18n keys

fix: router imports

fix: comment

chore: remove debugging leftover

fix: remove duplicate variables

fix: change comment

fix: list view variable name

fix: list view css class name

fix: list item property name

fix: name update tasks function correctly

fix: update comment

fix: project create route

fix: list view class names

fix: list view component name

fix: result list class name

fix: animation class list name

fix: change debug log

fix: revert a few navigation changes

fix: use @ for imports of all views

fix: rename link share list class

fix: remove unused css class

fix: dynamically import project components again
2023-03-14 14:04:23 +00:00