summaryrefslogtreecommitdiffstats
path: root/assets (follow)
AgeCommit message (Collapse)Author
2025-03-19Improve design of placeholder itemsyeopite
Also makes it show the error backtrace
2025-03-19Apply search filters details css only to itselfsyeopite
The CSS for the search filters details box was applied to every detail element when search.css is loaded
2025-02-26JS: Update timeupdate event defensive to prevent errors (#4782)syeopite
2025-02-26Frontend: Add a first page and previous page buttons for channel navigation ↵syeopite
(#4123)
2025-01-22Frontend: Carry over audio-only mode in playlist links (#4784)syeopite
2025-01-22Routes: Clean ajax actions handlers (#5036)syeopite
2024-10-30Player: Fix a bug where menus were hard to open (#4750)Samantaz Fox
The fix basically enlarges the hoverable area in order to avoid getting the menu closed if the mouse isn't moved fast enough. Video of the fix: https://www.loom.com/share/36494a3653984650aea3eaa2af276a35 Closes issue 4749
2024-10-29Routes: Simplify actions in watch_ajaxSamantaz Fox
2024-10-29Routes: Simplify actions in token_ajaxSamantaz Fox
2024-10-29Routes: Simplify actions in subscription_ajaxSamantaz Fox
2024-10-29Routes: Simplify actions in playlist_ajaxSamantaz Fox
2024-10-08Preferences: Add option to control preloading of video data (#4122)Samantaz Fox
This PR adds a configuration option to control the preloading of video data on page load with the HTML5 'preload'[1] attribute on the `<video>` element. The option is enabled by default, meaning that the `preload` attribute's value will be 'auto'. If users want to prevent preloading of video data, they can disable the option, which will set the attribute value to 'none'. [1](https://www.w3schools.com/tags/att_video_preload.asp) Closes issue 4110
2024-08-24UI: Add search button to search bar (#4706)Samantaz Fox
Closes issue 529
2024-08-21CSS: Remove extra space in default.cssSamantaz Fox
2024-08-07Carry over audio-only mode in playlist linksKrystof Pistek
2024-07-06JS: Update timeupdate event defensive to prevent errorsPMK
2024-06-15Player: Fix video playback for videos that have already been watched.Fijxu
Trying to watch an already watched video will make the video start 15 seconds before the end of the video. This is not very comfortable when listening to music or watching/listening playlists over and over.
2024-06-13Fix player menus hiding onHovergiacomocerquone
2024-05-20fix: use ion icon for search iconthansk
2024-05-20fix: use a search icon instead of textthansk
2024-05-19feat: allow submitting search with mousethansk
2024-02-19Channels: Add support for multi-image community posts (#4412)Samantaz Fox
This PR adds a CSS-only image carousel for community posts with more than one image attached. Closes issue 3522
2024-02-19CSS: expand #contents width on small screens (#4405)Samantaz Fox
The #contents div now takes the full width on small screens (< 1280px). All page elements have a little more room, especially the video titles.
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
2024-01-27CSS: expand #contents width on small screenstoabr
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-11-09Seperated repetitive code in a functionRadoslavL
2023-11-08Fixed a typoRadoslavL
Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com>
2023-10-26Removed the purging of the query parametersRadoslavL
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-20Fixed an issueRadoslavL
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-30Actually add the pagination.js file (git didn't detect it the first time)RadoslavL
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>