Commit Graph

36 Commits

Author SHA1 Message Date
0x24d 51e649813f Replace font-awesome icons with unocss 2024-03-11 17:58:12 +00:00
dadus33 7000b56a13 Fix for API retrieved playlists bug introduced in #3357 2024-01-25 12:48:13 +02: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
Bnyro ab57e9ccb0 fix crash when a playlist doesn't have a description 2023-07-28 19:16:56 +02: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
Bnyro c1c8faaf5b
Merge pull request #2553 from Bnyro/local-playlists
Playlists without an account
2023-06-19 14:34:32 +02: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 37d6423e08 Add support for local playlists 2023-06-15 19:18:47 +02:00
robertkleinschuster 4991f4e8fc fix playlist videos not updating 2023-05-31 18:31:40 +02:00
Bnyro f79642d69a Add support for playlist descriptions 2023-05-23 18:24:32 +02: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
Shiny Nematoda 67c55426b9 replaced filter with some/findLast 2023-03-04 08:03:45 +00:00
vr10t 949527ed43 update watched videos in each separate component 2023-02-19 13:41:13 +00:00
Bnyro 031fa6e45e Dynamically update the button in the playlist page 2023-01-06 21:05:05 +01:00
Bnyro d84580cf4f Add support for playlist bookmarks 2023-01-06 19:30:28 +01:00
Kavin 47bf276f7a
Fix formatting. 2022-11-11 21:28:34 +00:00
Kavin 599540f5a0
Replace piped.kavin.rocks with piped.video. 2022-11-11 21:19:26 +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 1ec8480351
Implement content item component. 2022-11-01 12:36:19 +00:00
Bnyro 868eb51ffa fix playlist buttons 2022-08-11 12:57:55 +02:00
Bnyro 285a671015 fix 2022-08-02 10:16:18 +02:00
Bnyro 5b7f99c9e0 cleanup 2022-08-02 10:14:03 +02:00
Bnyro fa88624f8b download playlists as txt 2022-08-02 10:08:26 +02:00
Kavin 69787ded3b
Use more conventional regex format. 2022-07-22 18:57:51 +05:30
Bnyro c92eb10a86 use regex 2022-07-22 13:39:49 +02:00
Bnyro 6c3eb2304d clone playlist from youtube 2022-07-21 22:51:41 +02:00
Kavin 37512b4e77
Allow the usage of a different instance for authentication. 2022-07-21 09:34:57 +05:30
Kavin d47d16e235
Implement play with playlists. 2022-04-08 22:37:05 +01:00
Kavin 4c16beedaf
Change import paths to relative paths. 2022-04-08 16:46:49 +01:00
Kavin 4d18bf8004
Add support for playlists. 2022-04-07 03:42:00 +01:00
dependabot[bot] 5d8ae14db7
Bump eslint-plugin-vue from 7.20.0 to 8.3.0 (#722)
* Bump eslint-plugin-vue from 7.20.0 to 8.3.0

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.20.0 to 8.3.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.20.0...v8.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Refractor component names.

For vue/multi-word-component-names

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
2022-01-13 05:12:06 +00:00
Renamed from src/components/Playlist.vue (Browse further)