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: list loop and auto scroll in AppAutoComplete #1507

Merged
merged 6 commits into from
Jan 31, 2025

Conversation

icoxxx
Copy link
Contributor

@icoxxx icoxxx commented Jan 30, 2025

Description:
Fix for dropdown in AppAutoComplete (now it loops and handles auto scrolling properly).

PS: Looping is not removed but rather fixed (bug in the code), can remove it if it is necessary.
This PR includes the changes requested in #1427

Related issue(s):
#1467

@icoxxx icoxxx self-assigned this Jan 30, 2025
@icoxxx icoxxx requested review from SvetBorislavov, yiliev0 and a team as code owners January 30, 2025 15:03
@icoxxx icoxxx requested a review from SimiHunjan January 30, 2025 15:03
@icoxxx icoxxx linked an issue Jan 30, 2025 that may be closed by this pull request
Copy link
Contributor

@SvetBorislavov SvetBorislavov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this change is made to increase the readability

@SvetBorislavov
Copy link
Contributor

@jbair06 what do you think

Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.06%. Comparing base (5fe0000) to head (0dd67f2).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1507   +/-   ##
=======================================
  Coverage   99.06%   99.06%           
=======================================
  Files         157      157           
  Lines        5891     5891           
  Branches     1085     1085           
=======================================
  Hits         5836     5836           
  Misses         52       52           
  Partials        3        3           

Impacted file tree graph

@icoxxx icoxxx requested a review from jbair06 January 30, 2025 23:28
@icoxxx icoxxx linked an issue Jan 30, 2025 that may be closed by this pull request
@icoxxx icoxxx force-pushed the 1467-navigation-issues-with-the-account-chooser branch from adefad7 to 0dd67f2 Compare January 31, 2025 08:04
@jbair06 jbair06 merged commit ab71965 into main Jan 31, 2025
17 checks passed
@jbair06 jbair06 deleted the 1467-navigation-issues-with-the-account-chooser branch January 31, 2025 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Navigation issues with the Account chooser Drop down list selection improvements
3 participants