Commit Graph

19 Commits

Author SHA1 Message Date
6db913b205
feat: rename list to project everywhere 2023-01-17 18:19:02 +01:00
9de20b4c54
feat: use getter and helper in other components as well 2022-10-17 12:35:47 +02:00
7f281fc5e9
feat: port base store to pinia
All checks were successful
continuous-integration/drone/pr Build is passing
2022-10-01 15:36:44 +02:00
7b53e684aa
feat: port auth store to pinia 2022-09-28 23:43:14 +02:00
a737fc5bc2
feat: port config store to pinia
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2022-09-23 13:30:09 +02:00
84260841be feat(list): add info dialoge to show list description (#2368)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #2368
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-15 12:36:43 +00:00
041a1a4cc0
move constants 2022-09-05 17:43:55 +02:00
244478400a
feat: improve store typing 2022-09-05 17:43:23 +02:00
4a247b2a7d
chore: remove global mixing 2022-09-05 17:38:11 +02:00
8fb00653e4
feat: constants 2022-09-05 16:37:37 +02:00
8183fce829
fix: user menu dropdown
All checks were successful
continuous-integration/drone/push Build is passing
#2178
2022-07-21 14:08:14 +02: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
a2c0696753
fix: top header still in foreground when menu is open
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-08 22:21:02 +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
fee2fe76ce
fix: navbar user dropdown spacing on mobile
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-15 22:38:51 +02:00
90bb800346
fix: user menu not properly positioned on mobile
The user menu was behind the actual content of the page on mobile devices. That made it unusable.
2022-05-15 22:32:57 +02:00
b2c2118c58
chore: convert update available component to ts and script setup 2022-05-08 22:06:48 +02:00
Dominik Pschenitschni
e0023b14e8 feat: improve dropdown (#1788)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #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
Dominik Pschenitschni
eac07d3169 feat: make profile picture clickable (#1531)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1531
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-02-13 21:57:33 +00:00