Skip to content
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

Frontend: TaskMemberItem Focus #168

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

bkruotsalainen
Copy link
Collaborator

Changes

  • Add missing tabIndex and onKeyDown to TaskMemberItem
  • Add focus style

@susulone susulone merged commit 2d7f365 into main Feb 15, 2024
5 checks passed
@susulone susulone deleted the frontend-task-member-item-focus branch February 15, 2024 10:18
Moiman added a commit that referenced this pull request Feb 19, 2024
* Modal: remove unnecessary comments

* Modal: remove dialog from the tab index

* Modal: give all focusable children a tab index and make them loop

* DeleteModal: Remove dialog from the tab index. Give all focusable children a tab index and make them loop. Add event listener to be able to close modal with esc.

* DeleteModal: add aria label to close modal button

* SubModal: Remove dialog from the tab index. Give all focusable children a tab index and make them loop. Add event listener to be able to close modal with esc.

* SubModal: add aria labels for icon buttons

* SubModal: wrap closeAllModals with use callback hook

* Modal: remove aria modal

* CreateLabelModal: change import to import type

* changed modal to close on mouse dow

* Frontend: Kanban column polish (#167)

* Polish kanban column layout

* Fix button position

* Add padding to show full outline

* Change height to avoid column warping on drag

* Fix height

* Adjust task positions

* Add missing tabIndex and onKeyDown to TaskMemberItem (#168)

* Password update validation (#166)

* removed couple comments and added backend password update validation

* Type fix

* fixes

* KanbanTask: Remove dialog from the tab index. Give all focusable children a tab index and make them loop. Add event listener to be able to close modal with esc and add aria label for the close task button.

* CreateLabelModal: add autofocus for the input field

* EditLabelModal: add autofocus for the input field

* KanbanTask: change closing the task modal to onMouseDown

* SubModal: change closing the modal to onMouseDown

* IconButton: fix sizing issues when only icon is displayed

* LabelModal: make checkbox focusable and selectable with keyboard

* LabelModal: refactor code to be able to select the task by clicking the task name also

* SubModal: change min-w-[400px] to only apply with larger screens

* LabelModal: give label modal a max height and give overflow a scroll

* TaskMembersModal: give modal a max height and set overflow to scroll

* Modal: remove unnecessary styling from the dialog and change overflow to hidden

* ProjectMembersModal: give div a max height and set overflow to auto

* SubModal: remove unnecessary styling from the dialog

* DeleteEventModal: refactor button to enable better styling

* CalendarEventModal: Remove dialog from the tab index. Give all focusable children a tab index and make them loop. Add listener to be able to close modal with esc and add aria label for the close modal button.

* make suggested fixes to LabelModal and TaskMemberItem

* fix overflow issues in horizontal mobile screens

* fix overflow issues in horizontal mobile screens

* DeleteModal: fix issues on vertical mobile screen

* fix overflow issues in horizontal mobile screens (Modal)

* frontend: pass only required events to eventmodal

* frontend: calendar change from y.array to y.map

* frontend: increase event maxlength (#170)

* frontend: invalidate projects cache on userUpdate

* frontend: update backend url

* Frontend: Polish kanban task (#173)

* Polish kanban task

* Fix disappearing members

* Change member limits

* Scale kanban deadline buttons

* Add suggested fixes

* KanbanTask: Remove dialog from the tab index. Give all focusable children a tab index and make them loop. Add event listener to be able to close modal with esc and add aria label for the close task button.

* KanbanTask: fix deadline label styling

* Modal: change overflow-y-hidden to auto

* ProjectMembersModal: change max height

---------

Co-authored-by: Tyni <[email protected]>
Co-authored-by: Katariina Ruotsalainen <[email protected]>
Co-authored-by: TTyni <[email protected]>
Co-authored-by: Harri Nieminen <[email protected]>
Co-authored-by: Harri Nieminen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants