1
0

218 Commits

Author SHA1 Message Date
kolaente
beefc1d5ef
feat(editor): add bubble menu 2023-10-21 14:02:53 +02:00
kolaente
02ab1b8c0a
feat(editor): add all slash commands 2023-10-21 13:00:12 +02:00
kolaente
8b60e5b2c8
fix(editor): add icons for clearing marks and nodes 2023-10-20 17:10:06 +02:00
kolaente
e760ce45e4
fix(editor): checklist button icon 2023-10-20 17:10:06 +02:00
kolaente
9c71e30efe
chore(editor): add break icon 2023-10-20 17:10:06 +02:00
Dominik Pschenitschni
24b8915983
wip: tiptap editor 2023-10-20 17:10:05 +02:00
konrad
5d991e539b feat: webhooks (#3783)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3783
2023-10-20 11:56:59 +00:00
kolaente
5d91134b48
fix(tasks): use mousedown event instead of click to close the task popup
Resolves https://kolaente.dev/vikunja/frontend/issues/3779
2023-10-20 13:14:46 +02:00
kolaente
3d2fe4cf65
feat(webhooks): add webhook management form 2023-10-18 20:12:48 +02:00
kolaente
f0b340a9c7
feat(task): save currently opened task with control/meta + s 2023-10-11 17:44:17 +02:00
kolaente
93c155dd2f
fix(quick actions): always open quick actions with hotkey, even if other inputs are focused
Resolves https://kolaente.dev/vikunja/frontend/issues/3743
2023-09-29 09:48:06 +02:00
kolaente
725fd1ad46
feat: improve error message for invalid API url
Resolves https://kolaente.dev/vikunja/frontend/issues/3680
2023-09-04 13:37:17 +02:00
kolaente
52c0efe0ce
feat(kanban): add icon for bucket collapse 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
0bb85870db
feat(api tokens): allow custom selection of expiry dates 2023-09-01 13:07:20 +02:00
kolaente
24ad2f892d
feat: improve handling of an invalid api url
Resolves https://kolaente.dev/vikunja/frontend/issues/1964
2023-07-05 17:46:52 +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
c2ffe3a9dc
feat: check link share auth from store instead 2023-06-19 15:28:06 +02:00
kolaente
3c9083b90d
feat: add message to add to home screen on mobile 2023-06-12 19:37:58 +02:00
konrad
3f8e457d52 feat: edit relative reminders (#3248)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3248
2023-06-10 17:04:09 +00: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
konrad
d9f608e8b4 feat: improve user assignments via quick add magic (#3348)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3348
2023-06-05 15:03:14 +00:00
kolaente
6989558963 feat: move quick add magic to a popup behind an icon 2023-06-05 14:20:41 +00:00
kolaente
a1dd1d6664 chore: remove user margin from the component 2023-06-05 14:09:19 +00:00
kolaente
01ac84ce1e
fix: don't require variant prop on loading component as it already has a default one set 2023-05-30 20:00:02 +02:00
kolaente
8e2c76a33e
feat: optimize print view for project views 2023-05-30 19:50:37 +02:00
kolaente
76814a2d3f
chore: move loading styles to variant into the component 2023-05-24 15:54:33 +02:00
kolaente
638f6bea24
chore: improve prop type definition 2023-05-24 15:54:33 +02:00
kolaente
ac78e85e17
chore: move loader class 2023-05-24 15:54:32 +02:00
kolaente
1bd17d6e50
feat: remove all namespace leftovers 2023-05-24 15:54:27 +02:00
primeapple
e00c9bb1af feat: add hotkeys for priority, delete and favorite on the TaskDetailView (#3400)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3400
Reviewed-by: konrad <k@knt.li>
Co-authored-by: primeapple <toni.mueller.web@mailbox.org>
Co-committed-by: primeapple <toni.mueller.web@mailbox.org>
2023-05-10 09:14:07 +00:00
kolaente
b80f070431
feat: show avatar and full name in team overview 2023-04-25 18:32:36 +02:00
Dominik Pschenitschni
060a573fe9 fix: switching to view type now 2023-03-14 14:04:23 +00:00
kolaente
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
Dominik Pschenitschni
9b7770ade4 fix(keyboard-shortcuts): use card prop 2023-03-07 17:19:21 +00:00
Dominik Pschenitschni
e8db2c2b45
feat: header improvements 2023-02-09 15:19:33 +01:00
Dominik Pschenitschni
35cfb2f3ca
feat: add card story 2023-01-05 23:12:58 +01:00
Dominik Pschenitschni
74ad98de68 fix: icon offset and color 2022-11-18 15:49:38 +00:00
Dominik Pschenitschni
4fc7b9c67e feat: group navigation styles further 2022-11-18 15:49:38 +00:00
Dominik Pschenitschni
8c44ed83e6
feat: use transition component everywhere 2022-11-14 22:08:54 +01:00
Dominik Pschenitschni
631a19fa92
feat: move transition in own component 2022-11-12 19:32:39 +01:00
Dominik Pschenitschni
708ef2d72e feat: improve user component (#2687)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2687
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-12 10:51:35 +00:00
Dominik Pschenitschni
9d604f7a3b feat: reduce ready selector specificity (#2683)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2683
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-12 10:48:15 +00:00
Dominik Pschenitschni
eb4c2a4b9d feat: reduce dropdown-item selector specificity (#2680)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2680
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-12 10:46:39 +00:00
Dominik Pschenitschni
7fbb6e8f70 fix: Flatpickr types (#2647)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2647
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-07 14:05:29 +00:00
Dominik Pschenitschni
f4bc2b94f0 feat: sticky action buttons (#2622)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2622
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-04 13:49:28 +00:00
Dominik Pschenitschni
0b58973d87
feat: rework popup 2022-10-31 22:42:29 +01:00
Dominik Pschenitschni
02deb0bedd
feat: rework dropdown-item 2022-10-31 22:42:29 +01:00