feat: show namespace of related tasks if they are different than the current one #923

Merged
konrad merged 16 commits from feature/show-namespace-when-searching into main 2021-11-13 20:27:24 +00:00

16 Commits

Author SHA1 Message Date
9bbb16b4b2
feat: add class to make the component clear
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-13 20:52:45 +01:00
aeec4b144d
Merge branch 'main' into feature/show-namespace-when-searching
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-13 16:58:12 +01:00
833482a19e
chore: cleanup nesting
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-09 20:05:16 +01:00
467ddf716f
fix: simplify task text width
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-09 20:01:21 +01:00
2f28b43243
chore: refactor removing a related task
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-03 21:53:27 +01:00
ce5de84c84
chore: remove unused styles
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-03 21:46:17 +01:00
2933fdcd3d
feat: only show delete icons on hover
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-02 23:01:20 +01:00
3e7edd84fa
chore: simplify task title markup
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-02 22:59:32 +01:00
e702524b94
chore: use Object.entries
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-02 20:21:12 +01:00
21ddd25714
fix: related task not removed from the list when deleting it
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-02 20:18:34 +01:00
edc74fd598
fix: add kind to mapped related tasks 2021-11-02 20:18:09 +01:00
5ae4809a44
Merge branch 'main' into feature/show-namespace-when-searching
All checks were successful
continuous-integration/drone/pr Build is passing
2021-11-02 19:57:18 +01:00
4e913af56d
chore: move all logic for building related tasks and search results to a computed prop
Some checks failed
continuous-integration/drone/pr Build is failing
2021-11-02 19:52:36 +01:00
143e7fb7fc
chore: simplify showing a related tasks' title 2021-11-02 19:29:56 +01:00
fed3014c7b
chore: refactor different namespace check to use a computed function 2021-11-02 19:29:56 +01:00
d87550fbd2
feat: show namespace of related tasks if they are different than the current one 2021-11-02 19:29:56 +01:00