discourse/spec/system/page_objects/components
Penar Musaraj 32e1eda3fa
A11Y: Update bulk selection keyboard shortcuts (#26069)
* A11Y: Update bulk selection keyboard shortcuts

Still a draft, but in current state this:

- adds `shift+b` as a keyboard shortcut to toggle bulk select
- adds `shift+d` as a keyboard shortcut to dismiss selected topic(s) (this
replaces `x r` and `x t` shortcuts)
- adds `x` as a keyboard shortcut to toggle selection (while in bulk select mode)
- fixes a bug with the `shift+a` shortcut, which was not working properly

Note that there is a breaking change here. Previously we had:

- `x r` to dismiss new topics
- `x t` to dismiss unread topics

However, this meant that we couldn't use `x` for selection, because the
itsatrap library does not allow the same character to be used both as a
single character shortcut and as the start of a sequence. The proposed
solution here is more consistent with other apps (Gmail, Github) that use
`x` to toggle selection.

Also, we never show both "Dismiss New" and "Dismiss Unread" in the same
screen, hence it makes sense to consolidate both actions under `shift+d`.

* Address review
2024-03-08 09:54:10 -05:00
..
navigation_menu A11Y: when adding custom sidebar link, first input of new row should get focus (#25920) 2024-02-28 11:39:25 +11:00
ace_editor.rb DEV: Create form templates (#20189) 2023-02-08 11:21:39 -08:00
base.rb DEV: Change sidebar header dropdown to use wait_for_animation (#20627) 2023-03-10 14:54:57 +10:00
calendar_date_time_picker.rb DEV: Move calendar date + time picker from local dates into core component (#23023) 2023-08-11 13:05:44 +10:00
category_list.rb FIX: update unread and new count for categories (#22145) 2023-06-21 13:42:30 +10:00
composer.rb FIX: Form template form error visiblity (#24779) 2023-12-07 12:26:56 -08:00
d_toggle_switch.rb UI: redesigned settings/members (#23804) 2023-10-09 14:11:16 +02:00
dialog.rb DEV: Move Bookmark modal/component to use d-modal (#22532) 2023-07-17 10:14:17 +10:00
emoji_picker.rb DEV: Speed up core system tests (#21394) 2023-05-05 07:45:53 +08:00
fast_editor.rb FIX: Fast edit doesn’t work on content with certain characters (#20410) 2023-02-23 11:30:16 +08:00
filter.rb FEATURE: move back to the forum link above the filter (#26070) 2024-03-07 14:48:16 +11:00
group-card.rb FIX: Member Highlights on Group Cards (#22828) 2023-07-28 14:33:42 +00:00
new_topic_list_toggle.rb UX: update `/new` toggle styles, class names (#23154) 2023-08-21 09:34:12 +08:00
new_topic_list_toggle_tab.rb FEATURE: New topics vs replies toggle for the new new view (#22920) 2023-08-18 12:44:04 +08:00
private_message_map.rb DEV: convert PrivateMessageMap widget to glimmer components (#25837) 2024-03-04 10:24:25 +08:00
select_kit.rb DEV: Added `has_option_value` test to SelectKit system spec component (#26041) 2024-03-06 07:04:05 +08:00
sidebar_header_dropdown.rb UX: Remove section heading for community section (#22405) 2023-07-11 09:40:37 +08:00
toasts.rb UX: enhances chat copy features (#23770) 2023-10-04 16:14:37 +02:00
topic_list.rb A11Y: Update bulk selection keyboard shortcuts (#26069) 2024-03-08 09:54:10 -05:00
topic_list_controls.rb UX: Don't hide new navigation item in experimental new new view (#26094) 2024-03-08 09:26:09 +08:00
topic_list_header.rb A11Y: Update bulk selection keyboard shortcuts (#26069) 2024-03-08 09:54:10 -05:00
topic_map.rb DEV: add system test for topic map (#25242) 2024-01-17 19:25:18 +08:00
topic_query_filter.rb FIX: `/filter` route input field not updating on route change (#23119) 2023-08-17 09:04:48 +08:00
topic_view.rb FIX: correctly untrack topics when dismiss unread (#23894) 2023-10-11 02:51:43 +00:00
user_menu.rb DEV: Add setUserMenuNotificationsLimit plugin-api method (#25119) 2024-01-09 08:38:00 +08:00