File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/OnTrack/UI Enhancement/Component Reviews Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The purpose of `group-member-list` is to display members within a selected group
2020
2121- Sorting members by specific attributes like name, grade, or ID.
2222- Dynamically updating the list of members when one is removed.
23- - Displaying appropriate messaging for empty groups or unauthorized actions.
23+ - Displaying appropriate messaging for empty groups or unauthorised actions.
2424
2525---
2626
@@ -30,7 +30,7 @@ Users can:
3030
3131- View the list of group members.
3232- Sort members by various columns (e.g., name, ID).
33- - Remove members dynamically (if authorized ).
33+ - Remove members dynamically (if authorised ).
3434- See a loading spinner during data fetching.
3535
3636Inputs used in the component:
@@ -81,7 +81,7 @@ Expected outcomes after migration:
8181 - Keyboard navigation support.
8282 - Screen reader-friendly attributes (e.g., ` aria ` tags).
8383- Enhanced error handling:
84- - User-friendly messages for server errors or unauthorized access.
84+ - User-friendly messages for server errors or unauthorised access.
8585- Validated UI responsiveness for different screen sizes.
8686
8787---
You can’t perform that action at this time.
0 commit comments