Commit Graph

8 Commits

Author SHA1 Message Date
ef0fe0b11d
fix(tests): correctly set task position in cypress test fixtures
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-13 17:00:38 +02:00
2a20c95ba5
fix(tests): remove old label task relations before adding a new one
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-12 09:12:04 +02: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
321850ec20 chore: rename js files to ts 2022-07-04 21:50:48 +00:00
2b8a786825
fix: archiving a list
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-30 18:04:41 +02:00
9d0415e24c
fix: setting user settings in cypress tests
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-16 18:17:44 +02:00
0f4e6fa3f2 chore(deps): update dependency cypress to v10 (#2015)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #2015
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-06-08 18:18:34 +00:00