-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement UX feedback for moreActions #2293
Comments
2 tasks
MajaZarkova
added a commit
that referenced
this issue
Dec 16, 2024
…le (#2318) <!-- Is your PR related to an issue? Then please link it via the "Relates to #" below. Else, remove it. --> Relates to #2293 <!-- Briefly describe the changes of this PR. --> ## Checklist - [x] The added / edited code has been documented with [JSDoc](https://jsdoc.app/about-getting-started) - [x] A changeset is added with `npx changeset add` if your changes should be released as npm package (because they affect the library usage)
This was referenced Jan 13, 2025
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 14, 2025
<!-- Is your PR related to an issue? Then please link it via the "Relates to #" below. Else, remove it. --> Relates to #2293 - Add example in the demo-app
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 15, 2025
<!-- Is your PR related to an issue? Then please link it via the "Relates to #" below. Else, remove it. --> Relates to #2293 Add screenshot test with header interactions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
UX findings:
|
4 tasks
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 16, 2025
<!-- Is your PR related to an issue? Then please link it via the "Relates to #" below. Else, remove it. --> Relates to #2293 - When the flyout menu opens on click, should be closed on the second click of the button - Decreased the gap between "more button" and flyout to 8px (0.5 rem) ## Checklist - [x] The added / edited code has been documented with [JSDoc](https://jsdoc.app/about-getting-started) - [x] All changes are documented in the documentation app (folder `apps/docs`) - [x] If a new component is added, at least one [Playwright screenshot test](https://github.com/SchwarzIT/onyx/actions/workflows/playwright-screenshots.yml) is added - [x] A changeset is added with `npx changeset add` if your changes should be released as npm package (because they affect the library usage) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Open Questions/To-dos
- no need for that
Why?
This is a follow up ticket for #1939
Acceptance criteria
Following is implemented:
Definition of Done
apps/demo-app/src/views/HomeView.vue
Approval
The text was updated successfully, but these errors were encountered: