Commit Graph

366 Commits

Author SHA1 Message Date
244da46e38
fix(navigation): nav item width for items without sub projects 2023-05-31 14:37:57 +02:00
48570808e5
fix: use the color bubble as handle if the project has a color 2023-05-24 15:54:34 +02:00
9b10693172
chore: replace section with a div 2023-05-24 15:54:34 +02:00
49fac7db1c
chore: use <menu> instead of <ul> 2023-05-24 15:54:33 +02:00
d4e452545a
chore: remove unused class 2023-05-24 15:54:32 +02:00
749dcdcd70
fix(navigation): hide left ul border 2023-05-24 15:54:28 +02:00
7171b63947
fix(navigation): hover state of other menu items 2023-05-24 15:54:28 +02:00
06c4c0d921
feat(navigation): add hiding child projects 2023-05-24 15:54:28 +02:00
b188d40d3c
feat(navigation): correctly show child projects 2023-05-24 15:54:27 +02:00
3ad948305f
fix(navigation): make the styles work again 2023-05-24 15:54:27 +02:00
befa6f27bb feat: rename list to project everywhere
fix: project table view

fix: e2e tests

fix: typo in readme

fix: list view route

fix: don't wait until background is loaded for list to show

fix: rename component imports

fix: lint

fix: parse task text

fix: use list card grid

fix: use correct class names

fix: i18n keys

fix: load project

fix: task overview

fix: list view spacing

fix: find project

fix: setLoading when updating a project

fix: loading saved filter

fix: project store loading

fix: color picker import

fix: cypress tests

feat: migrate old list settings

chore: add const for project settings

fix: wrong projecten rename from lists

chore: rename unused variable

fix: editor list

fix: shortcut list class name

fix: pagination list class name

fix: notifications list class name

fix: list view variable name

chore: clarify comment

fix: i18n keys

fix: router imports

fix: comment

chore: remove debugging leftover

fix: remove duplicate variables

fix: change comment

fix: list view variable name

fix: list view css class name

fix: list item property name

fix: name update tasks function correctly

fix: update comment

fix: project create route

fix: list view class names

fix: list view component name

fix: result list class name

fix: animation class list name

fix: change debug log

fix: revert a few navigation changes

fix: use @ for imports of all views

fix: rename link share list class

fix: remove unused css class

fix: dynamically import project components again
2023-03-14 14:04:23 +00:00
e8db2c2b45
feat: header improvements 2023-02-09 15:19:33 +01:00
eaeddda4e4
feat: improve naming and styles 2023-02-03 17:25:38 +01:00
Dominik Pschenitschni
b6a89a0cde feat: use variable fonts with subsetting (#2817)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#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
Dominik Pschenitschni
da8df8b667 feat: move avatar class to where it is used (#2725)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#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
42e9f306e8
feat: grid for list cards 2022-11-18 14:04:20 +01:00
Dominik Pschenitschni
b42e4cca59 feat: more horizontal space on mobile (#2722)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#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
8c44ed83e6
feat: use transition component everywhere 2022-11-14 22:08:54 +01:00
631a19fa92
feat: move transition in own component 2022-11-12 19:32:39 +01:00
6cb331ee0f
chore: remove old component and dependencies 2022-10-27 17:44:50 +02:00
a18c6ab8d8
feat: move the update available dialoge always to the bottom 2022-09-14 19:06:34 +02:00
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
45b7434bda
fix(dark mode): code background color 2022-08-15 22:57:28 +02:00
31480eae72
fix: default label color in dark mode
Resolves vikunja/frontend#2200
2022-08-02 15:05:33 +02:00
8b3072672a
fix: progress bar color in dark mode
Resolves vikunja/frontend#2194
2022-08-02 13:02:19 +02:00
cdb63b578d
chore: use the <dropdown> and <dropdown-item> components everywhere
Resolves vikunja/frontend#2176
2022-07-20 17:08:58 +02:00
6fc87e1515
feat: add print styles 2022-06-02 23:00:21 +02:00
cadcaa966f
fix: new label text color in dark mode 2022-05-23 22:27:26 +02:00
c6ee8a04e2 feat: remove bulma styles 2022-05-22 15:11:47 +00:00
21a8298a96
fix: list views not switchable on link share mobile 2022-05-08 11:15:36 +02:00
c2694dc089
fix: filter button alignments and backgrounds for link shares 2022-05-08 11:13:19 +02:00
1a98305969
fix: tooltip color in dark mode 2022-05-06 22:18:30 +02:00
ed85557cf3
fix: dark mode for user and team settings 2022-05-01 22:25:15 +02:00
62adf171ec
feat: show the number of tasks we're about to remove when deleting a list 2022-04-24 18:11:10 +02:00
kosssi
bf3e16c6ee fix: checklist summary design on home page (#1842)
Co-authored-by: Simon C <simonc@linux.com>
Reviewed-on: vikunja/frontend#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
Dominik Pschenitschni
e0023b14e8 feat: improve dropdown (#1788)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#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
4cff3ebee1 feat: use blurHash when loading list backgrounds (#1188)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#1188
2022-04-02 15:05:30 +00:00
0af6d79eff
Merge branch 'main' into feature/date-math 2022-03-27 22:41:53 +02:00
a8fe2cdcbd Redefine all Bulma variables to fix undefined variables (#1165)
As per discussion in vikunja/frontend#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: vikunja/frontend#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
d7b1d7da7f
fix: mobile menu backdrop 2022-03-22 23:00:43 +01:00
a8ee54d626
Merge branch 'main' into feature/date-math 2022-02-27 16:40:49 +01:00
a23b4a96ee
fix: kanban board layout on mobile 2022-02-27 16:36:20 +01:00
74ab197dc6
fix: don't always show a scrollbar 2022-02-26 14:36:43 +01:00
7aa2cfc8d4
feat: add date range filter to task filters 2022-02-06 12:43:40 +01:00
a8ac2fc2dd
Merge branch 'main' into feature/login-improvements 2022-02-05 18:04:33 +01:00
cd92d224a2 Merge branch 'main' into feature/login-improvements 2022-01-23 17:06:49 +00:00
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
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
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: vikunja/frontend#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