|
42e9f306e8
|
feat: grid for list cards
|
2022-11-18 14:04:20 +01:00 |
|
|
599e28e5e5
|
feat: type improvements
|
2022-10-31 22:42:28 +01:00 |
|
|
5afafb7c82
|
fix: move hourToDaytime to separate file in order to pass tests
|
2022-10-17 12:35:47 +02:00 |
|
|
c4d7f6fdfa
|
feat: get username from store getter
|
2022-10-16 19:36:04 +02:00 |
|
|
c20de51a3c
|
feat: make salutation i18n static
|
2022-10-16 15:28:58 +02:00 |
|
|
7f281fc5e9
|
feat: port base store to pinia
|
2022-10-01 15:36:44 +02:00 |
|
|
7b53e684aa
|
feat: port auth store to pinia
|
2022-09-28 23:43:14 +02:00 |
|
|
a737fc5bc2
|
feat: port config store to pinia
|
2022-09-23 13:30:09 +02:00 |
|
|
093ab766d4
|
feat: port namespace store to pinia
|
2022-09-21 23:32:21 +02:00 |
|
|
a38075f376
|
feat: move list store to pina (#2392)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2392
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-09-21 16:21:25 +00:00 |
|
|
878b5bf236
|
fix: defaultListId
|
2022-09-05 19:01:42 +02:00 |
|
|
244478400a
|
feat: improve store typing
|
2022-09-05 17:43:23 +02:00 |
|
|
4c560f1a03
|
fix: don't try to load lists after logging out
Resolves https://kolaente.dev/vikunja/frontend/issues/329
|
2022-07-21 15:53:15 +02:00 |
|
|
4ce9ac9c66
|
chore: remove showAll prop and make it a computed instead
|
2022-02-20 21:32:02 +01:00 |
|
|
84f177c80e
|
feat: reduce dependency on router and move everything to route props instead
|
2022-02-06 20:11:13 +01:00 |
|
|
5937f01cc5
|
fix: list loading
|
2022-01-04 21:55:30 +01:00 |
|
|
c70211ad32
|
feat: unify modal view
fix: List.vue
|
2022-01-04 21:55:30 +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 |
|
|
cb37fd773d
|
feat: convert to composable useDateTimeSalutation
|
2022-01-04 18:44:07 +00:00 |
|
|
27534a98e9
|
feat: return full translation key
|
2022-01-04 18:44:07 +00:00 |
|
|
de77393905
|
feat: move the calculation of the current salutation to a different function
|
2022-01-04 18:44:07 +00:00 |
|
|
a106511646
|
fix: spacing for deletion message
|
2021-12-12 12:00:24 +01:00 |
|
|
4137bab7fc
|
fix: Home view (#1129)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1129
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2021-12-04 13:56:25 +00:00 |
|
|
716de2c99c
|
feat: convert home view to script setup and ts (#1119)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1119
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
|
2021-11-30 20:06:15 +00:00 |
|
|
f8d009a6aa
|
feat: add message component (#1082)
This PR adds a simple message component that replaces bulma's default message.
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1082
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-28 14:18:27 +00:00 |
|
|
20e059c921
|
fix ShowList margin in Home (#987)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/987
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-13 13:32:35 +00:00 |
|
|
d4fe3781f7
|
fix: logout error (#901)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/901
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-10-26 16:48:04 +00:00 |
|
|
87f7a515a6
|
feat: divide most list.scss styles into components
- list-card.vue and the Home.vue
- listSearch.vue
- topNavigation.vue
- EditTeam.vue
- List.vue
- ShowList.vue
|
2021-10-25 16:39:31 +02:00 |
|
|
bb94c1ba3a
|
feat: use async / await where it makes sense
|
2021-10-16 18:59:53 +02:00 |
|
|
416380025e
|
fix: more spacing for last viewed tasks headline
|
2021-09-29 21:29:09 +02:00 |
|
|
dc04c1b256
|
User account deletion (#651)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/651
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-08-11 19:08:18 +00:00 |
|
|
5b70f8d5d7
|
Fix showing import tasks cta when tasks are loading
|
2021-08-06 19:25:17 +02:00 |
|
|
e855b1b1e5
|
Fix CTA spacings
|
2021-08-02 07:48:00 +02:00 |
|
|
a08306d612
|
Add vite (#416)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/416
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-07-25 13:27:15 +00:00 |
|
|
d81b4117f5
|
Fix quick actions not working when nonexisting lists where left over in history
|
2021-07-20 18:03:38 +02:00 |
|
|
fa8492f97c
|
Add typescript support for helper functions (#598)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/598
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-07-19 18:20:49 +00:00 |
|
|
306a926c66
|
Add default list setting & creating tasks from home (#520)
Co-authored-by: sytone <github@sytone.com>
Co-authored-by: Sytone <github@sytone.com>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/520
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: sytone <kolaente@sytone.com>
Co-committed-by: sytone <kolaente@sytone.com>
|
2021-07-17 21:21:46 +00:00 |
|
|
d09eff1655
|
Show last visited list on home page
|
2021-07-06 22:22:57 +02:00 |
|
|
c7c9b5ee47
|
Show salutation based on the time of day
|
2021-07-06 17:13:13 +02:00 |
|
|
f0498fd767
|
Add translations (#562)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/562
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-06-23 23:24:57 +00:00 |
|
|
2f213beb03
|
Fix "create new list" and import buttons on home page
|
2021-04-15 17:21:20 +02:00 |
|
|
427a702bd4
|
Add clearer call to action when no lists are available yet
|
2021-01-17 20:53:09 +01:00 |
|
|
2aceca54ca
|
Move buttons to separate component (#380)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/380
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-01-17 17:57:57 +00:00 |
|
|
e960202607
|
Use buttons more consistently
|
2021-01-17 13:04:49 +01:00 |
|
|
3343b1c240
|
Add showing and modifying user name (#306)
Make sure to use the user name field everywhere
Add showing and modifying user name
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/306
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
|
2020-11-21 21:25:00 +00:00 |
|
|
a8a7f70a3c
|
Cleanup code & make sure it has a common code style
|
2020-09-05 22:35:52 +02:00 |
|
|
82ac226fc1
|
Rename routes to follow the same pattern
|
2020-06-17 22:24:37 +02:00 |
|
|
fc4b9d439b
|
Restructure components
|
2020-06-17 22:15:59 +02:00 |
|