Commit graph

52 commits

Author SHA1 Message Date
Bnyro
b009b2a87d fix: race conditions when when loading lots of videos quickly 2024-06-15 14:15:08 +02:00
Bnyro
ee5e69ff30 feat: support for albums channel tab 2024-03-13 18:09:38 +01:00
0x24d
51e649813f Replace font-awesome icons with unocss 2024-03-11 17:58:12 +00: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
dc63d0b38b feat: support for subscribing to channels in search results 2024-02-10 10:22:49 +01:00
Bnyro
c2f78bf03a fix: trailing '-' on (un)subscribe button in subscriptions page 2023-12-19 17:04:21 +01:00
Bnyro
8b4949349e feat: option to create group in add to group modal 2023-12-19 16:44:16 +01:00
anewuser
5781599e9b
Fix image lazy loading for Firefox (#3264) 2023-12-18 17:20:23 +01:00
Bnyro
d3290c16de feat: add to channel group modal on channel page 2023-09-17 16:17:33 +02:00
Kavin
a153f87e58
Add unocss eslint config and apply changes. 2023-08-13 18:31:57 +01:00
Kavin
301877e2e1
Fix eslint config and apply all fixes. 2023-07-27 12:46:05 +01:00
Kavin
9539d51126
Implement DeArrow support everywhere.
Closes #2575
2023-07-21 21:07:53 +01:00
Nyte
840e844947
Fix buttons UI under video player, add icon for Odysee (#2551)
Co-authored-by: Bnyro <bnyro@tutanota.com>
2023-06-16 15:07:35 +00:00
Bnyro
f79642d69a Add support for playlist descriptions 2023-05-23 18:24:32 +02:00
Kavin
961d233dd5 Add proper support for channel handles 2023-04-27 13:31:46 +01:00
rramiachraf
ae8b1bf413 Hide show more button when description has less than 100 characters 2023-03-16 18:03:35 +01:00
Bnyro
f556d37faf Minor visual improvements to the channel page 2023-03-16 16:26:09 +01:00
rramiachraf
d9e4192de4 Decrease margin and padding from tabs and description 2023-03-16 00:38:29 +01:00
rramiachraf
7e173e6c12 Fix small banner on mobile devices and localize show more/show less 2023-03-16 00:27:52 +01:00
rramiachraf
725b9d2c48 Tweak channel page layout 2023-03-15 15:38:30 +01:00
Bnyro
ae855c2bac Use a slot for displaying the loading indicator content 2023-03-13 14:39:07 +01:00
Bnyro
889a410cbd Add loading indicators 2023-03-12 15:56:55 +01:00
Bnyro
cf0dda3a48 Support for YouTube handles 2023-03-11 19:44:07 +01:00
Bnyro
5978848327 Properly rewrite channel descriptions 2023-01-30 19:42:57 +01:00
Bnyro
3ecb0f668e Use replaceState and simplify updating search params 2023-01-27 16:42:20 +01:00
Bnyro
7f72485a04 Save the tab param to the URL at runtime 2023-01-26 19:43:07 +01:00
Bnyro
d7ba61ebbc Allow channel tabs as query parameter 2023-01-26 19:36:20 +01:00
Kavin
6b9151e47f
Add better error messages for localStorage disabled. 2022-11-16 18:49:11 +00:00
Kavin
601da0d460
Fix channel tab case change. 2022-11-15 21:36:02 +00:00
thecashewtrader
b382b525b1
Move conditional rendering logic to WatchOnYouTubeButton 2022-11-06 00:44:48 +00:00
thecashewtrader
662eb32e3e
Extract Watch on YouTube button to a component 2022-11-06 00:44:48 +00:00
thecashewtrader
f0fdd84bae
Add Watch on YouTube button 2022-11-06 00:44:48 +00:00
Kavin
6f90252904
Remove unused variable. 2022-11-01 15:21:01 +00:00
Kavin
649aad7a89
Implement better handling of channel page loading. 2022-11-01 15:15:12 +00:00
Kavin
8af91d31e8
Revert "fix nextpage = undefined" 2022-11-01 15:14:32 +00:00
Bnyro
e3d00ae8e9 fix nextpage = undefined 2022-11-01 15:57:03 +01:00
Kavin
1ec8480351
Implement content item component. 2022-11-01 12:36:19 +00:00
Bnyro
16dcca8822 log untranslated tabs 2022-11-01 13:22:23 +01:00
Bnyro
349b04834e hightlight the current tab 2022-11-01 13:07:31 +01:00
Bnyro
94def0723d proper nextpage implementation 2022-11-01 12:39:01 +01:00
Bnyro
40417bbdde basic functionality 2022-11-01 12:31:45 +01:00
Bnyro
e4446cd7e9 proxy channel feeds 2022-09-09 12:40:18 +02:00
Bnyro
610b8dce61 feed icon at channel page 2022-09-08 23:24:33 +02:00
Bnyro
a0109e910a fix unauthenticated subscribe status 2022-08-02 10:41:35 +02:00
Bnyro
c51a3a828e
unauthenticated subscriptions (#1270)
* hmm

* unauthenticated feed

* unauthenticated rss

* Small improvements to code.

* add unauthenticated subscriptions

* cleanup

* Sort subs locally.

* Fix some bugs and small improvements.

Co-authored-by: Kavin <20838718+FireMasterK@users.noreply.github.com>
2022-08-01 19:46:06 +05:30
Kavin
37512b4e77
Allow the usage of a different instance for authentication. 2022-07-21 09:34:57 +05:30
Kavin
4c16beedaf
Change import paths to relative paths. 2022-04-08 16:46:49 +01:00
Kavin
8dbab22744
Add support for showing subscriber count. (#819) 2022-03-30 17:34:47 +01:00
FireMasterK
f75f7f87d2
Add a checkmark if channel is verified. 2022-02-11 04:23:26 +00:00