| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-27 | Don't redefine the "preload" option in player.js | Thomas Lange | |
| If the HTML5 "<video>" element defines the "preload" attribute directly, it isn't necessary to redefine the "preload" option in the player.js. | |||
| 2023-09-26 | Add option to control preloading of video data | Thomas Lange | |
| Fix #4110 by adding an option to control the preloading of video data on page load. If disabled ("false"), the browser will not preload any video data until the user explicitly hits the "Play" button. If enabled ("true"), the default behavior will be used, which means the browser decides how much of the video will be preloaded. | |||
| 2023-07-16 | Assets: Add SVG image for hashtag results | Samantaz Fox | |
| 2023-07-08 | HTML/CSS: Add thumbnail placeholder in thin mode | Samantaz Fox | |
| This change is required to make the overlay buttons functional (add to and delete from playlist, mark as watched, etc.) | |||
| 2023-07-08 | HTML/CSS: Fix buttons' responsiveness | Samantaz Fox | |
| 2023-07-08 | CSS: fix light/dark themes for pure buttons | Samantaz Fox | |
| 2023-07-08 | HTML: Use new buttons for playlists (save/delete/add videos/etc...) | Samantaz Fox | |
| 2023-07-06 | HTML: Use new buttons for thumbnail overlays | Samantaz 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-06 | CSS: add styling for the new buttons | Samantaz Fox | |
| 2023-06-07 | Comments: Don't break JavaScript when loading more | Chunky programmer | |
| 2023-05-23 | Community: Fix position of the "creator heart" (broken by #3783) | Samantaz Fox | |
| 2023-05-06 | CSS: Fix iframe attachment size in community posts | Samantaz Fox | |
| 2023-05-06 | CSS: limit width of the comments in community tab | Samantaz Fox | |
| 2023-04-10 | Improve accessibility (#3710) | Samantaz Fox | |
| 2023-04-02 | implement code suggestions | ChunkyProgrammer | |
| Co-Authored-By: Samantaz Fox <coding@samantaz.fr> | |||
| 2023-04-01 | CSS: fix long description overflow (#3711) | Samantaz Fox | |
| 2023-03-31 | Handle auto theme correctly with the manual toggle (#3521) | Samantaz Fox | |
| 2023-03-28 | remove fixed height from description | Lennart Bernhardt | |
| 2023-03-28 | fix long description overflow | Lennart Bernhardt | |
| 2023-03-27 | improve accessibility | ChunkyProgrammer | |
| 2023-03-12 | Comments: Add support for custom emojis + member info (#3636) | Samantaz Fox | |
| 2023-03-03 | Fix empty description boxes. | amogusussy | |
| If a video has no description, (without this commit) the description box will still take up 8.3em, even if there's no content in it. This fixes that issue. | |||
| 2023-03-02 | add channel emoji css class | ChunkyProgrammer | |
| 2023-02-19 | Add watch indicators (#3383) | Samantaz Fox | |
| 2023-02-19 | Fixed console error | Wes van der Vleuten | |
| 2023-01-22 | Major improvements | techmetx11 | |
| 2023-01-21 | Merge remote-tracking branch 'upstream/master' | Wes van der Vleuten | |
| 2023-01-21 | Update assets/js/watched_widget.js with suggestion of AHOHNMYC | Wes van der Vleuten | |
| Co-authored-by: AHOHNMYC <24810600+AHOHNMYC@users.noreply.github.com> | |||
| 2023-01-16 | Add support for multiple songs | techmetx11 | |
| 2023-01-07 | Update default.css | Brackets | |
| pointer on hover on label for descexpansionbutton | |||
| 2022-12-29 | handle auto theme correctly with the manual toggle | shironeko | |
| If the user used the manual toggle, they will not be able to get back to auto since it will force set to light theme. This should fix that. | |||
| 2022-12-29 | fix: on hover btn #descexpansionbutton cursor to pointer | brackets0 | |
| 2022-11-09 | Cleanup | Wes van der Vleuten | |
| 2022-11-08 | Fixed watch indicator when position is not saved | Wes van der Vleuten | |
| 2022-11-08 | Removed console.log | Wes van der Vleuten | |
| 2022-11-08 | Fixed thumbnails with darkreader, Added watched indicator in more locations | Wes van der Vleuten | |
| 2022-11-07 | Added watch indicator | Wes van der Vleuten | |
| 2022-09-12 | css: Fix the video title overlay's colors in embed | Samantaz Fox | |
| 2022-09-11 | Fix page shift on search bar focus (#3304) | Chris Helder | |
| 2022-08-22 | Fix prefs cookies in player (#3276) | Samantaz Fox | |
| 2022-07-25 | Fix updated sources not returned inside map func | Émilien Devos | |
| This fix the issue reported in https://github.com/iv-org/invidious/issues/2055#issuecomment-1192894698 | |||
| 2022-07-14 | Merge pull request #3140 from AHOHNMYC/css-ie11-fixes | Samantaz Fox | |
| 2022-07-14 | Merge pull request #3133 from AHOHNMYC/widen-settings-name | Samantaz Fox | |
| 2022-07-11 | Merge pull request #3162 from 138138138/138138138-audio-quality-1 | Samantaz Fox | |
| 2022-07-07 | Merge pull request #3158 from 138138138/138138138-mobileui-forward-rate | Samantaz Fox | |
| 2022-06-25 | Update MobileUi | 138138138 | |
| 2022-06-25 | Update MobileUi | 138138138 | |
| 2022-06-25 | Change player.css order | 138138138 | |
| 2022-06-25 | Add audioTrackButton | 138138138 | |
| 2022-06-23 | Fix captions | 138138138 | |
| textTracks 0 in DASH mode shows debug messages. Use textTracks 1 in DASH mode, and textTracks 0 in non-DASH mode and audio mode. | |||
