UX - Avoid opening member by clicking the checkbox closes #233 #250

Merged
carla merged 4 commits from feature/223_member_checkbox into main 2025-12-08 12:11:49 +01:00
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

What has been changed?

Definition of Done

Code Quality

  • No new technical depths
  • Linting passed
  • Documentation is added were needed

Accessibility

  • New elements are properly defined with html-tags
  • Colour contrast follows WCAG criteria
  • Aria labels are added when needed
  • Everything is accessible by keyboard
  • Tab-Order is comprehensible
  • All interactive elements have a visible focus

Testing

  • Tests for new code are written
  • All tests pass
  • axe-core dev tools show no critical or major issues

Additional Notes

## Description of the implemented changes The changes were: - [x] Bugfixing - [ ] New Feature - [ ] Breaking Change - [ ] Refactoring <!--- Describe the goal of the PR in a few words --> ## What has been changed? <!--- List the things you changed --> ## Definition of Done ### Code Quality - [x] No new technical depths - [x] Linting passed - [ ] Documentation is added were needed ### Accessibility - [ ] New elements are properly defined with html-tags - [ ] Colour contrast follows WCAG criteria - [ ] Aria labels are added when needed - [ ] Everything is accessible by keyboard - [ ] Tab-Order is comprehensible - [ ] All interactive elements have a visible focus ### Testing - [x] Tests for new code are written - [x] All tests pass - [x] axe-core dev tools show no critical or major issues ## Additional Notes <!--- Add any additional information for the reviewers here -->
moritz self-assigned this 2025-12-03 14:36:07 +01:00
moritz added 2 commits 2025-12-03 14:36:08 +01:00
- Add col_click slot attribute to table component that overrides row_click
- Clicking anywhere in the checkbox column now toggles the checkbox
- Clicking other columns still navigates to member details

Closes #223
requested review from rafael 2025-12-03 16:37:58 +01:00
rafael reviewed 2025-12-03 16:43:12 +01:00
@ -396,0 +396,4 @@
(col[:col_click] && col[:col_click].(@row_item.(row))) ||
(@row_click && @row_click.(row))
}
class={(col[:col_click] || @row_click) && "hover:cursor-pointer"}
Collaborator

Seems like this is a tiny bit off at the moment - there's a small area below the checkbox where the cursor changes from the "pointer" image to the normal cursor, which is a bit confusing

Seems like this is a tiny bit off at the moment - there's a small area below the checkbox where the cursor changes from the "pointer" image to the normal cursor, which is a bit confusing
Owner

I would put that in this Issue: #270

I would put that in this Issue: https://git.local-it.org/local-it/mitgliederverwaltung/issues/270
carla marked this conversation as resolved
rafael reviewed 2025-12-03 16:44:45 +01:00
rafael reviewed 2025-12-03 16:47:06 +01:00
rafael reviewed 2025-12-03 16:47:22 +01:00
requested review from carla 2025-12-08 11:36:29 +01:00
carla added 1 commit 2025-12-08 11:44:17 +01:00
Merge branch 'main' into feature/223_member_checkbox
Some checks failed
continuous-integration/drone/push Build is failing
1b06f885bf
carla added 1 commit 2025-12-08 11:51:54 +01:00
formatting
All checks were successful
continuous-integration/drone/push Build is passing
c3e95ca711
carla approved these changes 2025-12-08 11:52:21 +01:00
carla left a comment
Owner

Nice :)

Nice :)
carla merged commit 18641bb6ea into main 2025-12-08 12:11:49 +01:00
carla deleted branch feature/223_member_checkbox 2025-12-08 12:11:52 +01:00
Sign in to join this conversation.
No description provided.