Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | transcript-table.js: sync active transcript with select_tt | zrose584 | 2020-09-12 | 1 | -2/+6 | |
| | ||||||
* | default to last textTrack | zrose584 | 2020-09-12 | 2 | -2/+12 | |
| | ||||||
* | hotkeys.js: ignore if e.ctrlKey | zrose584 | 2020-09-12 | 1 | -1/+2 | |
| | ||||||
* | add transcript-table.js | zrose584 | 2020-09-11 | 1 | -0/+112 | |
| | ||||||
* | hotkeys.js: add 'c' for transcript | zrose584 | 2020-09-11 | 2 | -3/+36 | |
| | ||||||
* | hotkeys.js: use DOMContentLoaded so images don't delay script | James Taylor | 2020-09-09 | 1 | -2/+2 | |
| | | | | | Instead of the load event, which waits until all assets are finished loading in order for script to start. | |||||
* | add hotkeys.js | zrose584 | 2020-09-09 | 1 | -0/+32 | |
| | ||||||
* | Prevent long titles with no spaces overflowing item containers | James Taylor | 2020-03-20 | 1 | -1/+8 | |
| | ||||||
* | Specify default font for consistency between operating systems | James Taylor | 2020-02-22 | 1 | -3/+7 | |
| | | | | | | | | On debian for instance, the default font DejaVu Sans is bigger than the default calibri/times on Windows, messing up the layout in some places. The font size in video items was adjusted slightly to accomodate the change to liberation sans for the default. | |||||
* | Change px values to rem values in font-size declarations | James Taylor | 2020-02-22 | 2 | -5/+5 | |
| | ||||||
* | Fix display of movie thumbnails in related videos | James Taylor | 2020-01-10 | 1 | -0/+1 | |
| | ||||||
* | Channel: Change search results to use next and previous page buttons | James Taylor | 2019-12-23 | 1 | -0/+11 | |
| | | | | Because youtube doesn't give the number of search results, so previous behavior would give an error if a page number out of range was selected. | |||||
* | Fix related videos title clipping | James Taylor | 2019-09-18 | 1 | -1/+2 | |
| | ||||||
* | Add optional javascript for adding videos to playlists without the browser ↵ | James Taylor | 2019-09-15 | 1 | -0/+12 | |
| | | | | cancelling loading of the video, and to display a status message | |||||
* | Comments: Fix some avatars overflowing | James Taylor | 2019-09-10 | 1 | -0/+3 | |
| | ||||||
* | Watch page: Background color on video when scrubbing bar larger than video | James Taylor | 2019-09-09 | 3 | -0/+3 | |
| | ||||||
* | Merge subscriptions into master | James Taylor | 2019-09-06 | 4 | -3/+27 | |
|\ | ||||||
| * | Merge flask framework and other stuff from master | James Taylor | 2019-08-09 | 1 | -1/+4 | |
| | | ||||||
* | | Settings: Fix centering and color scheme on other themes | James Taylor | 2019-09-06 | 3 | -0/+13 | |
| | | ||||||
* | | Layout: Add themes | James Taylor | 2019-08-25 | 5 | -10/+47 | |
| | | ||||||
* | | Layout: Add some space after item thumbnail | James Taylor | 2019-08-25 | 1 | -0/+1 | |
| | | ||||||
* | | Layout: Prevent item checkbox size from shrinking sometimes | James Taylor | 2019-08-24 | 1 | -0/+1 | |
| | | ||||||
* | | Layout: Prevent long author name from overflowing in items with vertical stats | James Taylor | 2019-08-24 | 1 | -0/+4 | |
| | | ||||||
* | | Layout: add option to hide comments/related vids by default but click to ↵ | James Taylor | 2019-08-24 | 1 | -0/+1 | |
| | | | | | | | | show using <details> | |||||
* | | Layout: add some space below more comments button | James Taylor | 2019-08-24 | 1 | -0/+1 | |
| | | ||||||
* | | Layout: Simplify color scheme | James Taylor | 2019-08-24 | 1 | -3/+3 | |
| | | ||||||
* | | Layout: simplify CSS layout on most pages | James Taylor | 2019-08-24 | 1 | -0/+3 | |
| | | ||||||
* | | Layout: Regression: fix blank space at bottom of short pages | James Taylor | 2019-08-23 | 1 | -1/+3 | |
| | | ||||||
* | | Layout: refactor item system to be more maintainable, add vertical item type | James Taylor | 2019-08-23 | 1 | -187/+120 | |
| | | ||||||
* | | Layout: Center header content | James Taylor | 2019-08-18 | 1 | -0/+1 | |
| | | ||||||
* | | Layout: Replace local playlists link with home link in header and use ↵ | James Taylor | 2019-08-18 | 1 | -94/+67 | |
|/ | | | | flexbox to make it work on smaller window sizes | |||||
* | Refactor search page | James Taylor | 2019-06-21 | 1 | -0/+6 | |
| | ||||||
* | Convert watch page to flask framework | James Taylor | 2019-06-16 | 3 | -0/+501 | |