Commit Graph

133 Commits

Author SHA1 Message Date
6f93d6343c
chore: remove unnecessary defineComponent 2022-09-05 17:38:37 +02:00
b0ee316a26
chore: remove date mixins 2022-09-05 16:37:37 +02:00
332acf012c
feat: function attribute typing 2022-09-05 16:37:37 +02:00
af630d3b8c
chore: improve type imports 2022-09-05 16:37:36 +02:00
Dominik Pschenitschni
ff655808b3 feat: settings background script setup (#2104)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2104
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-01 16:09:50 +00:00
9fd2f4ea5c
fix: datepicker confirm button overflow
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #2165
2022-07-18 15:13:51 +02:00
6973d76e17
feat: select a value when there is one exact match in multiselect
Some checks failed
continuous-integration/drone/push Build is failing
Related to #2107
2022-07-11 19:55:03 +02:00
12544c52ca fix: add ButtonLink component
Add ButtonLink component to fix occasions where the BaseButton needs to be styled in a link color.
2022-07-06 21:07:26 +00:00
02f985d8a3 fix: button styling 2022-07-06 21:07:26 +00:00
3b9bc5b2f8 feat: use BaseButton where easily possible
This replaces links with BaseButton components. BaseButton will use `<button type="button">` inside for this case. This improves accessibility a lot. Also we might be able to remove the `.stop` modifiers in some places because AFAIK the button element stops propagation by default.
2022-07-06 21:07:26 +00:00
Dominik Pschenitschni
4cd6857072 fix(password): watcher (#2097)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2097
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-07-04 15:31:17 +00:00
d1f22c5b43
fix: use grey-100 instead of light so that it is properly set in dark mode
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-08 23:00:03 +02:00
6fc87e1515
feat: add print styles
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-02 23:00:21 +02:00
Dominik Pschenitschni
e6af4772fb feat: vue-easymde script setup (#1983)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1983
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-05-22 20:44:22 +00:00
Dominik Pschenitschni
f91424f693 fix: button prop type (#1966)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1966
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-05-22 15:49:37 +00:00
Dominik Pschenitschni
96fce73192 fix: disabled attribute fallback (#1984)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1984
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-05-22 15:08:37 +00:00
9936d3683e
fix: very long words overflowing in descriptions and comments
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-15 22:51:43 +02:00
138b06752f
fix: allow clicking on confirm for a date without requiring to click on another input field
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-15 22:17:26 +02:00
1d9665fb84
fix: lint
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-09 08:15:53 +02:00
f1c9887243
fix: active color for editor buttons
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-08 23:31:38 +02:00
Dominik Pschenitschni
ed8eb84617 feat: improve password component (#1802)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1802
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-10 19:00:11 +00:00
Dominik Pschenitschni
53c669b108 chore: add some types (#1790)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1790
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-10 18:56:14 +00: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
15b67136fe
feat: rename js files to ts 2022-04-02 17:14:59 +02:00
ad8ca462cb
fix: indention of nested checklist items
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-02 12:55:08 +02:00
8f650316dc
fix: multiselect search results text color
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-22 23:04:06 +01:00
81993cc2e6
fix: aria-label for password field
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-06 13:31:57 +01:00
b144802203
fix: "invalid date" error when trying to set a date and none was set before
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-27 16:39:21 +01:00
924359f739 fix(button): min-height
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-13 22:12:10 +00:00
cd92d224a2 Merge branch 'main' into feature/login-improvements
All checks were successful
continuous-integration/drone/pr Build is passing
2022-01-23 17:06:49 +00:00
6080e49f26 fix: flatpickr date not updating (#1336)
All checks were successful
continuous-integration/drone/push Build is passing
Fixes https://github.com/go-vikunja/api/issues/16

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1336
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-01-09 10:17:18 +00:00
76fe2ceac6 fix: editor color in dark mode (#1338)
Some checks reported errors
continuous-integration/drone/push Build was killed
This PR fixes the editor colors in dark mode. It bothered me enough to finally fix it :)
The implementation is probably only "good enough" as we'll replace the editor anyway in the future.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #1338
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-01-09 10:16:13 +00:00
0473c385d6
fix: editor cursor color
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-08 17:34:13 +01:00
310578d349
Merge branch 'main' into feature/login-improvements
Some checks reported errors
continuous-integration/drone/pr Build was killed
# 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
Dominik Pschenitschni
cdbd1c2ac4 feat: create BaseButton component (#1123)
Some checks are pending
continuous-integration/drone/push Build is running
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #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
9c5613ad98
fix: lint
Some checks failed
continuous-integration/drone/pr Build is failing
2021-12-26 13:42:21 +01:00
0322daf4d4
feat: move password to separate component
Some checks failed
continuous-integration/drone/pr Build is failing
2021-12-26 13:37:33 +01:00
543dae2f30 fix: saving default list (#1143)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #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
46fa43d67f Migrate to bulma-css-variables and introduce dark mode (#954)
Some checks reported errors
continuous-integration/drone/push Build encountered an error
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: #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
8f43619f73 feat: #947 remove reset color button if no color set (#957)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #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
9b7882de7a feat: allow selecting multiple labels at once (#945)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #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
061e2b42c9 fix(deps): update dependency marked to v4 (#935)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #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
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
87d2b4fed3
fix: use :deep() selector instead of ::v-deep 2021-10-25 16:39:34 +02:00
19a4b17004
feat: move some form.scss styles to button.vue 2021-10-25 16:39:34 +02:00
32a0106819
chore: small CSS format changes 2021-10-25 16:39:34 +02:00
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
3cb68c945f
feat: merge datepicker.scss styles with component 2021-10-25 16:39:31 +02:00
be35c73f6e
feat: merge color-picker.scss with component styles 2021-10-25 16:39:30 +02:00