Commit Graph
353 Commits
Author SHA1 Message Date
b6a89a0cde feat: use variable fonts with subsetting (#2817)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2817
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-12-15 21:37:02 +00:00
da8df8b667 feat: move avatar class to where it is used (#2725)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2725
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-18 13:30:41 +00:00
Dominik Pschenitschni 42e9f306e8 feat: grid for list cards 2022-11-18 14:04:20 +01:00
b42e4cca59 feat: more horizontal space on mobile (#2722)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2722
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-11-17 16:17:18 +00:00
Dominik Pschenitschni 8c44ed83e6 feat: use transition component everywhere 2022-11-14 22:08:54 +01:00
Dominik Pschenitschni 631a19fa92 feat: move transition in own component 2022-11-12 19:32:39 +01:00
kolaente 6cb331ee0f chore: remove old component and dependencies 2022-10-27 17:44:50 +02:00
kolaente a18c6ab8d8 feat: move the update available dialoge always to the bottom 2022-09-14 19:06:34 +02:00
kolaente 3ab58a015c fix(dark mode): make a focused text only button actually readable
Resolves https://github.com/go-vikunja/api/issues/41
2022-08-15 23:08:18 +02:00
kolaente 45b7434bda fix(dark mode): code background color 2022-08-15 22:57:28 +02:00
kolaente 31480eae72 fix: default label color in dark mode
Resolves https://kolaente.dev/vikunja/frontend/issues/2200
2022-08-02 15:05:33 +02:00
kolaente 8b3072672a fix: progress bar color in dark mode
Resolves https://kolaente.dev/vikunja/frontend/issues/2194
2022-08-02 13:02:19 +02:00
kolaente cdb63b578d chore: use the <dropdown> and <dropdown-item> components everywhere
Resolves https://kolaente.dev/vikunja/frontend/issues/2176
2022-07-20 17:08:58 +02:00
kolaente 6fc87e1515 feat: add print styles 2022-06-02 23:00:21 +02:00
kolaente cadcaa966f fix: new label text color in dark mode 2022-05-23 22:27:26 +02:00
Dominik PschenitschniandGitea c6ee8a04e2 feat: remove bulma styles 2022-05-22 15:11:47 +00:00
kolaente 21a8298a96 fix: list views not switchable on link share mobile 2022-05-08 11:15:36 +02:00
kolaente c2694dc089 fix: filter button alignments and backgrounds for link shares 2022-05-08 11:13:19 +02:00
kolaente 1a98305969 fix: tooltip color in dark mode 2022-05-06 22:18:30 +02:00
kolaente ed85557cf3 fix: dark mode for user and team settings 2022-05-01 22:25:15 +02:00
kolaente 62adf171ec feat: show the number of tasks we're about to remove when deleting a list 2022-04-24 18:11:10 +02:00
bf3e16c6ee fix: checklist summary design on home page (#1842)
Co-authored-by: Simon C <simonc@linux.com>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1842
Reviewed-by: konrad <k@knt.li>
Co-authored-by: kosssi <kosssi@noreply.kolaente.de>
Co-committed-by: kosssi <kosssi@noreply.kolaente.de>
2022-04-22 08:07:15 +00:00
e0023b14e8 feat: improve dropdown (#1788)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1788
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-18 17:28:43 +00:00
konrad 4cff3ebee1 feat: use blurHash when loading list backgrounds (#1188)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1188
2022-04-02 15:05:30 +00:00
kolaente 0af6d79eff Merge branch 'main' into feature/date-math 2022-03-27 22:41:53 +02:00
adrinuxandkonrad a8fe2cdcbd Redefine all Bulma variables to fix undefined variables (#1165)
As per discussion in https://kolaente.dev/vikunja/frontend/issues/1074

This will hopefully eventually be fixed at the root - with missing scss variables properly passed though, possibly by switching to Bulvar.

But in the mean time I experimented with add ALL the bulma css color related variables into color.scss

This fixes the issue with the date picker in light mode. Also has me wondering if it will allow removal of some of other little overrides we made to fix niggling issues with dark mode, so marking this WIP.

Not suggesting this ever be merged, just exploring.

Resolves #1497
Resolves #1074

Co-authored-by: Adrian Simmons <adrian@perlucida.co.uk>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1165
Reviewed-by: konrad <k@knt.li>
Co-authored-by: adrinux <adrian@perlucida.co.uk>
Co-committed-by: adrinux <adrian@perlucida.co.uk>
2022-03-27 19:20:37 +00:00
kolaente d7b1d7da7f fix: mobile menu backdrop 2022-03-22 23:00:43 +01:00
kolaente a8ee54d626 Merge branch 'main' into feature/date-math 2022-02-27 16:40:49 +01:00
kolaente a23b4a96ee fix: kanban board layout on mobile 2022-02-27 16:36:20 +01:00
kolaente 74ab197dc6 fix: don't always show a scrollbar 2022-02-26 14:36:43 +01:00
kolaente 7aa2cfc8d4 feat: add date range filter to task filters 2022-02-06 12:43:40 +01:00
Dominik Pschenitschni a8ac2fc2dd Merge branch 'main' into feature/login-improvements 2022-02-05 18:04:33 +01:00
konrad cd92d224a2 Merge branch 'main' into feature/login-improvements 2022-01-23 17:06:49 +00:00
kolaente e2d9aa3d7f Merge branch 'main' into feature/vue3-modals-with-router-4
# Conflicts:
#	src/router/index.ts
#	src/views/tasks/TaskDetailView.vue
2022-01-18 21:47:17 +01:00
kolaenteandGitea 56d321e513 feat(a11y): make sure the contrast for the primary color works with dark and light themes 2022-01-18 20:43:52 +00:00
kolaente 310578d349 Merge branch 'main' into feature/login-improvements
# 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
c618b7e0b6 fix: namespace new buttons on mobile (#1262)
Before:

![image](/attachments/7626e28d-8a13-4f92-b162-697676f765c7)

After:

![image](/attachments/5331af47-4887-4ba5-98d7-ee70311e20d7)

Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1262
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-01-05 12:46:33 +00:00
Dominik Pschenitschni e78d47fdcf fix: list specs 2022-01-04 21:55:30 +01:00
Dominik Pschenitschni 16b0d03601 fix: readd modal transitions 2022-01-04 21:55:30 +01:00
kolaenteandGitea 0befa58908 fix: blockquote styling in dark mode 2021-12-30 15:59:59 +00:00
kolaente 0322daf4d4 feat: move password to separate component 2021-12-26 13:37:33 +01:00
kolaenteandDominik Pschenitschni 8397608fef chore: move password field toggle to scss file 2021-12-21 15:21:22 +01:00
769d94e879 fix:cleanup some scss vars (#1118)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1118
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:04:15 +00:00
konradanddpschen 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
kolaenteandGitea d4b45dc255 fix(dark mode): flatpickr colors 2021-11-23 22:58:25 +00:00
kolaenteandGitea e2beaba3b9 fix(dark mode): disabled input colors 2021-11-23 22:58:25 +00: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
b688f35446 feat: reduce import size by only importing used modules (#1023)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1023
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-23 07:09:17 +00:00
91580f97a1 feat: use popper.js v2 vue3 version of v-tooltip (#1038)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1038
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
2021-11-23 07:08:21 +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