kolaente
|
734db0795c
|
fix: switching from a list with a background to settings would not remove the background
|
2021-11-28 15:56:08 +01:00 |
|
konrad
|
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 |
|
dpschen
|
04c94418d7
|
fix: logo overflow on login (#1050)
Resolves #1046
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1050
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
(cherry picked from commit 44f8e3ea9b )
|
2021-11-24 22:30:47 +01:00 |
|
konrad
|
6cde8e2640
|
fix(dark mode): dark mode adjustments (#1069)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1069
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-23 21:20:50 +00:00 |
|
kolaente
|
dc347ed8ba
|
fix: edit task comment
Resolves #1055
|
2021-11-23 19:21:45 +01:00 |
|
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 |
|
dpschen
|
44f8e3ea9b
|
fix #1046 logo overflow on login (#1050)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1050
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-22 19:01:26 +00:00 |
|
dpschen
|
b838e7494d
|
fix attribute coercion for contenteditable (#1025)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1025
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-18 13:00:54 +00:00 |
|
konrad
|
ae5d3ecac5
|
fix: kanban card spacing (#1005)
Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1005
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-16 21:44:07 +00:00 |
|
dpschen
|
ed78a83ed9
|
fix: comment alignment (#1008)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1008
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-16 20:02:11 +00:00 |
|
konrad
|
6c6ccc647e
|
fix: currentPage of pagination component is undefined (#1002)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1002
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-14 21:06:25 +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 |
|
kolaente
|
1fa164453c
|
fix: logo on ready screen
|
2021-11-14 21:16:33 +01:00 |
|
konrad
|
fcadbc352b
|
feat: re-style the keyboard shortcuts menu (#996)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/996
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-14 16:35:41 +00:00 |
|
konrad
|
31f344503c
|
fix: show current host if configured api url is /api/v1 instead of "" (#994)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/994
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-14 16:16:05 +00:00 |
|
dpschen
|
e63fd587c8
|
feat: use script setup for filter views (#951)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/951
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-14 15:56:52 +00:00 |
|
konrad
|
feea191ecf
|
feat: add v-shortcut directive for keyboard shortcuts (#942)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/942
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:28:29 +00:00 |
|
konrad
|
db605e0d21
|
feat: show namespace of related tasks if they are different than the current one (#923)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/923
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:27:23 +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 |
|
konrad
|
0a2d5ef820
|
feat: defer everything until the api config is loaded (#926)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/926
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-13 19:49:02 +00:00 |
|
konrad
|
31f0c384ac
|
feat: add button to clear active filters (#924)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/924
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-13 19:48:06 +00:00 |
|
dpschen
|
30cc89fe25
|
feat: add vite-svg-loader and add Logo component (#971)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/971
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 14:16:14 +00:00 |
|
dpschen
|
8e6e52bf02
|
feat: wrap edit-task with card (#948)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/948
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 14:13:56 +00:00 |
|
dpschen
|
8f43619f73
|
feat: #947 remove reset color button if no color set (#957)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/957
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-09 19:09:52 +00:00 |
|
konrad
|
9b7882de7a
|
feat: allow selecting multiple labels at once (#945)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/945
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-09 19:07:06 +00:00 |
|
konrad
|
7e82aa83e6
|
fix: label spacing (#946)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/946
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-04 16:28:20 +00:00 |
|
renovate
|
3be15b0a5f
|
chore(deps): update dependency eslint-plugin-vue to v8 (#913)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/913
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2021-11-03 17:11:31 +00:00 |
|
kolaente
|
6e043e3b9e
|
fix: lint
|
2021-11-02 19:57:00 +01:00 |
|
kolaente
|
e831c3eb65
|
fix: reloading in error component
|
2021-11-02 19:29:35 +01:00 |
|
dpschen
|
d3c303ba2a
|
fix: navigation show and hide animation (#927)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/927
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-02 18:20:14 +00:00 |
|
dpschen
|
ee430b8687
|
fix(style) restrict new task input size (#938)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/938
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-11-02 18:11:24 +00:00 |
|
renovate
|
061e2b42c9
|
fix(deps): update dependency marked to v4 (#935)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/935
Reviewed-by: konrad <k@knt.li>
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2021-11-02 17:39:56 +00:00 |
|
konrad
|
d8d4803e2d
|
feat: show indicator on a repeating task (#925)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/925
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-11-01 16:06:03 +00:00 |
|
kolaente
|
a515b0c3a4
|
fix: don't try to check undefined relations
|
2021-10-31 13:15:43 +01:00 |
|
konrad
|
5040a76781
|
feat: move user settings to multiple components (#889)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/889
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-10-26 20:58:02 +00:00 |
|
konrad
|
e1a7fb4999
|
fix: migration icons are not resolved properly (#864)
Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/864
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-10-26 20:21:19 +00:00 |
|
kolaente
|
6394485524
|
fix: create multiple tasks at once with multiline input now correctly uses the titles per line
|
2021-10-26 21:29:58 +02:00 |
|
Dominik Pschenitschni
|
c6b24dd8f1
|
feat: add Done component
|
2021-10-25 16:39:35 +02:00 |
|
Dominik Pschenitschni
|
89cd8eafc4
|
fix: use $shadow variable directly
By using the $shadow variable directly that defines the $card-shadow variable in bulma we don't need to import card.scss
|
2021-10-25 16:39:35 +02:00 |
|
Dominik Pschenitschni
|
2645edc9e0
|
fix: label spacing
|
2021-10-25 16:39:34 +02:00 |
|
Dominik Pschenitschni
|
87d2b4fed3
|
fix: use :deep() selector instead of ::v-deep
|
2021-10-25 16:39:34 +02:00 |
|
Dominik Pschenitschni
|
f496c9d678
|
fix: user dropdown-trigger background
|
2021-10-25 16:39:34 +02:00 |
|
Dominik Pschenitschni
|
19a4b17004
|
feat: move some form.scss styles to button.vue
|
2021-10-25 16:39:34 +02:00 |
|
Dominik Pschenitschni
|
32a0106819
|
chore: small CSS format changes
|
2021-10-25 16:39:34 +02:00 |
|
Dominik Pschenitschni
|
7ca355db66
|
feat: merge update-notification.scss styles with the update.vue component
|
2021-10-25 16:39:34 +02:00 |
|
Dominik Pschenitschni
|
7824ddc13f
|
feat: divide most navigation.scss styles into components
- navigation.vue and topNavigation.vue
- contentAuth.vue
|
2021-10-25 16:39:33 +02:00 |
|
Dominik Pschenitschni
|
57d5afa530
|
feat: moved some link-share.scss styles to the contentLinkShare and linkSharing components
|
2021-10-25 16:39:33 +02:00 |
|
Dominik Pschenitschni
|
3e456782df
|
feat: divide most content.scss styles into components
- contentAuth
- contentNoAuth.vue
- Login.vue
- button.vue
- comments.vue
|
2021-10-25 16:39:33 +02:00 |
|
Dominik Pschenitschni
|
2aecf3245b
|
feat: moved some background.scss styles to the contentLinkShare.vue component
|
2021-10-25 16:39:33 +02:00 |
|
Dominik Pschenitschni
|
14dd49e4b0
|
feat: divide most tasks.scss styles into components
- ShowTasks.vue
- List.vue
- defer-task.vue
- edit-task.vue
- Kanban.vue, relatedTasks.vue and singleTaskInView.vue
|
2021-10-25 16:39:33 +02:00 |
|