1
0
Commit Graph

206 Commits

Author SHA1 Message Date
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
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
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
a23b4a96ee fix: kanban board layout on mobile 2022-02-27 16:36:20 +01: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: 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
0322daf4d4 feat: move password to separate component 2021-12-26 13:37:33 +01:00
8397608fef chore: move password field toggle to scss file 2021-12-21 15:21:22 +01: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
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
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
c6b24dd8f1 feat: add Done component 2021-10-25 16:39:35 +02:00
4f8cce0f45 feat: add FIXME comments 2021-10-25 16:39:34 +02:00
32a0106819 chore: small CSS format changes 2021-10-25 16:39:34 +02:00
6ba974f9fa fix: move .progress styles together as close as possible 2021-10-25 16:39:33 +02:00
4d2c27e74e feat: merge teams.scss with component styles 2021-10-25 16:39:33 +02:00
4a6126287a chore: remove unneeded styles from tasks.scss 2021-10-25 16:39:33 +02:00
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
e0fd5f8fe0 feat: merge taskRelations.scss with component styles 2021-10-25 16:39:32 +02:00
c9e23cdd29 feat: moved most task.scss styles to the TaskDetailView.vue component 2021-10-25 16:39:32 +02:00
f7c7ea50eb feat: merge table-view.scss with component styles 2021-10-25 16:39:32 +02:00
55bed2e5e8 feat: merge switch-view.scss with component styles 2021-10-25 16:39:32 +02:00
370186726a feat: merge reminders.scss with component styles 2021-10-25 16:39:32 +02:00
0aff057f7b feat: merge quick-actions.scss with component styles 2021-10-25 16:39:32 +02:00
a5a716e09b feat: merge notifications.vue with component styles 2021-10-25 16:39:32 +02:00
0f7caafd54 feat: moved most of namespaces.scss styles to the ListNamespaces.vue component 2021-10-25 16:39:32 +02:00
0eb87663e0 feat: merge migrator.scss with component styles 2021-10-25 16:39:31 +02:00
87f7a515a6 feat: divide most list.scss styles into components
- list-card.vue and the Home.vue
- listSearch.vue
- topNavigation.vue
- EditTeam.vue
- List.vue
- ShowList.vue
2021-10-25 16:39:31 +02:00
4d15f7ae98 feat: merge list-backgrounds.scss with component 2021-10-25 16:39:31 +02:00
4223d23ce5 feat: merge legal.scss with component 2021-10-25 16:39:31 +02:00
f74cf516d2 feat: merge keyboard-shortcuts.scss styles with component 2021-10-25 16:39:31 +02:00
9ca8857d89 feat: merge kanban.scss styles with component
.ghost-task-drop class was removed because it was used nowhere.
2021-10-25 16:39:31 +02:00
ba1942e757 feat: merge gantt.scss with component styles 2021-10-25 16:39:31 +02:00
3cb68c945f feat: merge datepicker.scss styles with component 2021-10-25 16:39:31 +02:00
46ebd45a74 feat: merge comments.scss styles with component 2021-10-25 16:39:30 +02:00
be35c73f6e feat: merge color-picker.scss with component styles 2021-10-25 16:39:30 +02:00
08f84bf7e3 feat: merge attachment styles with component
also add bounce animation that is just used there
2021-10-25 16:39:30 +02:00
265081417d feat: merge api-config.scss styles with component 2021-10-25 16:39:30 +02:00
6195637001 feat: move scrollbar styles and add variables locally 2021-10-25 16:39:30 +02:00
b304712b1e feat: merge multiselect.scss with component styles 2021-10-25 16:39:30 +02:00
b9eba00603 feat: merge fancycheckbox.scss with component styles 2021-10-25 16:39:30 +02:00
a33758e37e feat: moved some card.scss styles to the card.vue component 2021-10-25 16:39:30 +02:00
1f5283d548 feat: rework style imports 2021-10-25 16:39:29 +02:00
1d2abf56f9 Merge branch 'main' into vue3
# Conflicts:
#	src/components/tasks/mixins/createTask.js
2021-10-17 13:37:20 +02:00
e52c139c9f fix: task edit pane spacing 2021-10-17 13:36:21 +02:00
5766ae48d7 fix: kanban card elements spacing 2021-10-16 23:25:02 +02:00