858e7d60a6
docs: add fixmes
2021-12-29 16:03:05 +01:00
8115563d67
feat: add new component for a datepicker with range
2021-12-29 15:44:13 +01:00
7408c37dec
chore: cleanup and reorganize the date selection
2021-12-28 23:50:04 +01:00
9c5613ad98
fix: lint
2021-12-26 13:42:21 +01:00
0322daf4d4
feat: move password to separate component
2021-12-26 13:37:33 +01:00
6041ad1482
Merge branch 'main' into feature/login-improvements
2021-12-26 12:19:44 +01:00
7ebca9afc5
feat/alphabetical-sort ( #1162 )
...
Alphabetical sorting.
Disables re-ordering when applied.
Does not work with the search button as expected, but neither do the filters tbh... Works fine with the search in the filters menu.
I know we talked about having a dropdown but since this is pretty much finished I thought I'd submit a PR. I am a bit short on time these days but may submit a new PR to add the dropdown ( should be simple enough )
Co-authored-by: Stefan Genov <stefantigro@gmail.com >
Co-authored-by: Dominik Pschenitschni <mail@celement.de >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1162
Reviewed-by: konrad <k@knt.li >
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de >
Co-authored-by: Michaelpalacce <stefantigro@gmail.com >
Co-committed-by: Michaelpalacce <stefantigro@gmail.com >
2021-12-21 16:29:49 +00:00
5558d91f44
feat: change links to login / register pages
2021-12-21 15:21:23 +01:00
9c04fb4e40
fix: disable login button
2021-12-21 15:21:23 +01:00
1fc1c20c87
feat: add extra prop for message center text
2021-12-21 15:21:23 +01:00
a1814ea29d
fix: message spacing
2021-12-21 15:21:23 +01:00
fda0b81d9c
feat: add tooltip and aria-label
2021-12-21 15:21:22 +01:00
8397608fef
chore: move password field toggle to scss file
2021-12-21 15:21:22 +01:00
66d5e851e8
feat: improve error handling of login fields
2021-12-21 15:21:22 +01:00
1d916e7e03
feat: change wording
2021-12-21 15:21:22 +01:00
aa12bffcbc
feat: replace password comparison with password toggle
2021-12-21 15:21:22 +01:00
05e054f501
feat: improve input validation for register form
2021-12-21 15:21:20 +01:00
f7eb160509
fix: move forgot password link next to password label
...
In some languages, the texts on the "log in" and "register" buttons were so long they wrapped underneath each other. Moving the "forgot password" link next to the password label leaves these two buttons enough space to always stay next to each other.
2021-12-21 14:34:16 +01:00
36fb250d1f
chore: directly use redirectToProvider function
2021-12-17 15:41:11 +00:00
b7aa7891e9
feat: redirect to calculated url everywhere
2021-12-17 15:41:11 +00:00
ccaed029f2
feat: build openid redirect url dynamically
2021-12-17 15:41:11 +00:00
543dae2f30
fix: saving default list ( #1143 )
...
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1143
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de >
Co-authored-by: konrad <k@knt.li >
Co-committed-by: konrad <k@knt.li >
2021-12-13 22:20:45 +00:00
32353e3b76
feat: restyle unauthenticated screens ( #1103 )
...
I wanted to give the no-auth screens a new look. Here's what I ended up with:

The image is something we could change with every release.
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1103
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de >
Co-authored-by: konrad <k@knt.li >
Co-committed-by: konrad <k@knt.li >
2021-12-12 16:40:13 +00:00
c3c4d2a0a5
feat: use script setup and ts in app auth components
2021-12-12 14:37:20 +00:00
a106511646
fix: spacing for deletion message
2021-12-12 12:00:24 +01:00
1a119f97c5
feat: add support to set the marble avatar in user settings ( #1156 )
...
Frontend for https://kolaente.dev/vikunja/api/pulls/1060
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1156
Co-authored-by: konrad <k@knt.li >
Co-committed-by: konrad <k@knt.li >
2021-12-07 21:27:04 +00: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
0c9dad9891
fix: remove obsolete code ( #1097 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1097
Reviewed-by: konrad <k@knt.li >
Co-authored-by: dpschen <dpschen@noreply.kolaente.de >
Co-committed-by: dpschen <dpschen@noreply.kolaente.de >
2021-11-27 19:33:37 +00:00
981babd691
fix: remove mentioning of context ( #1017 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1017
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 21:36:17 +00:00
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
ae36c041a7
feat: improve namespace explanation ( #1040 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1040
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 18:41:00 +00:00
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
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
bb64452382
chore: use a class to set the logo size ( #1004 )
...
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1004
Reviewed-by: dpschen <dpschen@noreply.kolaente.de >
Co-authored-by: konrad <k@knt.li >
Co-committed-by: konrad <k@knt.li >
2021-11-15 14:26:46 +00:00
0684806db0
fix: vikunja logo size when migrating
2021-11-14 22:03:25 +01:00
d0d4096f8b
feature/use-setup-api-for-user-and-about-pages ( #929 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/929
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 20:57:36 +00:00
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
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
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
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
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
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
b34213c301
chore: remove setting loading state in register component ( #939 )
...
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/939
Reviewed-by: dpschen <dpschen@noreply.kolaente.de >
Co-authored-by: konrad <k@knt.li >
Co-committed-by: konrad <k@knt.li >
2021-11-02 18:53:45 +00:00
108e7af578
feat: use script setup for ShowTasksinRange.vue ( #931 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/931
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:18:54 +00:00
28a448a1aa
fix: loadTeam in EditTeam ( #922 )
...
Co-authored-by: Dominik Pschenitschni <mail@celement.de >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/922
Reviewed-by: konrad <k@knt.li >
Co-authored-by: dpschen <dpschen@noreply.kolaente.de >
Co-committed-by: dpschen <dpschen@noreply.kolaente.de >
2021-10-31 13:39:37 +00:00
ecb5be4b17
feat: disable password settings for users authenticated with third party auth ( #921 )
...
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/921
Reviewed-by: dpschen <dpschen@noreply.kolaente.de >
Co-authored-by: konrad <k@knt.li >
Co-committed-by: konrad <k@knt.li >
2021-10-31 13:38:13 +00:00
5b406b0172
feat: allow openid users to export their data without a password ( #918 )
...
Co-authored-by: kolaente <k@knt.li >
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/918
Reviewed-by: dpschen <dpschen@noreply.kolaente.de >
Co-authored-by: konrad <k@knt.li >
Co-committed-by: konrad <k@knt.li >
2021-10-31 13:16:28 +00:00
54c5cabf48
fix: showing deletion scheduled at for non-scheduled users
2021-10-31 13:01:36 +01:00