summaryrefslogtreecommitdiffstats
path: root/assets (follow)
AgeCommit message (Collapse)Author
2021-05-23Change videojs-vr to the unminified versionsyeopite
2021-05-23Allow configurable support of interactive 360 vidsyeopite
2021-05-23Fix projection settings for VRsyeopite
2021-05-23Add support for VR videos through videojs-vrsyeopite
2021-05-13Merge pull request #2008 from syeopite/mobile-uiTheFrenchGhosty
Improve player controls for mobile devices
2021-05-13Merge pull request #1995 from syeopite/watch-on-invidiousTheFrenchGhosty
Add watch on Invidious button to embeds
2021-05-10Update code to reflect 'read more' btn name changesyeopite
2021-05-10Add functionality to read more buttonsyeopite
2021-05-03Overhaul Invidious's "Youtube" player stylesyeopite
2021-05-03Improve mobile user interface for video playersyeopite
2021-05-03Move player styling to separate filesyeopite
2021-05-03Improve mobile ux with videojs-mobile-uisyeopite
2021-04-17Merge pull request #1977 from syeopite/add996TheFrenchGhosty
Change empty home page to search engine like layout
2021-04-09Update default.css138138138
2021-04-08Add watch on Invidious button to embedssyeopite
2021-04-07Fix response design on search homepagesyeopite
2021-04-07Fix search-widget styling for change in #1976syeopite
2021-04-07Fix rendering of hr elementsyeopite
2021-04-06Change positioning of footer to use flexboxsyeopite
2021-04-06Change footer div into footer elementsyeopite
2021-04-05Improve search widget marginssyeopite
2021-04-05Fix mobile responsive design for footersyeopite
2021-04-04Fix missing colon in empty.csssyeopite
2021-04-04Fix footer position to bottom of pagesyeopite
2021-04-04Scale text logo on search engine like homepagesyeopite
2021-04-04Add styling to search bar on empty home pagesyeopite
2021-03-26Fix minor scaling issue in filter drop down.syeopite
Basically prevents filter content from jumping above the dropbox when there's enough space to do
2021-03-20fix comment repliesAndrew Zhao
2021-03-13Add hover state to filter UIsyeopite
2021-03-13Remove duplicate styling codesyeopite
2021-03-01Enhance search filter UI for JS disabled userssyeopite
Change filters UI box to use <details>. Stylize detail button for filter ui Fix localization for 'filter' Fix CSS Fix styling
2021-02-26Merge branch 'master' into patch-1Perflyst
2021-02-24do not preload captionsAndrew Zhao
2021-02-17Skip duration multiply by playback rate138138138
Fast Forward/Backward like YouTube. The skip duration is multiplied by playback rate.
2021-02-10Fix ; () {}138138138
2021-02-03Update player.js138138138
2021-02-02Fix double duration on all Apple devices138138138
The fix will be applied when Safari browser is detected.
2021-02-01Update player.js138138138
Fixes audio mode duration doubled in iPhone iOS browsers. The player will stop after reaching the real duration. iOS() checks both iOS and iPadOS. Only tested on iPhone iOS browsers. Testers needed for behavior of iPadOS and MacOS.
2021-01-29Bump videojs and fix webworkerAndrew Zhao
2021-01-20Merge pull request #1629 from tenpura-shrimp/searchuiTheFrenchGhosty
Add ui for search sort and filter
2021-01-17add ui for searchingAndrew Zhao
2021-01-17Fix DASH playback bug.Andre Borie
2021-01-13Merge pull request #1619 from tenpura-shrimp/ignorevideoplaybackPerflyst
do not add local to xhr when in videoplayback
2021-01-10fix incorrect use of setinterval in jsAndrew Zhao
2020-12-29do not add local to xhr when in videoplaybackAndrew Zhao
2020-12-23Merge pull request #1572 from saltycrys/add-dash-quality-preferencePerflyst
Add DASH quality preference
2020-12-21Improve storyboardssaltycrys
Instead of limiting the width of storyboards through CSS it is now done in the VTT directly.
2020-12-19Improve DASH quality preferencesaltycrys
Besides `auto`, `best` and `worst` it is now possible to select a target height. If the target height is not available the closest lower height is selected.
2020-12-19Add DASH quality preferencesaltycrys
The options are `auto` (the current and default behavior), `best` and `worst`. The UI is only updated once playback starts.
2020-12-14Increase color contrast of light theme linkssaltycrys