Commit Graph

25 Commits

Author SHA1 Message Date
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 40b74c7745
Accessibility Improvements (#467)
* accessibility improvements

* fix listen icon
2021-09-21 22:58:25 +01:00
ChunkyProgrammer 0fd0bb8c83
Add labels to improve accessibility (#416)
* Add labels to improve accessibility

* switch to double quotes
2021-09-06 03:01:46 +05:30
FireMasterK 07dfa21956
Fix strange vuejs event cycle when keep-alive limit is hit. 2021-09-06 02:27:20 +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
FireMasterK c97a0ef6c6
Use VideoItem in Search Results. 2021-09-04 00:57: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 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 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 18752c7de7
Add light theme. (#219)
* Add light theme.

* Reload on theme change.
2021-06-29 01:15:03 +05:30
FireMasterK 546e47df9b
Handle parameters more gracefully with the mixin. (#198) 2021-06-15 17:07:35 +05:30
FireMasterK b69cc4c848
Add range check for views. 2021-06-15 01:20:09 +05:30
FireMasterK 929b1c07c0
Add support for search filters. 2021-06-15 01:15:19 +05:30
FireMasterK 366d81a546
Round off numbers. 2021-06-03 00:22:15 +05:30
FireMasterK ee74fd5b62
Add playlists and more info to search. 2021-05-29 01:02:17 +05:30
FireMasterK 48860ec0f8
Simplify null check. 2021-05-10 23:41:59 +05:30
FireMasterK cafbcc75d1
Add uploader to video search results. 2021-05-06 23:10:32 +05:30
Maurice Oegerli 8eed88f17f Format all code files using the new configuration 2021-04-07 13:48:04 +02:00
FireMasterK bc81177486
Implement uploaded date in search. 2021-03-30 20:27:01 +05:30
FireMasterK 69e6118dc5
Commit everything. 2021-02-24 15:05:41 +05:30
FireMasterK d1173b9694
search: update only if an actual value 2021-01-23 22:30:52 +05:30
FireMasterK aee8424908
search: fix fetch URL. 2021-01-02 22:22:28 +05:30
FireMasterK 07c1b8e986
Fix: encode query 2020-12-14 18:51:55 +05:30
FireMasterK 29de1c0731
Add infinite scroll search pages. 2020-12-14 12:45:09 +05:30
FireMasterK e9d1a77a6a
Add a search page. 2020-12-09 19:03:29 +05:30