Commit Graph

271 Commits

Author SHA1 Message Date
Violet Rose
99fffde0a2 Tidied up stylesheet structure. 2020-09-06 18:19:08 -07:00
Violet Rose
dd4bd7c489 Fixed outline positioning for compact switches. 2020-09-06 18:01:51 -07:00
Violet Rose
2edccb2714 Fine-tuned visible switch offset. 2020-09-06 17:55:17 -07:00
Violet Rose
cd309b1c3f Enabled input tab navigation without changing visual appearance. 2020-09-06 17:16:25 -07:00
Preston
d77c9aed49 Add functionality to import and export subscriptions / history 2020-09-06 18:12:25 -04:00
Preston
cf3aecb127 Add some error handling to subscriptions 2020-09-03 21:56:01 -04:00
Preston
018a68f852 Allow Subscribe button to resize in the channel view 2020-09-02 22:01:47 -04:00
Preston
9b7b240de4 Add proper logic for route change 2020-09-02 21:06:49 -04:00
Preston
1bf2e51afc Fix loading for cached subscriptions 2020-09-02 21:04:08 -04:00
Preston
f895703446 Fix subscription order for live or streamed videos 2020-09-02 21:00:24 -04:00
Luca
4dcfc28f17 Fix of the ft-video-list display since release from streams 2020-09-02 22:59:16 +02:00
Preston
a04ce13e6e Fix linting issues 2020-09-01 23:25:06 -04:00
Preston
8f35f95a5b Finish Core Subscriptions logic and add more locales to profiles page 2020-09-01 23:21:32 -04:00
Preston
1e035105d1 Finish Profile Logic and working subscriptions 2020-09-01 23:21:32 -04:00
Preston
0680e6c5b6 Fix issues with playlist and leaving watch page from invalid id 2020-09-01 23:21:32 -04:00
Preston
0a612ae0e7 Create Profile Edit Page 2020-09-01 23:21:32 -04:00
Preston
b291cbf37b Start progress on adding profiles 2020-09-01 23:21:32 -04:00
Preston
cb2fd51dc5 Start progress on subscriptions 2020-09-01 23:21:32 -04:00
Luca
5e6876c970 Added the videojs-vtt-thumbnails-freetube module from npm instead of the Github repository 2020-09-01 12:04:54 +02:00
Preston
d50fa669dd Show Timestamp on hovering the time bar and update dependencies 2020-08-31 17:40:37 -04:00
Luca
b78f045ff6 Update of the videojs-vtt-thumbnails npm based module to the github maintained fork 2020-08-31 21:27:24 +02:00
Luca
c01d468411 Check for storyboard directory when using installation 2020-08-31 20:13:49 +02:00
Luca
66903d8002 Updated DashGenerator and changed the used video formats for the local dash generation from formats to adaptiveFormats 2020-08-30 21:31:48 +02:00
Preston
6d50806303 Fix generating Dash file from Invidious 2020-08-30 10:21:01 -04:00
Preston
024e1fe2eb Add Module to generate manifest files locally 2020-08-28 15:43:10 -04:00
Preston
1ffb013bfe Fix links to channel view in search page 2020-08-28 11:01:20 -04:00
Preston
160eae91c5 Fix playlist user links, fix mini playlist card in watch page. Update dependencies. 2020-08-27 17:40:01 -04:00
Preston
80b60f6d32 Run caption logic earlier to avoid subtitles from not showing up. 2020-08-26 17:21:44 -04:00
Preston
3b4cf386a8 Another potential fix for subtitles not showing up 2020-08-26 17:06:42 -04:00
Preston
472844371e Merge branch 'master' of github.com:FreeTubeApp/FreeTube-Vue 2020-08-26 16:45:57 -04:00
Preston
029a0bc08e Test if this fixes subtitles from sometimes not showing up. 2020-08-26 16:45:20 -04:00
Luca
e1f484d9b8 Fix for missing storyboards in dev mode 2020-08-26 21:52:12 +02:00
Mykyta Poturai
4dba586e09 Fix lazy wrapper's height in list mode 2020-08-25 21:19:25 +03:00
Preston
781e971357 Fix issues with playlists and fix issue with leaving watch page from an invalid id 2020-08-25 10:18:14 -04:00
Preston
b5a38862f4 Merge branch 'master' of github.com:FreeTubeApp/FreeTube-Vue 2020-08-24 21:53:59 -04:00
Preston
87294698ad Add another check for duration in a search 2020-08-24 21:53:02 -04:00
Preston
f75e8693ef
Merge pull request #100 from stecorb/fix-search-suggestions-popup-v2
Fix undesired search suggestions popup
2020-08-24 19:54:48 -04:00
Preston
4a6372b6ac Fix Typo in lazy loading logic 2020-08-24 19:12:38 -04:00
stecorb
0262cbfb54 fix undesired search suggestions popup 2020-08-25 00:08:10 +02:00
Preston
feea541fdb Update Dependencies, Fix linter, Hide Refresh Button for Trending / Popular 2020-08-24 17:52:39 -04:00
Preston
8b52a61353
Merge pull request #99 from Deedone/render_speed
Improve long list rendering time
2020-08-24 17:44:05 -04:00
Preston
7b5342098c
Merge pull request #98 from GilgusMaximus/master
Added Japanese, Spanish (Mexico) as languages and Subscribe button
2020-08-24 17:27:40 -04:00
Preston
34a77c3051
Merge pull request #77 from Deedone/master
Adding caches
2020-08-24 17:14:13 -04:00
Luca
f7b17adb47 Fixed 3 static strings to use the translations 2020-08-24 22:13:05 +02:00
Mykyta Poturai
c1ce439399 Improve long list rendering time
Speed up list rendering by wrapping list elements in a lazy container.
Only the first 16 elements are loaded at first. The rest is rendered
after it becomes visible.
2020-08-24 22:59:14 +03:00
Luca
48ff7cd2a4 Added Japanese, Spanish (Mexico) as languages and fixed the non displaying Subscribe translation 2020-08-24 17:01:09 +02:00
Preston
602a140361 Fix Locale issues and add Privacy Settings card to settings page 2020-08-22 16:51:04 -04:00
Mykyta Poturai
69dada2df4 Add caching for trending videos 2020-08-22 23:37:09 +03:00
Mykyta Poturai
60a315f360 Refactor popular page V2 2020-08-22 23:10:52 +03:00
Preston
6a2e301d37 Fix locale issues 2020-08-22 14:26:47 -04:00