Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix display of no avatar in avatar setting controls #12558

Merged
merged 43 commits into from
Jun 6, 2024

Commits on May 21, 2024

  1. New user profile UI in User Settings

    Using new Edit In Place component.
    dbkr committed May 21, 2024
    Configuration menu
    Copy the full SHA
    06896dc View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Show avatar upload error

    dbkr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f16cb80 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Fix avatar upload error

    dbkr committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1b60ea8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    d0624af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac46104 View commit details
    Browse the repository at this point in the history
  3. Add 768px breakpoint

    dbkr committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a01d94a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fix display of no avatar in avatar setting controls

    There was supposed to be a person icon but it was invisible, and also
    would have been inappropriate for room avatars anyway.
    
    This makes it match the designs by being the same as whatever the
    default avatar is.
    dbkr committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5da2969 View commit details
    Browse the repository at this point in the history
  2. Fix room profile display

    dbkr committed May 28, 2024
    Configuration menu
    Copy the full SHA
    236de62 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    6786697 View commit details
    Browse the repository at this point in the history
  2. Require compound-web 4.4.0

    because we do need it
    dbkr committed May 30, 2024
    Configuration menu
    Copy the full SHA
    237570e View commit details
    Browse the repository at this point in the history
  3. Update snapshots

    Because of course all the auto-generated IDs of unrelated things
    have changed.
    dbkr committed May 30, 2024
    Configuration menu
    Copy the full SHA
    500fb3a View commit details
    Browse the repository at this point in the history
  4. Fix duplicate import

    dbkr committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f0c9d83 View commit details
    Browse the repository at this point in the history
  5. Fix CSS comment

    dbkr committed May 30, 2024
    Configuration menu
    Copy the full SHA
    513687c View commit details
    Browse the repository at this point in the history
  6. Update snapshot

    dbkr committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c93ab3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be18de1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7330b34 View commit details
    Browse the repository at this point in the history
  9. More tests

    dbkr committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b244866 View commit details
    Browse the repository at this point in the history
  10. Test that a toast appears

    dbkr committed May 30, 2024
    Configuration menu
    Copy the full SHA
    137df66 View commit details
    Browse the repository at this point in the history
  11. Test ToastRack

    dbkr committed May 30, 2024
    Configuration menu
    Copy the full SHA
    48a3d39 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Update snapshots

    dbkr committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a99dced View commit details
    Browse the repository at this point in the history
  2. Add the usernamee control

    dbkr committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    605555a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Fix playwright tests

     * New compound version for editinplace fixes
     * Fix useId to not just generate a constant ID
     * Use the label in the username component
     * Fix widths of test boxes
     * Update screenshots
    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0f56520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96802a7 View commit details
    Browse the repository at this point in the history
  3. Split CSS for room & user profile settings

    and name the components correspondingly
    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    304836d View commit details
    Browse the repository at this point in the history
  4. Fix playwright test

    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d97d8d9 View commit details
    Browse the repository at this point in the history
  5. Update room settings screenshot

    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6a8a981 View commit details
    Browse the repository at this point in the history
  6. Use original screenshot instead

    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b2a7f8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41bee22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    072681d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85b2266 View commit details
    Browse the repository at this point in the history
  10. Add required props in test

    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8d05f12 View commit details
    Browse the repository at this point in the history
  11. Fix test

    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    54cb655 View commit details
    Browse the repository at this point in the history
  12. Also here

    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3bd2aa1 View commit details
    Browse the repository at this point in the history
  13. Update screenshots

    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6082f97 View commit details
    Browse the repository at this point in the history
  14. Remove user icon

    ...which is unused now, as far as I can see.
    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    52fbe95 View commit details
    Browse the repository at this point in the history
  15. Fix styling of unrelated buttons

    Needed to be added in other places otherwise the specificity changes.
    
    Also put the old screenshots back.
    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f0c6f94 View commit details
    Browse the repository at this point in the history
  16. Add copyright year

    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ecb6730 View commit details
    Browse the repository at this point in the history
  17. Fix copyright year

    dbkr committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    672d7cf View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    f72d7e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    145fc75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d7672d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a40340f View commit details
    Browse the repository at this point in the history
  5. Fix other test

    dbkr committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7f08efd View commit details
    Browse the repository at this point in the history