Commit Graph

67 Commits

Author SHA1 Message Date
0x24d 51e649813f Replace font-awesome icons with unocss 2024-03-11 17:58:12 +00:00
Bnyro dd8dd9c9a1 feat: add share button to video items 2024-01-09 17:12:22 +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
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 b457eb5c70
Implement support for DeArrow. 2023-07-19 01:40:12 +01:00
Jack Linhart a2f76dcd8e
Apply rounded border to channels in search results (#2672)
* Apply rounded border to channels in search results

* use built-in utility class

* Contain channel thumbnail size

* contain results in flexbox and implement custom Uno classes

* correct linter errors

* remove custom rule
2023-07-16 22:27:31 +02:00
Bnyro d044accf5e Fix removing videos from local playlist 2023-06-16 08:39:44 +02:00
Bnyro a52c511d29 Fix remaining issues with local playlists 2023-06-15 22:41:26 +02:00
Bnyro 37d6423e08 Add support for local playlists 2023-06-15 19:18:47 +02:00
Bnyro 2e64c4f003 Refactor playlist logic into dedicated functions 2023-06-15 17:32:32 +02:00
Bnyro b21fd103ea Replace confirm dialogs with custom modals 2023-05-30 15:02:20 +02:00
Bnyro e0fc598223 Fix alignment of shorts videos 2023-03-19 15:36:25 +01:00
Bnyro 3168f87371 Fix minor video layout issues 2023-03-19 15:33:07 +01:00
Bnyro 115fc36e64 Apply changes from #1632 2023-03-19 11:10:21 +01:00
Kavin 963eb326f3
Merge pull request #2154 from vr10t/desaturate-watched-videos
Decrease opacity of watched video thumbnails.
2023-03-04 19:39:39 +00:00
Shiny Nematoda b9d5eaba55 fix aspect ratio of music_songs 2023-03-04 08:49:53 +00:00
vr10t 6de5968136 decrease opacity of watched videos 2023-03-01 16:06:10 +00:00
vr10t 949527ed43 update watched videos in each separate component 2023-02-19 13:41:13 +00:00
Alin 005a938261 add watch progress bar 2023-02-16 17:26:14 +00:00
Bnyro e853928f3d Use a fixed thumbnail aspect ratio 2023-01-27 16:46:26 +01:00
Kavin 5bcbed1966
Fix duration not being shown.
Closes #1667
2022-11-02 23:59:32 +00:00
Kavin 1ec8480351
Implement content item component. 2022-11-01 12:36:19 +00:00
Kavin 667b1a4445
Use isShort field to check if short.
Instead of checking the video duration.
2022-10-27 10:36:13 +01:00
Kavin 31f3c2eb58
Show video count per playlist.
Closes #1524
2022-10-11 06:00:51 +01:00
Kavin 6d14103e61
Improve querying and check if 90% of video is watched. 2022-10-02 14:43:59 +01:00
Bnyro 8ae7a36627
hide watched videos in the feed 2022-10-02 14:32:43 +01:00
Kavin 471e81f556
Initial migration to UnoCSS. 2022-08-29 18:32:55 +05:30
Kavin 0a0615fe42
Fix authenticated playlist video removal. 2022-07-26 08:49:48 +05:30
Sai Karthik c8d09772e9
fix: handle some shorts thumbnails misaligned due to length > 60 sec 2022-07-05 11:41:03 +05:30
kskarthik 187804f9a1
Fix shorts Thumbnail scaling (#1153)
* handle shorts videos in trending page

* shorts label for video items if video length <= a minute

* fix translation

* fix: shorts thumbnail scaling

* Use tailwind classes and properly do localization.

* Add class for short videos.

Co-authored-by: Kavin <20838718+FireMasterK@users.noreply.github.com>
2022-06-25 12:00:45 +01:00
Kavin d47d16e235
Implement play with playlists. 2022-04-08 22:37:05 +01:00
Kavin 4d18bf8004
Add support for playlists. 2022-04-07 03:42:00 +01:00
FireMasterK c0e1abba42
Use unix epoch for timeago if present. 2022-02-06 15:35:27 +00:00
FireMasterK 9b18f2eff2
Add live indicator for videos, pretranslate more components. 2022-01-30 23:48:27 +00:00
FireMasterK 8ba11d524d
Add white text color to thumbnail overlay.
Closes #736
2022-01-17 12:55:48 +00:00
FireMasterK 05d7853ef0
Convert inline style css to classes. 2022-01-12 11:59:50 +00:00
FireMasterK fb3ac51cd8
Changes for Preferences menu and cleanup. 2022-01-12 11:27:08 +00:00
Tomasz Rymkiewicz 53197b5e2d
Autoclose HTML tags 2022-01-12 05:31:12 +00:00
Tomasz Rymkiewicz d750eabc37
Favour v-text over mustache syntax 2022-01-12 05:31:12 +00:00
Tomasz Rymkiewicz c4ea68f9d8
Replace b and i tags with semantic HTML 2022-01-12 05:31:12 +00:00
FireMasterK 4bfbb9aa2e
Migrate to Vite from webpack. 2022-01-12 05:31:12 +00:00
FireMasterK 77010ccac4
Improve theming, and make auto theme work with media query. 2022-01-12 05:31:12 +00:00
FireMasterK 9b6e32683f
Remove whitepace for spacing, and reduce grid dom size. 2022-01-12 05:31:12 +00:00
FireMasterK d9283b2762
Fix navbar. 2022-01-12 05:31:12 +00:00
FireMasterK f9fcc5e98a
Attempt to improve CLS. 2022-01-12 05:31:12 +00:00
FireMasterK defe4d6c91
Migrate more css classes. 2022-01-12 05:31:12 +00:00
FireMasterK 4899c9717c
Port more classes. 2022-01-12 05:31:12 +00:00
FireMasterK 871447050c
Attempt to migrate more classes. 2022-01-12 05:31:12 +00:00