Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

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
$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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants