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

Enhanced SearchTextField to support search history #171

Merged
merged 3 commits into from
May 10, 2024

Conversation

leewyatt
Copy link
Contributor

@leewyatt leewyatt commented May 8, 2024

No javadoc comments have been added yet.

leewyatt added 3 commits May 9, 2024 02:22
The Refactoring of SearchTextField. Major changes include changes to allow the addition of text to the history when the user presses enter. Introduced methods to allow the addition or removal of history items. Added functions to display history popup to the user and its CSS aesthetics were also improved. Another notable change is the creation of a skin class resetting the selection of the ListView by focusing on it and selecting the first item. All these changes aim to provide a better user experience during search functionality.
Removed the resetSelection and show methods in SearchTextFieldHistoryPopup and SearchTextFieldHistoryPopupSkin, and changed the scope of SearchTextField in SearchTextFieldApp. Added new RemovableListCell component with dedicated CSS file. Updated search-text-field.css for hover state.
@leewyatt leewyatt marked this pull request as ready for review May 9, 2024 16:38
Copy link

sonarqubecloud bot commented May 9, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@dlemmermann dlemmermann merged commit 7b38475 into master May 10, 2024
2 of 4 checks passed
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.

2 participants