A detail that would push Anvil from ‘super awesome’ towards ’ ultra-awesome’:
If the ‘server call spinner’ would assume one of the standard colours (e.g. ‘Primary 700’) for the individual app. Or even better, if the spinner colour could be set in the theme CSS file, as a server call arg, or as a global app settings param.
I know that the issue of ‘colour misalignment’ could be avoided by suppressing the spinner altogether but that would be a pitty…
Right-click - save image as… then follow the suggestion above from @stefano.menci
or upload it to the relevant project in your assets and in theme.css do
for the Hue Saturation Lightness Slider values:
get the desired HSL of the color you want I used: http://colorizer.org/ to convert the RGB to HSL (or just type "#FF9800 to HSL" in google)
#FF9800 --> hsl(35.8, 100%, 50%) --> h = 35.8, s=100, l = 50
Thanks for your swift reply - and for welcoming me . Sorry that my request was unjustified, but I’m super happy about the feature. Will get right on it