-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Switch to simpler looking loading spinner #24107
Conversation
On Firefox, the spinner does not spin. |
Dammit! It works with direct image loading, but not as background-image... :/ |
95fed84
to
ff5e4a3
Compare
Thanks @ChristophWurst ! :) We still have the gif fallback for ie! |
Can't use SMIL
|
I'm gonna stop coding now, and raise goats somewhere in the alps... |
Not everybody likes goat milk, you're going to need to include a hamster milk fallback |
This is a problem. There is no more free space left in the alps to raise goats. Too many frustrated programmers occupied everything. But there are maybe free caves availabe for meditation 😄 |
Okay, after a day of thinking while milking my goats, we should go for smil. Let's review @oparoz @Henni @jancborchardt @PVince81 @MorrisJobke @ChristophWurst !
|
For future reference:
|
Add |
Also the while waiting for the search results to come in seems to be an old one. Beside that it looks awesome :) |
648a44d
to
515a4ad
Compare
@MorrisJobke here you go! :D |
Tested and works so far. I would merge this in and then fix the remaining stuff afterwards. 👍 |
vertical-align: middle; | ||
margin-left: 10px; | ||
float: left; | ||
padding: 3px 10px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here too, last line indent is wrong.
Very nice! :) Except the indentation stuff and the spinner in Files, everything looks much better now! |
@jancborchardt Better now? Is it spinning on ff? |
Works, but only randomly on FF. When the image is not cached, it does not spin for some reason, which looks odd. :-/ |
Should we assume the user will have loaded the svg at first and that it will be spinning on the rest of his browsing? |
@jancborchardt Files fixed. |
Nice! 👍 now only squash and this is good to merge |
|
I have one concern though, the spinner itself doesn't really work that well in a lot of situations, especially when the 16px version is used. It's a bit too discreet. It's too thin. |
So for the 16px version we might need a dedicated one – the line thickness should be the same as for the big spinner (3px?), not scaled down. The Firefox issues I would say we should fix going forward, otherwise this will sit for too long. :\ |
Sounds sane. I'm still worried about the big one as well, it's really thin compared to what's out there. There may be cases, especially when use as an overlay where it might not work that well.
I think we should try pre-loading as you suggested. I was able to reproduce the problem after clearing the cache. It's quite obvious when you switch app after logging in. |
Looks really nice and works now in Firefox too :) |
👍 |
@@ -2507,6 +2485,7 @@ | |||
} | |||
}); | |||
fileUploadStart.on('fileuploadadd', function(e, data) { | |||
console.log('XXXXXXX'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, don't know how this got there! :O
So, should we preload for ff? |
If that fixes the last issue, go for it! :) |
I will try, and we'll see :) |
df47dde
to
3796b58
Compare
- Fix search spinner - Fix reset password loader - Fix login spinner - Fix ldap settings spinner - Fix files loader - Fix app loading header
3237106
to
be20dc0
Compare
Closed in favor of #24491 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
New spinner.
See discussion in ref issue.
Not compatible with ie (sigh) so i've added a fallback to gif!
I also added a small black loading icon:
icon-loading-small-dark
ref #19091
@oparoz @Henni @jancborchardt @PVince81