-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move tags to details panel #9905
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
@JammingBen this is a first working draft, I would suggest refactoring the oc-select with all the tags stuff into an own component again. Also, I will probably be able to handle the tag search redirection by wrapping the in in a router link. It's a little ugly right now with the click event handler - although it works. Tests will need to be adjusted as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a changelog item :)
packages/web-app-files/src/components/SideBar/Details/FileDetails.vue
Outdated
Show resolved
Hide resolved
21fc62b
to
9cf37c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plus changelog, but you are already aware I guess 🙂
packages/web-app-files/src/components/SideBar/Details/TagsSelect.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Details/TagsSelect.vue
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
* MVP * removed unused composable * refactored to single component * renamed component, adjusted tests * fix import * Close sidebar on tag search * React on code review * Fix is router link in public page context * Fix unit tests * Fix unit tests * Fix link color * Fix e2e via timeout * Remove useless styling * Add changelog item * Fix e2e correctly --------- Co-authored-by: Jan Ackermann <jan.alexander.ackermann@outlook.com>
Description
moving tags panel to detail view
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: