Samuli Ruuskanen
|
662543d397
|
Fix video title colour on fullscreen mode
|
2023-06-06 11:54:56 +03:00 |
|
Georgiy
|
5d288412f9
|
refactor(videoPlaying): Removed autoplay parameter in video element, Added auto-selection of the maximum supported quality for the device depending on its resolution (DOES NOT depend on Internet speed). Updated, but temporary disabled blobToDataURL function (cause bugs, such as repeating video when url in video element changes, quality selector breaking etc.).
Maybe fixed out of sync audio and video, and possibly incorrect loading of video and audio.
|
2023-05-26 18:58:05 +03:00 |
|
Georgiy
|
b16cfb7fa5
|
refactor(description): Fixing some bugs in displaying description.
|
2023-05-26 18:48:47 +03:00 |
|
Georgiy
|
e2db406b90
|
refactor(thumbnail): Changed video preview quality from maxresdefault to hqdefault.
|
2023-05-26 18:44:28 +03:00 |
|
Georgiy
|
1954f44802
|
refactor(iconTypeMap): Changed checking of metadata.icon value in iconTypeMap
|
2023-05-26 18:41:16 +03:00 |
|
Georgiy
|
938073477d
|
fix(description): Fixed errors in description
|
2023-05-14 18:51:33 +03:00 |
|
Georgiy
|
594d496783
|
fix(video): Fixed player (loading music video), added publishDate information in metadata section of video info.
|
2023-05-14 18:51:03 +03:00 |
|
Georgiy
|
06a9b1358f
|
fix(description): Fixed displaying description
|
2023-05-08 13:45:15 +03:00 |
|
Georgiy
|
1a12523bd1
|
refactor: Minor changes which can fix spam in console
|
2023-05-08 13:43:03 +03:00 |
|
Georgiy
|
ded0aa2eb4
|
refactor(qualitySelection): Updated video quality selection list.
1. Sorted from top to bottom, from best to worst quality.
2. Changed bps to Mbps
3. Auto selection high quality video and audio
|
2023-05-08 13:41:11 +03:00 |
|
Georgiy
|
1b15c6236c
|
feat(recommends): Changed type of recommends in index.vue
|
2023-05-03 15:10:09 +03:00 |
|
Fergus Lai
|
b1254b7376
|
feat: implemented local playlist (#611)
|
2023-04-18 10:17:23 +12:00 |
|
Fergus Lai
|
f7ce9a62ea
|
feat: added local history (#609)
|
2023-03-30 14:09:11 +13:00 |
|
Nikita Krupin
|
63ac26a320
|
phancy non-shift bottom nav animation
|
2022-12-27 15:24:42 -05:00 |
|
Nikita Krupin
|
1f4cda1933
|
back action for replies drawer closes #399
|
2022-12-27 12:36:30 -05:00 |
|
Nikita Krupin
|
f3977da8ab
|
fix: comments
|
2022-12-27 11:44:51 -05:00 |
|
Nikita Krupin
|
9f5d9effb9
|
fix: nav icon spacing
|
2022-12-26 23:54:36 -05:00 |
|
Nikita Krupin
|
3487c21e63
|
navbar icon sets closes #584
|
2022-12-26 23:32:48 -05:00 |
|
Nikita Krupin
|
81ef64fd7e
|
new navbar settings
|
2022-12-26 20:19:08 -05:00 |
|
Nikita Krupin
|
0d2c1af444
|
Merge github.com-picklenik:Frontesque/VueTube
|
2022-12-12 03:41:08 -05:00 |
|
Nikita Krupin
|
a4d64191d8
|
setting X icon routing 💀deadloop fix
|
2022-12-12 03:39:45 -05:00 |
|
Nikita Krupin
|
d584f1f047
|
update page text themed, install pages touchups
|
2022-12-12 02:39:11 -05:00 |
|
Kenny
|
0c4ee9e7a7
|
Revert "Remove code duplication for thumbnails loading (#562)"
This reverts commit fa05eec499 .
|
2022-11-16 19:27:22 -05:00 |
|
Alex
|
fa05eec499
|
Remove code duplication for thumbnails loading (#562)
|
2022-10-19 10:28:42 +13:00 |
|
Ethan Matzdorf
|
d2766f3af0
|
fix player errors related to intervals / event handlers
|
2022-10-06 22:12:06 -04:00 |
|
Kenny
|
84a7ffbc08
|
fix: 🐛 Fix 4688681
woohoo time for depression programming my favorite :)
4688681900
|
2022-08-22 13:35:31 -04:00 |
|
Kenny
|
cb61f1ef69
|
perf: ⚡ Change watchtime polling rate from 4x/s to 2x/s
|
2022-08-10 16:27:36 -04:00 |
|
Kenny
|
befeba7d1b
|
perf: ⚡ Fix human time being called way too much (3/3)
|
2022-08-10 16:25:25 -04:00 |
|
Kenny
|
3392ff1bd7
|
perf: ⚡ Human time is calculated a lot less (2/3)
|
2022-08-10 16:14:21 -04:00 |
|
Kenny
|
854fbdd514
|
perf: ⚡ refix cpu usage stuff
|
2022-08-10 16:05:06 -04:00 |
|
Kenny
|
5ff2bcbaa7
|
Revert "perf: ⚡ make watch page use less RAM"
This reverts commit 383e91cfe9 .
|
2022-08-10 16:01:54 -04:00 |
|
Kenny
|
383e91cfe9
|
perf: ⚡ make watch page use less RAM
|
2022-08-10 15:44:07 -04:00 |
|
Kenny
|
0760e1537b
|
perf: ⚡ Greatly reduce CPU impact while watching videos (stage 1/2)
|
2022-08-10 15:41:27 -04:00 |
|
Kenny
|
a50abeb8a3
|
build: 🔇 Remove logs
|
2022-08-07 23:49:43 -04:00 |
|
Kenny
|
9ac9b9f821
|
style: 🎨 ui changes
|
2022-08-07 14:29:30 -04:00 |
|
Kenny
|
d759c1988b
|
feat: 🔖 Canary 0.4.1
|
2022-08-07 01:18:10 -04:00 |
|
Kenny
|
4dcf439811
|
wording changes
|
2022-08-06 11:34:48 -04:00 |
|
Kenny
|
5a6119d5d4
|
fix: 🚑 Fix pressing back button in fullscreen exiting the player
fix #359
|
2022-08-06 11:33:47 -04:00 |
|
Kenny
|
fad4bb27dd
|
fix: 🐛 Fix search suggestions not showing in editing search query after tapping search
|
2022-08-06 11:20:01 -04:00 |
|
Kenny
|
d49793b192
|
fix: 🐛 fix bottom navigation showing everywhere
|
2022-08-06 10:54:54 -04:00 |
|
Nikita Krupin
|
c0671d923a
|
cleanup undo
|
2022-07-31 23:49:24 -04:00 |
|
Nikita Krupin
|
47dc607d28
|
add timeouts to cleanup, remove ugly box shadow i forgor about
|
2022-07-31 23:02:04 -04:00 |
|
Nikita Krupin
|
5df6e3e007
|
force 1x speed for music(sb-tagged music_offtopic), pre-buffering set to lower res quality preset by default, event listeners cleanup on route change and exit, colored sponsorblock segments
|
2022-07-31 22:56:28 -04:00 |
|
Nikita Krupin
|
b3140464db
|
increase timeout to prevent buffering jitter loops
|
2022-07-31 14:12:56 -04:00 |
|
Nikita Krupin
|
1ba6ddb0df
|
smol pause skipping bugfix
|
2022-07-31 14:02:52 -04:00 |
|
Nikita Krupin
|
e81eb886f5
|
quality handler & playpause while buffering conflict fixes
|
2022-07-31 13:56:50 -04:00 |
|
Nikita Krupin
|
dd5727168d
|
fix buffering de-sync, closes #419
|
2022-07-31 13:44:19 -04:00 |
|
Nikita Krupin
|
75d8d7967d
|
player settings: quality codecs placeholder; fix #441
|
2022-07-29 02:52:25 -04:00 |
|
Nikita Krupin
|
e12c85494b
|
player settings: loop & placeholders
|
2022-07-29 01:41:01 -04:00 |
|
Nikita Krupin
|
c598603450
|
player settings: preload
|
2022-07-29 00:44:26 -04:00 |
|