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

[user_status] Improve user online status modal #38127

Merged
merged 6 commits into from
May 15, 2023
Merged

Commits on May 15, 2023

  1. fix(user_status): Use role=radio for predefined statuses in online st…

    …atus modal
    
    * Instead of tabable DIVs properly assign the radio role
    * Set role to radiogroup of list container to group the predefined statuses
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2133b0e View commit details
    Browse the repository at this point in the history
  2. fix(user_status): Group custom message input elements and assign labe…

    …l to emoji selector
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed May 15, 2023
    Configuration menu
    Copy the full SHA
    a99265b View commit details
    Browse the repository at this point in the history
  3. fix(user_status): Add missing radiogroup role to online status sele…

    …ctor
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed May 15, 2023
    Configuration menu
    Copy the full SHA
    349e12e View commit details
    Browse the repository at this point in the history
  4. fix(user_status): Use native radio buttons for online status selection

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e93b20c View commit details
    Browse the repository at this point in the history
  5. fix(user_status): Remove redundant styling, use global class instead

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8506d90 View commit details
    Browse the repository at this point in the history
  6. Compile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command authored and susnux committed May 15, 2023
    Configuration menu
    Copy the full SHA
    c588c1d View commit details
    Browse the repository at this point in the history