Commit graph

51 commits

Author SHA1 Message Date
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
FireMaskterK
07529362cf
Run yarn lint. 2021-10-28 18:55:20 +01:00
FireMasterK
8143919374
Fix old regression for Views and Upload date on channels.
Closes #424
2021-10-08 22:08:41 +01:00
Kavin
92d61a23af
Make eslint work, and fix all warnings. (#511)
* Make eslint work, and fix all warnings.

* Don't ignore v-html rule globally.

* Remove eslint file and merge in package.json.
2021-10-08 19:52:51 +01:00
FireMaskterK
68341d6441
Format and capitalize "Listen to". 2021-10-07 23:44:54 +01:00
Danial Haddadi
91c832f53f
Allow channel name to overflow (#492)
* Allow channel name to overflow

* Add missing title to VideoItem uploader name router-link
2021-10-04 00:00:38 +01:00
ChunkyProgrammer
40b74c7745
Accessibility Improvements (#467)
* accessibility improvements

* fix listen icon
2021-09-21 22:58:25 +01:00
IceDBorn
c9a82f3ceb
Cut video titles when they exceed 2 lines (#445)
* Cut video titles when they exceed 2 lines

* Add tooltip to reveal full title on hover
2021-09-12 22:32:59 +05:30
ChunkyProgrammer
d350a026b2
Fix: Make more text translatable (#414)
* Make more text translatable

* update subscription page

* Update slovak locale
2021-09-05 18:38:26 +05:30
IceDBorn
4006d5232b
Restyle video item (#401)
* Remove 'views' text - add '•' between views and time ago - make views and time ago a one liner - add uploader avatar beside channel name

* Remove uploader image beside channel name

* change video channel layout

* Fix title margin when there is no img source - shrink avatar size - add router-link for avatar - remove padding from title

* Finalize video item styling

Co-authored-by: jim3692 <jim3692@gmail.com>
2021-09-02 15:58:32 +05:30
FireMasterK
99b6836c4f
Fix clickable issues with audio-only button. 2021-08-30 20:17:31 +05:30
Kavin
8feb4fbc41
Add support for client-side watch history. (#370)
* Add support for client-side watch history.

* Update watched videos more often.
2021-08-22 15:57:09 +05:30
FireMasterK
93d0223fee
Render checkmark wherever possible. 2021-08-17 23:00:36 +05:30
Emil Carlsson
c4416888b6
Fix overflowing titles (#318) 2021-07-27 09:58:14 +05:30
FireMasterK
d3f4653e8a
Merge videos in FeedPage with VideoItem. 2021-07-21 18:02:29 +05:30
Emil Carlsson
1dbfb14230
Show video duration in thumbnail (#269) (#291)
* Show video duration in thumbnail (#269)

* Inverse color theme and reduce horizontal padding

* Move video duration to thumbnail
2021-07-21 15:45:07 +05:30
FireMasterK
18752c7de7
Add light theme. (#219)
* Add light theme.

* Reload on theme change.
2021-06-29 01:15:03 +05:30