-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editor searchList support dynamic search (#1515)
* Reworked searchList to support dynamic search * Fixes to searchList Added spinner. infoWindows uses utility spinner Added abort fetch for dynamic mode. Co-authored-by: Stefan Forsgren <stefan@forsgren@xlent.se>
- Loading branch information
Showing
16 changed files
with
399 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Must win over o-map o-modal img... | ||
img.spinner { | ||
height: 1.5em; | ||
margin: 0 0.3em; | ||
transform: translateY(3px); | ||
width: auto; // o-modal sets width to 100%, we don't want that. | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ | |
@import 'o-scale'; | ||
@import 'scalepicker'; | ||
@import 'embedded-overlay'; | ||
@import 'spinner'; | ||
} | ||
|
||
html, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.