I figured out how to get the avatar from the Cache and also worked on another animation. Maybe that one suits more
This is now like these Facebook âwireframesâ you can see on their app ( also animated like them )
I figured out how to get the avatar from the Cache and also worked on another animation. Maybe that one suits more
This is now like these Facebook âwireframesâ you can see on their app ( also animated like them )
Nice! Can you test with allowing full names? Also how does this look on mobile?
@sam here with full name and on mobile
Now for another tricky one what happens on second click?
Not 100% sure how much data we want to keep in memory on the client, so for now I am just curious
But first of all, the loading animation was that long in the gifs because I added a sleep of 1000ms so you could see the animation better.
Here it is without sleep and two clicks:
This is now available
https://github.com/discourse/discourse/pull/7404
@venarius Any chances you could get it to pass the avatar, username and full name that is already available in the topic view to the user card?
Itâs ok if it doesnât work all the time we show the user card, but in the topic view, it should immediately show these information.
Tried a lot of variations but one just came to my mind Will try it and see if that works!
I super this change @venarius!
I like it so much in fact, I am wondering if you can change to those fancier animated grey bars for the pre-loading new posts placeholder in the post stream as you scroll down, here:
(could perhaps use some alignment fixes as well now that Iâm looking closely at it)
If anyone wants to test this themselves, hereâs a protip for Chrome â bring up the f12 developer tools, within Console, use the hamburger to select âShow console drawerâ, within the console drawer look for ânetwork throttlingâ and select âSlow 3Gâ:
Yes, of course Will have a look
Opened a PR for the animation
After having used this, I find the loading animation a bit jarring for two reasons:
I can appreciate that this is useful for some sites, but Iâd rather not use it on mine. Can I disable the animation with some custom CSS?
And for this too please I guess Iâm more of a minimalist.
Yeah, weâll be taming it down a bit. Itâs been tamed down a bit in PR#7434
It should work if you set animation: none
on the appropriate classes.
I figured, but I have a hard time figuring out the class as the animation disappears from view so quickly Which ones should I use?