summaryrefslogtreecommitdiffstats
path: root/assets (follow)
AgeCommit message (Collapse)Author
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>
2023-09-27JS: Fix missing domain in URL constructorSamantaz Fox
2023-09-27Don't redefine the "preload" option in player.jsThomas 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-26Add option to control preloading of video dataThomas 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-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
2023-03-28fix long description overflowLennart Bernhardt
2023-03-27improve accessibilityChunkyProgrammer
2023-03-12Comments: Add support for custom emojis + member info (#3636)Samantaz Fox
2023-03-03Fix 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-02add channel emoji css classChunkyProgrammer
2023-02-19Add watch indicators (#3383)Samantaz Fox
2023-02-19Fixed console errorWes van der Vleuten
2023-01-22Major improvementstechmetx11
2023-01-21Merge remote-tracking branch 'upstream/master'Wes van der Vleuten
2023-01-21Update assets/js/watched_widget.js with suggestion of AHOHNMYCWes van der Vleuten
Co-authored-by: AHOHNMYC <24810600+AHOHNMYC@users.noreply.github.com>
2023-01-16Add support for multiple songstechmetx11
2023-01-07Update default.cssBrackets
pointer on hover on label for descexpansionbutton
2022-12-29handle auto theme correctly with the manual toggleshironeko
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-29fix: on hover btn #descexpansionbutton cursor to pointerbrackets0
2022-11-09CleanupWes van der Vleuten
2022-11-08Fixed watch indicator when position is not savedWes van der Vleuten