summaryrefslogtreecommitdiffstats
path: root/assets (follow)
AgeCommit message (Collapse)Author
2024-02-16remove trailing white spacesChunkyProgrammer
2024-02-15Add support for multi image community postsChunkyProgrammer
2024-02-12CSS: Fix thumbnails' aspect ratio to prevent CLS (#4278)Samantaz Fox
Force the thumbnails aspect ratio to 16/9 in order to prevent Cumulative Layout Shifting (CLS) from hapenning during lazy loading. It also fixes the problematic, taller thumbnails that Youtube returns for playlists. Closes issue 4002
2024-02-12API: Remove the fields parameter (#4276)Samantaz Fox
Multiple users have reported that the fields parameter is slowing down API response times significantly. As most API endpoints are already optimized to make as few requests as possible to Youtube, there is no point in limiting the output. Furthermore, the added processing might be part of the broader memory leak problem (See 1438). In addition, the small increase in data output is not much of an issue compared to the huge video proxy that lies next to this API. No related issue tracked
2023-12-06Player: Fix iOS screen timeout in loop mode (#4076)Samantaz Fox
2023-11-23Remove the 'fields' parameter on the client side tooSamantaz Fox
2023-11-21Fixed aspect ratio for thumnails to prevent CLSCorné Dorrestijn
2023-10-21CSS: Remove inline styling of the download widget (#4162)Samantaz Fox
2023-10-21Frontend: Add video timestamp on external links (#4101)Samantaz Fox
2023-10-21CSS: Improve links contrast on dark theme (#4100)Samantaz Fox
2023-10-21JS: Update external links exactly once per secondSamantaz Fox
2023-10-17Removed commented linesRadoslavL
2023-10-17move styles for download widget to default.css filejt404
2023-10-12Replace inline styling for download widget with css filejt404
2023-10-07Add support for community post page/comments (#4010)Samantaz Fox
2023-10-06Remove shortcutsJake Anto
As per PR comment https://github.com/iv-org/invidious/pull/4145#issuecomment-1750048450
2023-10-05Add shortcutsJake Anto
2023-10-05Add `start_url`Jake Anto
2023-10-05Add descriptionJake Anto
2023-09-28Add support for viewing comments without jsChunkyProgrammer
Improve stylings
2023-09-27remove unused variableChunkyProgrammer
simplify resolve url remove trailing spaces Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
2023-09-27JS: Fix missing domain in URL constructorSamantaz Fox
2023-09-24Removed unnecessary linesRadoslavL
2023-09-19Increased footer contrastRadoslavL
2023-09-18Add support for post pageChunkyProgrammer
2023-09-18Changed the default dark theme as wellRadoslavL
2023-09-17JS: Replace '.setAttribute("href")' with '.href'Samantaz Fox
Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com>
2023-09-16Frontend: Use 'timeupdate' event listener rather than setTimeout()Samantaz Fox
2023-09-14Frontend: Add timestamp on switch invidious instance linksSamantaz Fox
2023-09-14Frontend: Add timestamp on invidious embed linksSamantaz Fox
2023-09-14Frontend: Add timestamp on youtube+embed linksSamantaz Fox
2023-09-14Increased link contrast in dark modeRadoslavL
2023-08-27Fix iOS screen timeout on video playback loop mode (more elegantly)Ming Kin Choi
2023-08-27Fix iOS screen timeout on video playback loop modeMing Kin Choi
2023-07-16Assets: Add SVG image for hashtag resultsSamantaz Fox
2023-07-08HTML/CSS: Add thumbnail placeholder in thin modeSamantaz Fox
This change is required to make the overlay buttons functional (add to and delete from playlist, mark as watched, etc.)
2023-07-08HTML/CSS: Fix buttons' responsivenessSamantaz Fox
2023-07-08CSS: fix light/dark themes for pure buttonsSamantaz Fox
2023-07-08HTML: Use new buttons for playlists (save/delete/add videos/etc...)Samantaz Fox
2023-07-06HTML: Use new buttons for thumbnail overlaysSamantaz Fox
In addition, this commit also heavily changes the structure of the generic "video card" item. Main benefits: * Improved accessibility for keyboard users * Many styling glitches were fixed * PlaylistVideos now use the same items as the rest * Elements all have distinct CSS classes * Design can be expanded to add more icons
2023-07-06CSS: add styling for the new buttonsSamantaz Fox
2023-06-07Comments: Don't break JavaScript when loading moreChunky programmer
2023-05-23Community: Fix position of the "creator heart" (broken by #3783)Samantaz Fox
2023-05-06CSS: Fix iframe attachment size in community postsSamantaz Fox
2023-05-06CSS: limit width of the comments in community tabSamantaz Fox
2023-04-10Improve accessibility (#3710)Samantaz Fox
2023-04-02implement code suggestionsChunkyProgrammer
Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
2023-04-01CSS: fix long description overflow (#3711)Samantaz Fox
2023-03-31Handle auto theme correctly with the manual toggle (#3521)Samantaz Fox
2023-03-28remove fixed height from descriptionLennart Bernhardt