Commit Graph

27 Commits

Author SHA1 Message Date
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
FireMasterK fb3ac51cd8
Changes for Preferences menu and cleanup. 2022-01-12 11:27:08 +00:00
Tomasz Rymkiewicz 5977e2c51a
Fix incorrect tag nesting 2022-01-12 05:31:12 +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 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 871447050c
Attempt to migrate more classes. 2022-01-12 05:31:12 +00:00
FireMasterK 69ae2bf131
Replace video grids with windicss. 2022-01-12 05:31:12 +00:00
Kavin 1c03633c62
Remove all non-essential js related to uikit. (#585)
* Remove all non-essential js related to uikit.

* Add padding to the bottom of the grid.
2021-10-31 17:44:36 +00: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
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 a45b2b8380
Make avatar images circular (#400) 2021-09-01 17:06:00 +05:30
FireMasterK b0d9145e75
Add router caching. (#248)
* Add router caching.

* Avoid memory leak by limiting cache size.

* Fix search result caching.

* Remove remains of previous player.

Fixes an issue where the spinner/loading from a previous player can show up in a cached page.
2021-07-07 19:48:09 +05:30
FireMasterK aa81677450
Add Playlist RSS. 2021-07-05 00:28:06 +05:30
FireMasterK 7a77534098
Remove all direct localStorage calls.
Also: make instance changes active instantly without needing a reload.
2021-07-04 23:56:02 +05:30
FireMasterK 426c5669f0
Add audio only buttons. 2021-06-17 00:44:46 +05:30
FireMasterK 546e47df9b
Handle parameters more gracefully with the mixin. (#198) 2021-06-15 17:07:35 +05:30
FireMasterK 20ddaab9e3
Add error handling for Videos, Channels, and Playlists. 2021-06-07 00:17:43 +05:30
FireMasterK db5681297f
Adapt and simply channel and playlist continuations. 2021-06-06 01:05:14 +05:30
FireMasterK 96d22af5c7
Further improve CLS. 2021-04-24 00:41:51 +05:30
FireMasterK 369aed3e1f
Fix body continuations.
Closes #129
2021-04-21 19:33:56 +05:30
Maurice Oegerli 8eed88f17f Format all code files using the new configuration 2021-04-07 13:48:04 +02:00
FireMasterK 78dff1491b
Fix playlist continuation. 2021-03-30 15:09:23 +05:30
FireMasterK 69e6118dc5
Commit everything. 2021-02-24 15:05:41 +05:30
FireMasterK 3c88ed6432
features: Add support for playlists.
closes #23
2021-01-04 11:18:18 +05:30