-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
area:designIssues specifically about the broader design of the siteIssues specifically about the broader design of the sitearea:frontendEverything frontend relatedEverything frontend related
Description
I noticed that we can improve the way Tobira loads thumbnails to make it more visually pleasing. While this sounds a bit unimportant, I think it might actually affect the general feel of Tobira for most users quite a bit. Compare Tobira with Plex for example:
plex-thumbnail-loading.mp4
tobira-thumbnail-load.mp4
This is not about speed at all, I artificially limited both to have a better look at it. I see three points:
- When not loaded yet, Plex just shows a nice grey box, whereas Tobira shows the alt text, which looks quite ugly. The alt text is important for accessibility, but just to have it in the HTML, showing it is not important.
- Tobira shows partial images, which I don't think is useful for thumbnails.
- In Tobira loaded thumbnails just appear immediately, while Plex "slowly" makes them fade in. I think the fade in is quite pleasant. Of course, it cannot be too slow, and should probably actually depend on the loading speed. If the images loaded immediately (e.g. because it's cached), we should also show it immediately.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:designIssues specifically about the broader design of the siteIssues specifically about the broader design of the sitearea:frontendEverything frontend relatedEverything frontend related