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

fix(core): address Avatar Group issues #12530

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Sep 25, 2024

  1. fix(core): avatar group bugs

    closes (#12369)[#12369]
    
    ## Description
    - Implemented avatar details placement feature
    - Implemented avatar overflow button circle state
    khotcholava committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    22be6e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix(core): avatar group bugs

    closes (#12369)[#12369]
    
    ## Description
    - Add maxVisibleItems input to limit the number of visible avatars in AvatarGroupHostComponent, retaining default behavior when unset
    khotcholava committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4a87b4d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix(core): avatar group

    - Fixed focus on avatar group
    khotcholava committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b39b871 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    aedf05e View commit details
    Browse the repository at this point in the history
  2. fix(core): Resolve focus retention & rendering issues, add feature en…

    …hancements
    
    Closes [#12369](#12369)
    
    ## Description
    - Fixed focus bug where focus remained on the first avatar group control after interacting with the second one.
    - Fixed rendering issue where only "+n more" button displayed after switching tabs instead of the full avatar group row.
    - Added feature to open group popover from the center of the avatar group.
    - Added configuration option to make "+n more" button circular to match avatars typically being in circle shapes.
    - Introduced property to set the number of visible avatars before displaying the "+n more" button.
    khotcholava committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b32ae7e View commit details
    Browse the repository at this point in the history
  3. fix(core): Resolve focus retention & rendering issues, add feature en…

    …hancements
    
    Closes [#12369](#12369)
    
    ## Description
    - Removed unused files
    khotcholava committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fe4920e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Make avatar group circle

    khotcholava committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0ead287 View commit details
    Browse the repository at this point in the history
  2. Make avatar group circle

    khotcholava committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1f11a17 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    da922ad View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix(core): avatar group

    closes [#12369](#12369)
    
    - Fixed avatar overflow body focus issue
    khotcholava committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f587f50 View commit details
    Browse the repository at this point in the history