mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 09:54:56 +08:00
This simplifies the admin search and adds some basic accessibility Simplification: * Removes the filters for now, both in the modal and full-screen * Removes the link to full-screen from the modal * Simpler input placeholder text * Positioned to sit higher on the page, similar to a command palette Accessibility: * Results (or lack of) announced for screenreaders after query Bonus: * Makes the modal input sticky on scroll * Combined some styles shared between this and the chat menu (modifier + k) under a `--quick-palette` class Before:  After:  --------- Co-authored-by: Krzysztof Kotlarek <kotlarek.krzysztof@gmail.com> |
||
|---|---|---|
| .. | ||
| admin_search.rb | ||
| anonoymous_flag.rb | ||
| avatar_selector.rb | ||
| badge.rb | ||
| base.rb | ||
| bookmark.rb | ||
| bulk_user_delete_confirmation.rb | ||
| change_owner.rb | ||
| create_color_palette.rb | ||
| create_invite.rb | ||
| delete_themes_confirm.rb | ||
| discard_draft.rb | ||
| dismiss_new.rb | ||
| flag.rb | ||
| insert_table.rb | ||
| install_theme.rb | ||
| penalize_user.rb | ||
| private_message_invite.rb | ||
| private_message_remove_participant.rb | ||
| reject_reason_reviewable.rb | ||
| scrub_rejected_user.rb | ||
| sidebar_edit_categories.rb | ||
| sidebar_edit_navigation_modal.rb | ||
| sidebar_edit_tags.rb | ||
| sidebar_section_form.rb | ||
| topic_bulk_actions.rb | ||