Skip to content

feat(core): add loading spinner to AutoComplete Editor/Filter #556

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

Merged
merged 2 commits into from
Aug 6, 2020

Conversation

ghiscoding
Copy link
Owner

  • add SASS styling to use the jQuery UI loading styling (internally jQuery UI will automatically add the CSS class "ui-autocomplete-loading" whenever processing) which shows up after few milliseconds (when using remote calls)

- add SASS styling to use the jQuery UI loading styling (internally jQuery UI will automatically add the CSS class "ui-autocomplete-loading" whenever processing) which shows up after few milliseconds (when using remote calls)
@codecov
Copy link

codecov bot commented Aug 5, 2020

Codecov Report

Merging #556 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #556    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          148       148            
  Lines         9719      9723     +4     
  Branches      3274      3414   +140     
==========================================
+ Hits          9719      9723     +4     
Impacted Files Coverage Δ
...es/angular-slickgrid/editors/autoCompleteEditor.ts 100.00% <100.00%> (ø)
...es/angular-slickgrid/filters/autoCompleteFilter.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 082ed22...8802095. Read the comment docs.

@ghiscoding ghiscoding changed the title feat(filters): add loading spinner to AutoComplete Editor/Filter feat(core): add loading spinner to AutoComplete Editor/Filter Aug 5, 2020
@@ -145,6 +145,12 @@ $autocomplete-border-radius: 4px !default;
$autocomplete-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !default;
$autocomplete-hover-color: #262626 !default;
$autocomplete-hover-bg-color: darken($row-mouse-hover-color, 3%) !default;
$autocomplete-loading-icon: "\f021" !default;
$autocomplete-loading-icon-color: inherit !default;
Copy link
Owner Author

Choose a reason for hiding this comment

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

use $icon-color instead and also do the same for the var $header-menu-button-icon-color

@ghiscoding ghiscoding merged commit 9a44225 into master Aug 6, 2020
@ghiscoding ghiscoding deleted the feat/autocomplete-styling branch August 6, 2020 13:04
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