-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement UX feedback for OnyxDataGrid moreActions #2293
Comments
MajaZarkova
added
the
0-refinement
All issues that can or need to be estimated in our next refinement
label
Dec 10, 2024
15 tasks
MajaZarkova
changed the title
Implement OnyxDataGrid moreActions tests
Implement UX feedback for OnyxDataGrid moreActions
Dec 11, 2024
mj-hof
removed
the
0-refinement
All issues that can or need to be estimated in our next refinement
label
Dec 11, 2024
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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: