Commit Graph

2848 Commits

Author SHA1 Message Date
kolaente 3988a3f9f8
fix(task): correct spacing to task and project title
continuous-integration/drone/push Build is passing Details
2023-09-29 09:19:17 +02:00
Frederick [Bot] 11b65e844c [skip ci] Updated translations via Crowdin 2023-09-28 00:08:46 +00:00
Frederick [Bot] 4a2ecf5fe7 [skip ci] Updated translations via Crowdin 2023-09-24 00:29:29 +00:00
kolaente 5c95a721f4
fix(filter): don't show other filters in project selection in saved filter
continuous-integration/drone/push Build is passing Details
Resolves https://github.com/go-vikunja/frontend/issues/125
2023-09-13 11:41:47 +02:00
kolaente a6eb804fae
fix(gantt): open task with double click from the gantt chart
continuous-integration/drone/push Build is passing Details
2023-09-12 15:12:16 +02:00
Frederick [Bot] 09ffd9414b [skip ci] Updated translations via Crowdin 2023-09-08 00:29:37 +00:00
kolaente b126a7f7ff
fix(navigation): don't hide color bubble in navigation on touch devices
continuous-integration/drone/push Build is failing Details
Related discussion: https://community.vikunja.io/t/board-color-sticker/1607
2023-09-07 16:36:11 +02:00
kolaente f256fc3843
fix(list view): align nested subtasks with the parent text
continuous-integration/drone/push Build is failing Details
2023-09-07 13:47:52 +02:00
kolaente e41712647d
feat(list view): show subtasks nested
continuous-integration/drone/push Build is failing Details
Resolves #363
2023-09-07 13:43:15 +02:00
Frederick [Bot] 842e2c2811 [skip ci] Updated translations via Crowdin 2023-09-07 00:28:16 +00:00
kolaente 2d61a349ac
feat(task): immediately set focus on the task search input when opening the related tasks menu
continuous-integration/drone/push Build is failing Details
2023-09-06 18:50:38 +02:00
kolaente 54c527c23f
feat(tasks): make the whole task in list view clickable
continuous-integration/drone/push Build is failing Details
Resolves #3172
Closes #3176
Closes #3180
2023-09-06 18:31:30 +02:00
kolaente 3f3d4b1682
feat(labels): assign random color when creating labels
continuous-integration/drone/push Build is failing Details
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
kolaente 9c46d064ac
feat(quick add magic): allow using the project identifier via quick add magic
continuous-integration/drone/push Build is failing Details
Related discussion: https://community.vikunja.io/t/using-shorter-list-names-in-quick-add-magic/895
2023-09-06 16:51:23 +02:00
kolaente 0d3143d465
fix(quick add magic): headline 2023-09-06 16:45:12 +02:00
kolaente 337c3e5e3e
fix: lint
continuous-integration/drone/push Build is failing Details
2023-09-06 16:31:07 +02:00
kolaente 3bb5308141
feat(task): group related task action buttons
continuous-integration/drone/push Build is failing Details
2023-09-06 16:30:00 +02:00
kolaente 3fec92283b
fix(task): priority label sizing and positioning in different environments
continuous-integration/drone/push Build is failing Details
2023-09-06 15:58:52 +02:00
kolaente beb016400e
feat(task): move task priority to the front when showing tasks inline
continuous-integration/drone/push Build is failing Details
2023-09-06 15:53:40 +02:00
kolaente 7746d39161
fix(task): remove wrong repeat types
continuous-integration/drone/push Build is failing Details
Repeating "monthly" or "yearly" was never what people expected, only 30 or 365 days which is not always correct. This change removes these settings since the repeating modes will be re-done anyway.

Related to #3585 (comment)
2023-09-06 15:41:48 +02:00
kolaente 184110b986
fix(gantt): update the gantt view when switching between projects
continuous-integration/drone/push Build is failing Details
Resolves https://community.vikunja.io/t/listing-subprojects-tasks/1567/5
2023-09-06 13:25:27 +02:00
kolaente 1918947c0b
fix(tasks): reset page number when applying filters
continuous-integration/drone/push Build is failing Details
Resolves https://community.vikunja.io/t/when-filter-conditions-change-pages-arent-updated-according-to-new-list-length/1601
2023-09-06 10:50:52 +02:00
kolaente 4e5823183e
fix(tasks): update api route
continuous-integration/drone/push Build is failing Details
2023-09-06 10:41:39 +02:00
kolaente b9e17ea870
fix(api tokens): show a token after it was created 2023-09-06 09:59:27 +02:00
Frederick [Bot] a8a6ec5ab0 [skip ci] Updated translations via Crowdin 2023-09-06 00:29:43 +00:00
Frederick [Bot] 3e9b872894 [skip ci] Updated translations via Crowdin 2023-09-05 00:29:24 +00:00
kolaente b1fe3fe29b
fix: don't render route modal when no properties are defined
continuous-integration/drone/push Build is passing Details
2023-09-04 21:33:50 +02:00
kolaente 5720a86bc3
fix(task): don't reload the kanban board when opening a task
continuous-integration/drone/push Build is passing Details
2023-09-04 21:01:42 +02:00
kolaente 86eff7d49e
fix(task): don't reload the kanban board when opening a task
continuous-integration/drone/push Build is failing Details
2023-09-04 20:27:55 +02:00
kolaente 7a9aa7771b
fix(tasks): play pop sound directly and not from store
continuous-integration/drone/push Build is passing Details
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
kolaente abbc11528e
feat(tasks): update due date text every minute
continuous-integration/drone/push Build is passing Details
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
kolaente 725fd1ad46
feat: improve error message for invalid API url
continuous-integration/drone/push Build is passing Details
Resolves #3680
2023-09-04 13:37:17 +02:00
kolaente 7f2d92138e
fix: lint
continuous-integration/drone/push Build is pending Details
2023-09-04 13:11:31 +02:00
kolaente f63c39a578
feat(assignees): improve avatar list consistency
continuous-integration/drone/push Build is failing Details
Resolves #3354
2023-09-04 13:03:39 +02:00
kolaente 270e32290a
fix(quick add magic): ignore common task indention when adding multiple tasks at once
continuous-integration/drone/push Build is failing Details
Resolves #3732
2023-09-04 11:24:10 +02:00
Frederick [Bot] b97e13b6b4 [skip ci] Updated translations via Crowdin 2023-09-04 00:28:15 +00:00
kolaente 52c0efe0ce
feat(kanban): add icon for bucket collapse
continuous-integration/drone/pr Build is passing Details
2023-09-03 16:32:29 +02:00
kolaente c803020537
feat(kanban): add setting for default bucket 2023-09-03 16:32:29 +02:00
kolaente 3373b5fc45
feat(kanban): save done bucket with project instead of bucket 2023-09-03 16:32:29 +02:00
Frederick [Bot] ce6f099912 [skip ci] Updated translations via Crowdin 2023-09-03 00:29:23 +00:00
kolaente ed8fb71ff0
feat: add demo mode warning message
continuous-integration/drone/push Build is passing Details
Resolves #2453
2023-09-01 18:09:19 +02:00
kolaente cec480ad80
fix(api tokens): lint
continuous-integration/drone/pr Build is passing Details
2023-09-01 15:59:16 +02:00
kolaente 830a3745ba
feat(api tokens): show warning if token has expired
continuous-integration/drone/pr Build was killed Details
2023-09-01 13:32:00 +02:00
kolaente 49104c65b6
fix(api tokens): expiry of tokens in a number of days 2023-09-01 13:28:32 +02:00
kolaente 984978fe6d
feat(api tokens): format permissions and groups human-readable 2023-09-01 13:25:37 +02:00
kolaente bd7b973559
feat(api tokens): add deleting api tokens 2023-09-01 13:18:00 +02:00
kolaente 0bb85870db
feat(api tokens): allow custom selection of expiry dates 2023-09-01 13:07:20 +02:00
kolaente 021f92303d
feat(api tokens): validate title field when creating a new token 2023-09-01 12:56:23 +02:00
kolaente e47ad021a3
feat(api tokens): add token creation form 2023-09-01 12:47:32 +02:00
kolaente a20eef2453
feat(api tokens): add basic api token overview 2023-09-01 11:15:48 +02:00
Frederick [Bot] 7b57b10804 [skip ci] Updated translations via Crowdin 2023-08-31 00:29:36 +00:00
Frederick [Bot] 83a7032b6f [skip ci] Updated translations via Crowdin 2023-08-30 00:29:17 +00:00
kolaente 5630c90dee
fix(task): show related tasks form with shortcut even when there are already other related tasks
continuous-integration/drone/push Build is passing Details
Resolves https://github.com/go-vikunja/frontend/issues/122
2023-08-29 13:57:12 +02:00
kolaente 99e2161c09
fix: lint
continuous-integration/drone/pr Build is passing Details
2023-08-29 12:46:30 +02:00
kolaente 20f61baf03
fix(quick actions): search for tasks within a project when specifying a project with quick add magic
continuous-integration/drone/pr Build is failing Details
2023-08-29 12:45:05 +02:00
kolaente 4e6b99544e
fix(quick actions): don't show projects when searching for labels or tasks
continuous-integration/drone/pr Build is failing Details
2023-08-29 12:38:59 +02:00
kolaente d57e1909c4
feat(quick actions): show labels as labels and tasks with all of their details 2023-08-29 12:33:43 +02:00
kolaente 99d8fbdfa7
feat(quick actions): show tasks for a label when selecting it
continuous-integration/drone/pr Build is failing Details
2023-08-29 11:11:37 +02:00
kolaente 442d0342a9
fix(quick actions): project search
continuous-integration/drone/pr Build is passing Details
2023-08-29 10:08:47 +02:00
kolaente a4b369470a
fix(quick actions): invalid class prop 2023-08-29 09:57:13 +02:00
kolaente 0ca73e0851
fix(quick actions): always search for projects 2023-08-29 09:41:53 +02:00
kolaente 9fc829115f
fix(quick actions): project filter 2023-08-29 09:34:08 +02:00
kolaente 1e19548563
chore(quick actions): format 2023-08-29 09:33:56 +02:00
kolaente c327d86a71
feat(quick actions): show task identifier 2023-08-29 09:33:41 +02:00
kolaente 3044560759
feat(quick actions): show done tasks last 2023-08-29 09:21:11 +02:00
kolaente c3f85fcb19
chore: format 2023-08-29 09:19:52 +02:00
kolaente 6e7928b2e4
fix(i18n): hungarian translation
continuous-integration/drone/push Build is passing Details
2023-08-27 16:32:06 +02:00
kolaente 47639b00f8
feat(i18n): add hungarian translation for selection
continuous-integration/drone/push Build is failing Details
2023-08-27 10:28:31 +02:00
Frederick [Bot] e63cecceca [skip ci] Updated translations via Crowdin 2023-08-27 00:29:16 +00:00
Frederick [Bot] 55e2e323ed [skip ci] Updated translations via Crowdin 2023-08-26 00:29:30 +00:00
kolaente f7e22c8c56
fix(auth): correctly redirect the user to the last visited page after login
continuous-integration/drone/push Build is passing Details
Resolves #3682
2023-08-24 12:15:45 +02:00
kolaente a9fb306e46
fix(i18n): fall back to browser language if the configured user language is invalid
continuous-integration/drone/push Build is passing Details
2023-08-24 11:37:23 +02:00
kolaente 58a1f46668
fix(projects): don't suggest to create a new task in an empty filter
continuous-integration/drone/push Build is passing Details
2023-08-24 11:32:28 +02:00
kolaente 6cbbe17bd8
fix(filters): don't allow marking a filter as favorite
continuous-integration/drone/push Build is passing Details
2023-08-24 11:30:57 +02:00
kolaente c01957aae2
fix: lint
continuous-integration/drone/push Build is passing Details
2023-08-24 11:27:31 +02:00
kolaente 1ad03877fb
fix(menu): separate favorite and saved filter projects from other projects
continuous-integration/drone/push Build is failing Details
Resolves #3710
Resolves https://github.com/go-vikunja/frontend/issues/119
2023-08-24 11:27:20 +02:00
kolaente fc72a82a2a
fix(task): duplicate attribute
continuous-integration/drone/push Build is failing Details
2023-08-24 11:18:17 +02:00
kolaente 63ef09b020
fix(filters): incorrect translation string 2023-08-24 11:18:03 +02:00
DIMITRIOS CHRYSOCHERIS 311b1d7594
chore: improve checking for API url '/' suffix (#121)
continuous-integration/drone/push Build is failing Details
2023-08-23 21:56:08 +02:00
davidangel cade3df3e9 feat: allow custom logo via environment variable (#3685)
continuous-integration/drone/push Build is passing Details
Related discussion: https://community.vikunja.io/t/change-vikunja-logo-and-color-scheme/621

Reviewed-on: #3685
Reviewed-by: konrad <k@knt.li>
Co-authored-by: davidangel <david@davidangel.net>
Co-committed-by: davidangel <david@davidangel.net>
2023-08-23 16:13:29 +00:00
Frederick [Bot] f647d6e9b4 [skip ci] Updated translations via Crowdin 2023-08-23 00:28:13 +00:00
Frederick [Bot] 0b1ec9f287 [skip ci] Updated translations via Crowdin 2023-08-16 00:09:52 +00:00
Frederick [Bot] baff1c6fc9 [skip ci] Updated translations via Crowdin 2023-08-15 00:08:33 +00:00
Frederick [Bot] ac3f0cc266 [skip ci] Updated translations via Crowdin 2023-08-07 00:08:30 +00:00
Frederick [Bot] 88203e8b7d [skip ci] Updated translations via Crowdin 2023-07-23 00:09:21 +00:00
Frederick [Bot] 563ee8f5bc [skip ci] Updated translations via Crowdin 2023-07-21 00:09:38 +00:00
Frederick [Bot] a5e49d9417 [skip ci] Updated translations via Crowdin 2023-07-18 00:08:41 +00:00
Frederick [Bot] 253e716390 [skip ci] Updated translations via Crowdin 2023-07-16 00:09:30 +00:00
Frederick [Bot] 057017c8eb [skip ci] Updated translations via Crowdin 2023-07-14 00:08:42 +00:00
kolaente d7ce8dd320
fix(quick add magic): repeating intervals in words
continuous-integration/drone/push Build is passing Details
Resolves #3676
2023-07-13 18:20:30 +02:00
kolaente 25b110ce48
fix(quick add magic): annually and variants spelling
continuous-integration/drone/push Build is passing Details
Related to #3676
2023-07-13 18:05:19 +02:00
Frederick [Bot] 3748a496d5 [skip ci] Updated translations via Crowdin 2023-07-13 00:08:55 +00:00
kolaente 15ecafdf04
fix: don't try to load buckets for project id 0
continuous-integration/drone/push Build is passing Details
2023-07-11 10:42:20 +02:00
kolaente 8902c15f7e
fix: correctly resolve kanban board in the background when moving a task
continuous-integration/drone/push Build is failing Details
Resolves F-951
2023-07-10 18:10:14 +02:00
kolaente d5358793de
chore: provide better error messages when refreshing user info fails
continuous-integration/drone/push Build is passing Details
2023-07-10 12:20:40 +02:00
kolaente b742c55287
fix(projects): update project duplicate api definitions
continuous-integration/drone/push Build is passing Details
2023-07-07 13:00:48 +02:00
kolaente 82c9a91d39
fix(project): don't try to read title of undefined project
continuous-integration/drone/push Build is passing Details
2023-07-07 12:43:40 +02:00
kolaente cd820a6cb2
fix(project): duplicate a project without new parent
continuous-integration/drone/push Build is passing Details
2023-07-07 12:42:26 +02:00
kolaente 2c4da79c1b
fix(task): make an attachment cover image
continuous-integration/drone/push Build is passing Details
2023-07-07 12:36:27 +02:00
kolaente 24ad2f892d
feat: improve handling of an invalid api url
continuous-integration/drone/push Build is failing Details
Resolves #1964
2023-07-05 17:46:52 +02:00
kolaente 7c1934aad0
fix: don't try to set config from non-json responses
continuous-integration/drone/push Build is passing Details
2023-07-05 17:37:07 +02:00
kolaente ae2b0f97c4
fix: make update available button use the correct text color all the time
continuous-integration/drone/push Build is passing Details
2023-07-05 17:26:13 +02:00
Frederick [Bot] 60e49468cf [skip ci] Updated translations via Crowdin 2023-07-05 00:09:35 +00:00
Frederick [Bot] 49bdd00133 [skip ci] Updated translations via Crowdin 2023-07-02 00:28:57 +00:00
Frederick [Bot] 0909d2cfe5 [skip ci] Updated translations via Crowdin 2023-07-01 00:28:02 +00:00
Frederick [Bot] 478b2c043e [skip ci] Updated translations via Crowdin 2023-06-30 00:28:59 +00:00
Frederick [Bot] 72fd932020 [skip ci] Updated translations via Crowdin 2023-06-29 00:27:59 +00:00
kolaente 2a14325f62
feat(projects): allow setting a saved filter for tasks shown on the overview page
continuous-integration/drone/push Build is passing Details
Resolves vikunja/api#1545
Resolves https://community.vikunja.io/t/customizable-overview-page/685
2023-06-28 15:20:43 +02:00
kolaente ac6c4cf2bc
fix(project): make sure the correct tasks are loaded when switching between projects
continuous-integration/drone/push Build is passing Details
Resolves https://community.vikunja.io/t/filter-table-view-not-sorting/1416/3
2023-06-28 14:41:43 +02:00
Frederick [Bot] a218eab609 [skip ci] Updated translations via Crowdin 2023-06-27 00:29:30 +00:00
Frederick [Bot] 305c5b32ee [skip ci] Updated translations via Crowdin 2023-06-24 00:28:58 +00:00
kolaente a446310986
fix(task): break long task titles after 4 lines only
continuous-integration/drone/push Build is passing Details
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
kolaente 8a22d1811e
fix(link share): default share view should be list, not project
continuous-integration/drone/push Build is passing Details
2023-06-23 14:18:52 +02:00
Frederick [Bot] d34a872d40 [skip ci] Updated translations via Crowdin 2023-06-23 00:28:56 +00:00
kolaente 06126de139
fix(i18n): typo
continuous-integration/drone/push Build is passing Details
2023-06-22 06:14:18 +02:00
Frederick [Bot] be11397163 [skip ci] Updated translations via Crowdin 2023-06-22 00:29:37 +00:00
kolaente f3986c710b
feat(i18n): use chinese name for chinese translation
continuous-integration/drone/push Build is failing Details
2023-06-21 20:16:03 +02:00
kolaente 9c8266fb0d
feat(i18n): enable Japanese translation 2023-06-21 20:15:48 +02:00
kolaente 7148b56eea
feat(i18n): enable Danish translation 2023-06-21 20:14:21 +02:00
kolaente ff6645d2ab
feat(i18n): enable Spanish translation
continuous-integration/drone/push Build is passing Details
2023-06-21 20:12:56 +02:00
kolaente 25bd26bea6
chore(editor): disable deprecated marked options
continuous-integration/drone/push Build is passing Details
2023-06-21 15:12:45 +02:00
kolaente 83c0ef4e8b
fix(project): set maxRight on projects after opening a task
continuous-integration/drone/push Build is failing Details
2023-06-21 15:09:31 +02:00
kolaente 813d2b56a0
fix: don't try to map non-array data
continuous-integration/drone/push Build is passing Details
2023-06-20 16:21:45 +02:00
kolaente 1005182a50
feat(reminders): add e2e tests for task reminders
continuous-integration/drone/push Build is passing Details
2023-06-20 15:56:39 +02:00
kolaente dbe1ad9353
fix: set and use correct type for destructured props
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2023-06-20 15:24:02 +02:00
kolaente b6cd424aa3
fix: set vue-ignore 2023-06-20 15:22:19 +02:00
kolaente 3aa502e07d
fix: use props destructuring everywhere 2023-06-20 14:40:41 +02:00
kolaente 78a268ab07
fix(building): let the compiler ignore props interface 2023-06-20 14:40:41 +02:00
kolaente c27661107f
fix(project): correctly load background when switching from or to a project view
continuous-integration/drone/push Build is passing Details
Resolves https://community.vikunja.io/t/background-does-not-load/1437
2023-06-20 10:54:13 +02:00
Frederick [Bot] 61379ed4c6 [skip ci] Updated translations via Crowdin 2023-06-20 00:29:35 +00:00
kolaente 34182b8bbb
fix: follow the happy path
continuous-integration/drone/pr Build is passing Details
2023-06-19 15:28:06 +02:00
kolaente 20660564c1
feat: change the link share hash name 2023-06-19 15:28:06 +02:00
kolaente c2ffe3a9dc
feat: check link share auth from store instead 2023-06-19 15:28:06 +02:00
kolaente a33e2f6c00
chore: follow the happy path 2023-06-19 15:28:06 +02:00
kolaente 0ce150af23
chore: move const 2023-06-19 15:28:06 +02:00
kolaente 06a1ff6f4b
chore: reduce nesting 2023-06-19 15:28:06 +02:00
kolaente 7c964c29d4
fix: return redirect 2023-06-19 15:28:06 +02:00
kolaente b9f0635d9f
feat: rename link share hash prefix 2023-06-19 15:28:05 +02:00
kolaente 61baf02e26
chore: import const instead of redeclaring it 2023-06-19 15:28:05 +02:00
kolaente 59b05e9836
chore: rename getRedirectRoute 2023-06-19 15:28:05 +02:00
kolaente f68bb2625e
feat: persist link share auth rule in url hash
This allows sharing links to a task directly. We're using hashes instead
of query parameters because hash values are usually not logged in access
logs.

With this change, when a user uses a link share, the link share hash
will be appended to all urls while browsing. When a link share hash is
encountered in the current url and the user is not authenticated, they
will be redirected to the link share auth page, get authenticated and
then get redirected to whatever url they were previously on.
2023-06-19 15:28:05 +02:00
kolaente 929d4f4023
chore: catch error when trying to play pop sound
continuous-integration/drone/push Build is passing Details
Safari does not allow playing sound without user interaction, so we'll just silently catch and ignore the error until we have a better solution.
2023-06-18 18:58:57 +02:00
kolaente a92eb31ab3
fix(settings): don't try to sort timezones if there are none
continuous-integration/drone/push Build is passing Details
2023-06-18 18:53:01 +02:00
kolaente 2006abd0a6
fix(task): call getting task identifier directly instead of using model function
continuous-integration/drone/push Build is passing Details
2023-06-18 18:46:18 +02:00
kolaente 854228034d
chore(task): use ref for task instead of reactive
continuous-integration/drone/push Build is passing Details
2023-06-18 17:02:52 +02:00
kolaente a118580704
fix: don't try to map data from empty responses
continuous-integration/drone/push Build is passing Details
2023-06-18 16:10:46 +02:00
kolaente 68a137acf9
chore(sentry): only load sentry when enabled 2023-06-18 15:01:49 +02:00
kolaente 96c9407414
feat(sentry): only load sentry when it's enabled 2023-06-18 14:49:25 +02:00
Dominik Pschenitschni 73947f0ba4
feat: add vite-plugin sentry 2023-06-18 14:33:21 +02:00
kolaente faa62985df
fix: correctly sync filters on upcoming tasks page
continuous-integration/drone/push Build is passing Details
Resolves #3600
2023-06-16 19:49:43 +02:00
kolaente 154d43a392
fix(reminders): don't assigne the task
continuous-integration/drone/push Build is passing Details
2023-06-16 19:42:55 +02:00
kolaente 1fcd1cdd4b
fix(reminders): assignment to const when changing a reminder
continuous-integration/drone/push Build is passing Details
2023-06-16 19:20:40 +02:00
kolaente ba057f3527
feat(reminders): add preset two hours before due / start / end date 2023-06-16 19:12:07 +02:00
kolaente dd7b77e12d
feat(reminders): add on the due / start / end date as a reminder preset 2023-06-16 19:12:06 +02:00
Frederick [Bot] ad95bdd039 [skip ci] Updated translations via Crowdin 2023-06-16 00:29:42 +00:00
Frederick [Bot] 96acea90ed [skip ci] Updated translations via Crowdin 2023-06-14 00:29:44 +00:00
kolaente 79ceaf6a2b
fix(task): repeat mode now saves correctly
continuous-integration/drone/push Build is passing Details
2023-06-13 12:33:35 +02:00
kolaente 5694b39489
feat(reminders): show resolved reminder time in a tooltip and properly bubble updated task down to the reminder component
continuous-integration/drone/push Build is passing Details
2023-06-13 12:30:07 +02:00
kolaente 32e5f9f757
fix(reminders): don't sync negative relative reminder amounts in ui
continuous-integration/drone/push Build is passing Details
2023-06-13 12:10:10 +02:00
kolaente 928b338cf2
fix(reminders): don't assume 30 days are always a month
continuous-integration/drone/push Build is passing Details
2023-06-13 12:06:00 +02:00
kolaente 1a792e0667
feat(reminders): only show relative reminders when there's a date to relate them to
continuous-integration/drone/push Build is passing Details
2023-06-13 12:03:28 +02:00
kolaente bef25c49d5
feat: new image for the unauthenticated views
continuous-integration/drone/push Build is passing Details
There have been so many big changes lately, I think it's time for a new image.
2023-06-12 21:58:17 +02:00
kolaente 3c9083b90d
feat: add message to add to home screen on mobile
continuous-integration/drone/push Build is passing Details
2023-06-12 19:37:58 +02:00
konrad 169feaaf0f feat(user): persist frontend settings in the api (#3594)
continuous-integration/drone/push Build is passing Details
Implements saving of frontend settings for 04e2c51fac.

Resolves https://github.com/go-vikunja/frontend/issues/105
Resolves vikunja/api#1250
Resolves vikunja/api#1452
Reviewed-on: #3594
2023-06-12 16:22:51 +00:00
kolaente 5d59392566
fix: lint
continuous-integration/drone/pr Build is passing Details
2023-06-12 18:06:07 +02:00
kolaente 6593380013
fix: load the correct language
continuous-integration/drone/pr Build is failing Details
2023-06-12 18:01:56 +02:00
kolaente 69e94e58c4
fix: tests
continuous-integration/drone/pr Build was killed Details
2023-06-12 16:35:47 +02:00
kolaente cd8e497b24
fix(user): lint
continuous-integration/drone/pr Build is failing Details
2023-06-12 16:22:15 +02:00
kolaente aab2020e68
chore(user): cleanup 2023-06-12 16:20:46 +02:00
kolaente a050419fdf
fix(user): set the language when saving 2023-06-12 16:19:47 +02:00
kolaente f0c3980700
fix(user): fix flickering of default settings 2023-06-12 16:18:01 +02:00
kolaente 68597c9709
feat(user): use user language from store after logging in 2023-06-12 16:08:31 +02:00
kolaente 5325f6d7d9
feat(user): migrate color scheme settings to persistance in db 2023-06-12 15:57:18 +02:00
Frederick [Bot] 83e7138a18 [skip ci] Updated translations via Crowdin 2023-06-12 00:28:51 +00:00
kolaente 4b0022664a
feat(user): set default settings when loading persisted 2023-06-11 17:43:55 +02:00
kolaente d8ad934643
feat(user): save quick add magic mode in api 2023-06-11 17:37:49 +02:00
kolaente 77ee1bfc3e
feat(user): migrate pop sound setting to store in api 2023-06-11 17:31:04 +02:00
kolaente bd7d09c17c
fix(repeat): prevent disappearing repeat mode settings when modes other than default repeat mode were selected
continuous-integration/drone/push Build is passing Details
Resolves #3585
2023-06-11 09:48:54 +02:00
kolaente 48cfdddff7
chore(reminders): remove reminderDates property
continuous-integration/drone/push Build is passing Details
2023-06-10 19:05:22 +02:00
konrad 3f8e457d52 feat: edit relative reminders (#3248)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #3248
2023-06-10 17:04:09 +00:00
kolaente 098b5fa2b1
fix(reminders): properly parse relative reminders which don't have an amount
continuous-integration/drone/pr Build is passing Details
2023-06-10 18:54:39 +02:00
kolaente 5e4eb4a728
fix(reminders): custom relative highlight now only when a custom relative reminder was actually selected 2023-06-10 18:54:10 +02:00
kolaente 8930f61548
fix(reminders): flatpickr styling improvements 2023-06-10 18:46:15 +02:00
kolaente 9a736cf65f
fix(reminders): style flatpickr so that it blends in more
continuous-integration/drone/pr Build is passing Details
2023-06-10 18:39:33 +02:00
kolaente 2677f6254d
feat(reminders): highlight which preset or custom date is selected
continuous-integration/drone/pr Build is passing Details
2023-06-10 17:35:50 +02:00
kolaente bfcb36e093
fix(reminders): align remove icon with the rest
continuous-integration/drone/pr Build is passing Details
2023-06-10 17:29:30 +02:00
kolaente 9ec29cad30
fix: lint
continuous-integration/drone/pr Build is passing Details
2023-06-10 17:26:06 +02:00
kolaente dd3a5fe6b5
fix(reminders): duplicate reminder for each change
continuous-integration/drone/pr Build is failing Details
2023-06-09 14:46:34 +02:00
kolaente 04642ae1ec
fix(reminders): set date over relative reminder
continuous-integration/drone/pr Build is failing Details
2023-06-09 14:43:02 +02:00
kolaente eac19e28d6
feat(reminders): add more spacing
continuous-integration/drone/pr Build is failing Details
2023-06-09 14:39:35 +02:00
kolaente 11f94e4037
feat(reminders): make adding new reminders less confusing
continuous-integration/drone/pr Build is failing Details
2023-06-09 14:37:26 +02:00
kolaente 39cc7a00d8
feat(reminders): make relative presets actually work
continuous-integration/drone/pr Build is failing Details
2023-06-09 14:31:32 +02:00
kolaente 02da1e171e
feat(reminders): add confirm button 2023-06-09 14:27:11 +02:00
kolaente ae177c73ea
feat(reminders): move reminder settings to a popup 2023-06-09 14:23:32 +02:00
kolaente e6c4c18974
feat(reminders): translate all reminder form strings
continuous-integration/drone/pr Build is failing Details
2023-06-09 13:54:17 +02:00
kolaente 95487d7569
feat(reminders): add proper time picker for relative dates
continuous-integration/drone/pr Build is failing Details
2023-06-09 13:19:47 +02:00
kolaente 7b2a688b6e
feat(datepicker): separate datepicker popup and datepicker logic in different components
continuous-integration/drone/pr Build is failing Details
2023-06-09 12:07:23 +02:00
Frederick [Bot] f5b3b21ce0 [skip ci] Updated translations via Crowdin 2023-06-09 00:29:38 +00:00
kolaente 979561342a
fix(kanban): decrease task count per bucket when deleting a task
continuous-integration/drone/push Build is passing Details
2023-06-08 17:09:48 +02:00
kolaente ad27f588a2
feat(kanban): use total task count from the api instead of manually calculating it per bucket
continuous-integration/drone/push Build is passing Details
This fixes an ux issue where the total count would show a wrong number of total tasks because that was the number of tasks which were loaded at the time. In combination with bucket limits, this caused error messages when the user would attempt to drag tasks into a bucket which appeared not full but was.
2023-06-08 16:57:58 +02:00
kolaente c7a989d7dc
fix(kanban): don't export buckets as readonly because that makes it impossible to update them, even from within the store
continuous-integration/drone/push Build is passing Details
This fixes a bug where the task on the kanban board would not get updated because the "tasks" property of all buckets were still read only if they were exported once as readonly. This has been unnoticed in the past because the visual representation of the board still perfectly matched what the user was doing and what was saved in the api - just not what was stored in pina.
2023-06-08 16:54:52 +02:00
kolaente c74612f24a
fix: lint
continuous-integration/drone/push Build is passing Details
2023-06-07 21:53:40 +02:00
kolaente 64f9f4fd88
fix: disable autocomplete in assignee search
continuous-integration/drone/push Build is failing Details
Resolves https://github.com/go-vikunja/frontend/issues/114
2023-06-07 21:46:18 +02:00
kolaente b50adaf4b5
fix(navigation): highlight saved filters in project view and prevent them from being dragged around
continuous-integration/drone/push Build is passing Details
2023-06-07 20:58:49 +02:00
Frederick [Bot] e6aecbd8dc [skip ci] Updated translations via Crowdin 2023-06-07 00:29:36 +00:00
kolaente 46f5dcb4dc
fix(navigation): show text ellipsis for very long project titles
continuous-integration/drone/push Build is passing Details
2023-06-06 17:33:55 +02:00
kolaente 0dc7e83dc4
fix(navigation): menu item overflow 2023-06-06 17:32:18 +02:00
kolaente 82c10b87c8
fix(navigation): hide archived subprojects
continuous-integration/drone/push Build is passing Details
2023-06-06 17:29:08 +02:00
kolaente 5888946861
fix(navigation): sidebar top spacing
continuous-integration/drone/push Build is passing Details
2023-06-06 17:27:05 +02:00
Frederick [Bot] d1ae6a8b84 [skip ci] Updated translations via Crowdin 2023-06-06 00:29:33 +00:00
konrad d9f608e8b4 feat: improve user assignments via quick add magic (#3348)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #3348
2023-06-05 15:03:14 +00:00
konrad a988565227 feat: hide quick add magic help behind a tooltip (#3353)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #3353
2023-06-05 15:02:42 +00:00
Dominik Pschenitschni b76fffb788 Update 'src/i18n/lang/en.json'
continuous-integration/drone/push Build is passing Details
2023-06-05 14:31:30 +00:00
kolaente 25c3b7bcbf chore: move styles to components
continuous-integration/drone/pr Build is passing Details
2023-06-05 14:20:41 +00:00
kolaente dfa6cd777b fix: add more padding to the textarea 2023-06-05 14:20:41 +00:00
kolaente 21ad8301f2 chore: add comment on overriding 2023-06-05 14:20:41 +00:00
kolaente 7110c9a5ce chore: move positioning css 2023-06-05 14:20:41 +00:00
kolaente a4c8fccb11 chore: remove nesting 2023-06-05 14:20:41 +00:00
Dominik Pschenitschni c294f9d28d fix: lint 2023-06-05 14:20:41 +00:00
kolaente 422d7fc693 feat: highlight hint icon when hovering the input 2023-06-05 14:20:41 +00:00
kolaente abb5128426 feat: add transition to input icons 2023-06-05 14:20:41 +00:00
kolaente 2174608801 fix: improve tooltip text 2023-06-05 14:20:41 +00:00
kolaente a6cdf6c4bd fix: improve tooltip icon contrast 2023-06-05 14:20:41 +00:00
kolaente 2c9693a83e chore: remove wrapper div 2023-06-05 14:20:41 +00:00
kolaente 6989558963 feat: move quick add magic to a popup behind an icon 2023-06-05 14:20:41 +00:00
kolaente 7fb85dacec feat: allow hiding the quick add magic help tooltip with a button 2023-06-05 14:20:41 +00:00
kolaente 9df6950d1a
feat: start adding relative reminder picker with more options
continuous-integration/drone/pr Build is failing Details
2023-06-05 16:16:10 +02:00
kolaente cd2b7fe185 fix: lint
continuous-integration/drone/pr Build is passing Details
2023-06-05 14:09:19 +00:00
kolaente 52987060b1 chore: group return parameter 2023-06-05 14:09:19 +00:00
kolaente aeb73a374f chore: make fuzzy matching a paramater 2023-06-05 14:09:19 +00:00
kolaente bc416f282f fix: make type singular 2023-06-05 14:09:19 +00:00
kolaente f88c373742 chore(i18n): clarify translation string 2023-06-05 14:09:19 +00:00
kolaente 10ac1ff66a chore: use startsWith for prefix matching 2023-06-05 14:09:19 +00:00
kolaente ae025e30c6 fix: clarify user search setting 2023-06-05 14:09:19 +00:00
kolaente a1dd1d6664 chore: remove user margin from the component 2023-06-05 14:09:19 +00:00
kolaente 57c64bbf71 chore: remove user margin from the component 2023-06-05 14:09:19 +00:00
kolaente 218a19d907 feat(quick add magic): allow fuzzy matching of assignees when the api results are unambigous 2023-06-05 14:09:19 +00:00
kolaente 7b6a13dd52 fix: ensure all matched quick add magic parts are correctly removed from the task 2023-06-05 14:09:19 +00:00
kolaente 4ff0c81e37 fix: lint 2023-06-05 14:09:19 +00:00
kolaente 6a15489610 feat(assignees): show user avatar in search results 2023-06-05 14:09:19 +00:00
kolaente 59c942af73 feat: show initial list of users when opening the assignees view 2023-06-05 14:09:19 +00:00
kolaente 302ba2bec7 chore: clarify users when can still be found even if they disabled it 2023-06-05 14:09:19 +00:00
kolaente 34d1e4bddd fix(quick add magic): cleanup all assignee properties 2023-06-05 14:09:19 +00:00
kolaente 02c24a4814 fix(quick add magic): use the project user service to find assignees for quick add magic 2023-06-05 14:09:19 +00:00
kolaente 0724776ccb fix(quick add magic): don't replace the prefix in every occurrence when it is present in the matched part 2023-06-05 14:09:19 +00:00
kolaente efb3407b87
feat: allow disabling icon changes
continuous-integration/drone/push Build is passing Details
2023-06-02 13:51:47 +02:00
renovate aa591ee2ed chore(deps): update workbox monorepo to v7 (major) (#3556)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #3556
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-06-02 11:03:36 +00:00
kolaente f4a7943680
fix: bubble changes from the editor immediately and move the delay to callers
continuous-integration/drone/push Build is passing Details
This gives the callers more control over when to save data and show/hide additional controls based on the input text
2023-06-02 12:40:21 +02:00
kolaente 68fd4698ac
fix: don't try to set a user language if none is saved 2023-06-02 11:43:42 +02:00
Frederick [Bot] dd039f31fe [skip ci] Updated translations via Crowdin 2023-06-01 00:28:46 +00:00