adrinux
|
46fa43d67f
|
Migrate to bulma-css-variables and introduce dark mode (#954)
Co-authored-by: Adrian Simmons <adrian@perlucida.co.uk>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/954
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Reviewed-by: konrad <k@knt.li>
Co-authored-by: adrinux <adrian@perlucida.co.uk>
Co-committed-by: adrinux <adrian@perlucida.co.uk>
|
2021-11-22 21:12:54 +00:00 |
|
konrad
|
507a73e74c
|
feat: use flexsearch for all local searches (#997)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/997
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-14 20:49:52 +00:00 |
|
konrad
|
0fe433891a
|
feat: search in quick actions (#943)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/943
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-13 20:26:03 +00:00 |
|
Dominik Pschenitschni
|
87d2b4fed3
|
fix: use :deep() selector instead of ::v-deep
|
2021-10-25 16:39:34 +02:00 |
|
Dominik Pschenitschni
|
0aff057f7b
|
feat: merge quick-actions.scss with component styles
|
2021-10-25 16:39:32 +02:00 |
|
Dominik Pschenitschni
|
bb94c1ba3a
|
feat: use async / await where it makes sense
|
2021-10-16 18:59:53 +02:00 |
|
Dominik Pschenitschni
|
3b940cb56c
|
feat: don't rethrow same error and handle errors globally
|
2021-10-16 18:59:53 +02:00 |
|
Dominik Pschenitschni
|
672d63fbed
|
feat: remove createTask mixin
|
2021-10-01 20:06:06 +02:00 |
|
Dominik Pschenitschni
|
db49b9b532
|
fix: directly set arrays, objects and delete directly
Not needed since vue3 uses proxies
|
2021-10-01 18:45:42 +02:00 |
|
kolaente
|
3dfa286a12
|
feat(quick actions): select the item when only one result is available
resolves #703
|
2021-09-26 20:19:58 +02:00 |
|
Dominik Pschenitschni
|
f51371bbe0
|
feat: move from life cycle to data or watcher
- remove from created / mounted
- initialize component services in data
- use immediate watcher where appropriate
- deep watch for route changes
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
ebeca48be4
|
fix: namespace collision of global error method with draggable error method
|
2021-09-24 21:46:42 +02:00 |
|
dpschen
|
4f2378ff02
|
feat: add variant hint-modal to modal component (#764)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/764
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-24 18:08:48 +00:00 |
|
konrad
|
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 |
|
kolaente
|
d81b4117f5
|
Fix quick actions not working when nonexisting lists where left over in history
|
2021-07-20 18:03:38 +02:00 |
|
konrad
|
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 |
|
sytone
|
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 |
|
kolaente
|
a6842d959b
|
Fix quick actions not opening
|
2021-07-10 12:35:29 +02:00 |
|
kolaente
|
c094b5175a
|
Show recently visited lists in quick actions
|
2021-07-06 22:58:06 +02:00 |
|
kolaente
|
21d31f2b40
|
Indicate done tasks in quick actions
|
2021-07-06 15:08:55 +02:00 |
|
kolaente
|
e640f90488
|
Don't show archived lists/namespaces in quick actions
|
2021-07-06 15:00:31 +02:00 |
|
konrad
|
c8209c6c10
|
Quick add magic for tasks (#570)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/570
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-07-05 10:29:04 +00:00 |
|
kolaente
|
b8c7dba0ef
|
Fix new lists created with quick actions not showing up in the menu
|
2021-06-24 15:38:25 +02:00 |
|
konrad
|
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 |
|
kolaente
|
cdc805c8da
|
Refactor success and error messages
|
2021-06-22 22:07:57 +02:00 |
|
kolaente
|
0f42ed3cf7
|
Add filters for quick action bar
|
2021-06-03 14:20:26 +02:00 |
|
konrad
|
b85beb06eb
|
Quick Actions & global search (#528)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/528
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-05-30 18:30:08 +00:00 |
|