* Adjust styling of umb-file-icon with new umb-icon
* Styling on legacy icons
* Use umb-icon and add missing class
* Simplify icons
* Use umb-search-filter in umb-tree-search-box and add back button
* Inherit text color from parent element
* Update block card icon and avoid use of !important
* Wrap card in div
* interpolate background image path value, to remove string escaping which can be confusing
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Get all nested content scaffolds in a single post request
* Only load alias array and initialize once
* Remove old nested content load code
* Get the content types within a scope
This will drastically reduce the amount of SQL queries, since the same read lock will be used for all operations.
* Add comments
* Fix typo
* Fix typos
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
* Update search.controller.js
Minor linting update to existing code
* Basic functionality for select and deselect all log level filters
* Fix button texts and added localisations for languages en, en_us, da
* Grammar correction of Danish localisation
* Finalise button styling using the umb-button directive, including localisation of labels
* Minor linting update
* Add various localisations of "select all" and "deselect all" for Log Viewer
* Minor refactor of select/deselect buttons to be wrapped in <umb-dropdown-item> directive
* use foreach/map
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Wrap legacy font icon so we can inherit font from parent element
* Remove icon name from class attributes
* Add back class as color is part of icon
* Replace icon classes
* Replace icon class
* Use umb-icon
* Remove icon classes
* Remove icon classes
* Update color for SVG icons
* Inherit animation
* Add icon add class to SVG as well
* Update umb-icon inner wrapper
* Fix issue with search icon styling in property editors dialog
* Formatting
* Adjust umb-icon with transclude
* Change back to original back icon from font awesome
* Adjust styling for font icon
* Replace with umb-icon
* Use umb-icon in packager
* Use umb-icon in help drawer
* Use umb-icon in treesource prevalue editor
* Update font size
* Replace with umb-icon
* Replace icons with umb-icon
* div isn't valid inside label element
* Replace more icons
* Use umb-search-filter component
* Update to use umb-icon
* Use end-closing tag for custom HTML element
* Use umb-icon component
* Use umb-icon component to replace icons
* Replace with umb-icon
* Replace icons with umb-icon
* Replace more icons
* Custom HTML element should have end-closing tag
* Replace icons with umb-icon
* Replace icons
* Remove unused variable
* Replace icon
* Replace icons
* Revert to `<i>` element as it was causing issues with isolated scopes
* Adjust umb-checkmark to work with umb-icon
* Adjust lightbox styling
* Remove unused helper class and it is already available as "self-center" in _flexbox.less
* remove unused class from icon, shift margin to parent element
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>