1
0
Commit Graph

175 Commits

Author SHA1 Message Date
4b0d491359 fix: remove workarounds to properly overlay the top menu bar over everything else 2022-05-08 23:26:07 +02:00
0007c30672 feat: move filter popup to a modal 2022-05-08 22:39:23 +02:00
62adf171ec feat: show the number of tasks we're about to remove when deleting a list 2022-04-24 18:11:10 +02:00
89c81ae854 fix: subscription works correctly again 2022-04-24 17:06:00 +02:00
e0023b14e8 feat: improve dropdown (#1788)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1788
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-04-18 17:28:43 +00:00
f19221cb10 chore: move Modal to misc folder (#1834)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1834
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-04-18 17:04:10 +00:00
0e14e3053d feat: convert create-edit to script setup and ts 2022-04-02 17:17:09 +02:00
ba9f69344a feat: use defineComponent wrapper 2022-04-02 17:16:57 +02:00
a3329f1b42 feat: add lang ts to script block 2022-04-02 17:15:46 +02:00
0af6d79eff Merge branch 'main' into feature/date-math 2022-03-27 22:41:53 +02:00
cf5460d298 fix: keyboard shortcut text indicating what works where 2022-03-02 22:05:16 +01:00
f4b0e68322 feat: add a few new keyboard shortcuts 2022-03-02 21:59:51 +01:00
d5f0158b04 Merge branch 'main' into feature/date-math
# Conflicts:
#	src/views/tasks/ShowTasks.vue
2022-02-26 13:30:07 +01:00
bdb53ec8ee fix: api config domain name contains the current domain instead of the provided one (#1581)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1581
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-02-20 22:07:59 +00:00
c7943ef823 fix: popup not really hidden when hidden 2022-02-20 22:02:59 +01:00
0b6a74d11e Merge branch 'main' into feature/date-math 2022-02-20 20:25:06 +01:00
b84fe4c88b feat: convert api-config to script setup and ts (#1535)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1535
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-02-13 22:06:26 +00:00
7135288800 fix: lint 2022-02-06 12:43:42 +01:00
7aa2cfc8d4 feat: add date range filter to task filters 2022-02-06 12:43:40 +01:00
a8ac2fc2dd Merge branch 'main' into feature/login-improvements 2022-02-05 18:04:33 +01:00
9a5b5c688d Merge branch 'fix/app-ready' into feature/vue3-modals-with-router-4 2022-02-05 17:38:28 +01:00
24a154422d chore: remove vikunjaReady from store 2022-02-01 23:09:41 +01:00
dfa30258aa chore: rename function 2022-02-01 21:25:42 +01:00
3d420c3770 fix: make isButton prop optional 2022-01-30 23:27:22 +01:00
a16e8fea61 Merge branch 'fix/app-ready' into feature/vue3-modals-with-router-4 2022-01-30 21:53:24 +01:00
57965b1ea3 fix: keyboard-shortcuts typing 2022-01-30 16:53:45 +01:00
187e62a7ec feat: make subscription a BaseButton 2022-01-30 16:53:45 +01:00
24b7821c50 fix: ts errors in subscription 2022-01-30 16:53:44 +01:00
423195155e Merge branch 'main' into feature/vue3-modals-with-router-4 2022-01-30 12:40:36 +01:00
b3697cb9bf fix: subscription icon not rendered correctly
The computed property "icon" which holds the icon string to be rendered was overriding the <icon> component. Therefore, the component wasn't rendered at all, instead vue would render a html tag with the icon name.
2022-01-29 22:30:47 +01:00
cd92d224a2 Merge branch 'main' into feature/login-improvements 2022-01-23 17:06:49 +00:00
959b53b3a6 chore: remove console.log 2022-01-19 23:16:44 +01:00
c896ad5883 fix: subscription prop validation linting 2022-01-19 23:07:02 +01:00
0548649257 fix: lint 2022-01-18 23:12:28 +01:00
8555ffcd17 Merge branch 'main' into feature/vue3-modals-with-router-4 2022-01-18 22:27:32 +01:00
ca938b8615 fix: subscription prop validation 2022-01-18 22:26:27 +01:00
8233c8c953 fix: check if a shortcut has an available function before trying to invoke it 2022-01-18 21:51:24 +01:00
e2d9aa3d7f Merge branch 'main' into feature/vue3-modals-with-router-4
# Conflicts:
#	src/router/index.ts
#	src/views/tasks/TaskDetailView.vue
2022-01-18 21:47:17 +01:00
cc3fcdf1c3 fix: keyboard shortcut message bottom margin 2022-01-18 21:33:10 +01:00
26a94c7e8c fix: some typechecks
Most of what's still left now is related to models not exporting visible properties for typescript, that's a problem for another day.
2022-01-16 22:24:51 +01:00
55826bb8c9 fix: make sure the app is fully ready before trying to redirect to the login page 2022-01-08 15:44:33 +01:00
310578d349 Merge branch 'main' into feature/login-improvements
# Conflicts:
#	src/components/misc/no-auth-wrapper.vue
#	src/styles/components/_index.scss
#	src/views/user/Login.vue
#	src/views/user/Register.vue
2022-01-08 13:44:35 +01:00
49955eb03a fix: remove some of the typescript warnings 2022-01-05 16:17:14 +01:00
5a0c0eff9f feat: implement modals with vue router 4
This is an implementation of the modals with the new possibilities of vue router 3.

See: https://github.com/vuejs/vue-router/issues/703#issuecomment-865066913 for a better explanation
and the linked example implementation: https://github.com/vuejs/vue-router-next/blob/master/e2e/modal/index.ts
2022-01-04 21:55:29 +01:00
29d8422e94 fix(ready): remove class form fragment 2022-01-04 21:15:02 +01:00
cdbd1c2ac4 feat: create BaseButton component (#1123)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1123
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-01-04 18:58:06 +00:00
8ae84eaf42 fix: padding and centering of the kanban limit and dropdown 2021-12-30 15:59:59 +00:00
9a3069c20d fix: propType validation in message.vue 2021-12-21 16:07:38 +01:00
27cd9535bf fix: remove @ts-ignore 2021-12-21 15:47:57 +01:00
c46273ca34 fix: remove unused var 2021-12-21 15:47:40 +01:00