Commit graph

858 commits

Author SHA1 Message Date
Bnyro
c80c0cea24
chore: some small code cleanups in PlaylistPage.vue (#3741) 2024-07-29 14:32:57 +00:00
Bnyro
0d37601997 feat: show total playlist duration 2024-07-29 16:26:17 +02:00
Bnyro
4d2c476236 fix: duplicated time indicator when scrubbing seek bar 2024-07-17 17:10:58 +02:00
guemax
3c177a06ec
fix: update search text and title when route changes (#3701) 2024-07-15 12:55:04 +02:00
Bnyro
1ae1688a82
Merge pull request #3712 from Bnyro/master
feat(ux): remember time code when switching between audio/video mode
2024-07-15 12:49:02 +02:00
Bnyro
bb48d17f81 feat(ux): remember time code when switching between audio/video mode 2024-07-15 12:48:22 +02:00
Shiny Nematoda
f00b9cafcd feat: add option to favor hls over dash 2024-07-11 17:59:42 +00:00
ac615223s5
5963dba626
feat: chapters in progress bar, chapter keyboard shortcuts (#3664)
Co-authored-by: Bnyro <bnyro@tutanota.com>
2024-07-03 14:16:27 +02:00
Bnyro
b009b2a87d fix: race conditions when when loading lots of videos quickly 2024-06-15 14:15:08 +02:00
Bnyro
a57448a411 feat: show volume after changing via shortcut 2024-06-15 13:57:23 +02:00
Bnyro
a22f6373b8 feat: show playback speed after changing via shortcut 2024-06-15 13:49:59 +02:00
Bnyro
bdcef70ef0
Merge pull request #3663 from ac615223s5/patch-1
make the time in the video player preview white in light mode
2024-06-15 13:19:47 +02:00
ac615223s5
1f352e063c fix: video preview timestamp is not readable in light theme 2024-06-15 13:17:55 +02:00
Bnyro
0d9f5dba4c feat: include timestamp in watch on youtube button 2024-06-15 13:05:00 +02:00
Bnyro
a8fb7421e6
fix: import of youtube playlists (and workaround for deleted/private videos) when importing without account (#3670) 2024-06-14 22:33:57 +00:00
ac615223s5
4c360eed24
feat: keep the last 5 minutes of buffer (#3665) 2024-06-12 20:31:57 +02:00
Bnyro
cdb9d0188a feat: custom playback speed option 2024-05-16 18:24:43 +02:00
Bnyro
afd5c5b3b8 fix: links in comments are not clickable 2024-05-16 17:18:19 +02:00
Bnyro
ca5e39dfd8 feat: show tooltips when creator replied / liked comment 2024-05-16 17:04:08 +02:00
Bnyro
9762542596 fix(register): input height doesn't match view password icon 2024-05-16 16:57:47 +02:00
Bnyro
c0a9b16aa8 refactor: use browser inbuilt tooltip on login/register page 2024-05-16 16:51:04 +02:00
Khusroo Hayat
f6cb6842eb
feat: show confirmation modal before deleting subscription group (#3596) 2024-05-08 16:56:24 +02:00
Bnyro
32670ac505 fix: comments text overflowing for long words 2024-05-04 16:20:07 +02:00
Bnyro
b1995b977c fix: update some no longer available fa6 icons 2024-05-04 16:11:49 +02:00
Bnyro
8ff3526f45 fix: mobile layout of playlist page 2024-04-20 18:44:00 +02:00
Bnyro
8548cf5a4d feat: alert api error messages in feed and subscriptions 2024-04-06 12:05:42 +02:00
Bnyro
1cc64ad213
Merge pull request #3475 from AndyRusso/createplaylistmodal-handle-enter
feat: make `CreatePlaylistmodal` handle `Enter` key and auto focus input, `PlaylistAddModal` switches to created playlist
2024-03-22 20:26:04 +01:00
Andy Russo
256cab83a0 feat: auto focus CreatePlaylistModal input field 2024-03-22 20:24:29 +01:00
Andy Russo
6311eb73de feat: PlaylistAddModal switches to created playlist 2024-03-22 20:24:26 +01:00
Andy Russo
34f52c953e feat: make CreatePlaylistModal handle Enter key 2024-03-22 20:24:23 +01:00
Bnyro
6043f813da
Merge pull request #3491 from Max-F-Helm/more-strict-eslint
feat: eslint rule vue/no-undef-components makes build fail
2024-03-20 20:41:45 +01:00
Bnyro
e2de49e26f
Merge pull request #3490 from Max-F-Helm/respect-listen-mode-in-recommended-videos
fix: listen/watch icon in VideoItem.vue
2024-03-20 20:40:14 +01:00
Bnyro
693ac366e6
Merge pull request #3482 from guemax/update-search-text-when-clicking-on-suggestion
fix: update text in search field when clicking on suggestion
2024-03-20 20:36:54 +01:00
Max-F-Helm
04c41a4dde eslint rule vue/no-undef-components makes build fail 2024-03-20 20:21:16 +01:00
Max-F-Helm
f2ab391b34 fix listen/watch icon in VideoItem.vue 2024-03-20 19:25:30 +01:00
guemax
b9c90259e2
Remove unused method in SearchSuggestions.vue 2024-03-20 16:56:53 +01:00
guemax
dc8d061b61
Update search text when clicking on suggestion 2024-03-20 16:56:51 +01:00
Max.-F. Helm
113e643c55
feat: respect listen mode in recommended videos (#3430) 2024-03-19 22:20:02 +01:00
Bnyro
4d7390e244 feat: support for adding custom instances 2024-03-15 22:52:48 +01:00
Bnyro
d04fb453f6
Merge pull request #3461 from Bnyro/master
fix: subscription group filter in feed doesn't work anymore
2024-03-14 19:47:41 +01:00
Bnyro
e29bfd6096 fix: subscription group filter in feed doesn't work anymore 2024-03-14 19:46:09 +01:00
Bnyro
ee5e69ff30 feat: support for albums channel tab 2024-03-13 18:09:38 +01:00
fk
84b2637d7d
feat: allow setting API, proxy, and frontend URLs at build time (#3284) 2024-03-13 17:49:40 +01:00
0x24d
51e649813f Replace font-awesome icons with unocss 2024-03-11 17:58:12 +00:00
endingisnight
6275202f2c
feat: support for subscription imports from FreeTube (#3426) 2024-02-27 00:06:54 +01:00
Bnyro
55fb472ba2
Merge pull request #3325 from Bnyro/fix-channel-id
fix: subscription groups use invalid channel id length
2024-02-23 17:46:47 +01:00
Bnyro
9e30798311 fix: subscription groups use invalid channel id length 2024-02-23 17:45:25 +01:00
Bnyro
ce41a1632e chore: run 'pnpm lint --fix 2024-02-23 17:39:16 +01:00
grittypuffy
051b7b22de Fix: Infinite loading due to empty string in search query 2024-02-23 12:38:47 +05:30
Bnyro
c112a4b4cd feat: replace create playlist prompt with custom modal 2024-02-20 09:43:28 +01:00