Commit Graph

99 Commits

Author SHA1 Message Date
Tomasz Rymkiewicz 3349cd69c9
Add eslint plugin, add script in package.json 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 ea7669c863
Some general improvements. 2022-01-12 05:31:12 +00:00
FireMasterK b6d5fabeca
Experiment with loading css synchronously. 2022-01-12 05:31:12 +00:00
FireMasterK defe4d6c91
Migrate more css classes. 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
FireMaskterK e6bbcdd3c3
Allow hiding replies, and make strings translatable.
Closes #591
2021-11-04 10:52:36 +00:00
FireMaskterK 8ea56aa0b9
Implement comment replies. 2021-11-01 20:23:04 +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
FireMaskterK a5b5b94b43
Localize feed TimeAgo.
Partially fixes #554.
2021-10-27 01:59:03 +01:00
FireMaskterK 7baa3fbe34
Show a different icon when already listening.
Closes #544
2021-10-17 15:18:57 +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
FireMasterK 58e69da0c2 Use user's system language by default. 2021-09-24 00:22:28 +01:00
FireMasterK c8cdb5a7e8
Don't fail hard when SecurityException is thrown. 2021-08-30 20:17:31 +05:30
Kavin 4ae77badd8
Add i18n translations. (#381)
* Initial prototype.

* Add support for i18n in more places.
2021-08-25 22:00:21 +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
Amir 9068564500
feat(hyperlinking): hyperlinking URLs in the channel descriptions (#304)
* feat(hyperlinking): hyperlinking URLs in the channel descriptions

* fix(hyperlinking): fixed url detection

* fix(hyperlinking): purify channel descriptions to prevent XSS vulnerability
2021-07-24 20:47:12 +05:30
Amir fca4d88202
feat(preferences): added back button (#287) 2021-07-20 20:15:17 +05:30
FireMasterK 0992e1e96d
Login and subscriptions. (#256)
* WIP login and subscriptions.

* Add a working feed and unsubscribe button.

* Allow importing subscriptions from Google Takeout, NewPipe and Invidious.
2021-07-17 04:26:41 +05:30
FireMasterK 9b79a9c848
Add auto theme option. 2021-07-06 00:03:00 +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 192c2b82bb
Lint file. 2021-07-04 01:03:59 +05:30
FireMasterK 4a10d80804
Cleanup + Allow setting some parameters over query. 2021-07-04 00:54:09 +05:30
FireMasterK c599d56db6
Add "Watch on YouTube" button. 2021-07-01 01:56:04 +05:30
FireMasterK 18752c7de7
Add light theme. (#219)
* Add light theme.

* Reload on theme change.
2021-06-29 01:15:03 +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 acf81f386f
Fix severe vulnerability in case of a malicious Piped/YouTube server. 2021-06-07 00:42:03 +05:30
FireMasterK c594dc51b2
Format numbers with commas. 2021-06-03 00:22:58 +05:30
FireMasterK 783246abcd
Render like count textually. 2021-05-31 03:36:35 +05:30
FireMasterK ff32af1e96
Add verified, hearted, pinned, and likes to comments. 2021-05-27 00:32:12 +05:30
FireMasterK 57a51b0a8b
alt properties and fix linting 2021-05-10 23:44:28 +05:30
FireMasterK 150d524774
Use core uikit version for smaller size. 2021-04-25 00:37:11 +05:30
Maurice Oegerli 8eed88f17f Format all code files using the new configuration 2021-04-07 13:48:04 +02:00
FireMasterK ad35531388
Add github and btc address. 2021-03-29 12:08:29 +05:30
FireMasterK 69e6118dc5
Commit everything. 2021-02-24 15:05:41 +05:30
FireMasterK f9b5e0aa63
Revert "`no-cors` mode by default."
This reverts commit 57d23de975.
2021-02-06 01:38:35 +05:30
FireMasterK 57d23de975
`no-cors` mode by default. 2021-02-05 19:42:34 +05:30
FireMasterK bc8525eb2b
don't pad hours when displaying time 2021-01-07 13:33:10 +05:30
FireMasterK 41f8081e09
A lot of changes. 2021-01-02 01:35:44 +05:30
FireMasterK 8e545dfb27
Use Mixins for global functions. 2020-11-27 12:16:36 +05:30
FireMasterK 4891c57bbd Preferences + Format code. 2020-11-17 10:45:35 +05:30
FireMasterK 5e76940c39 Add PWA support. 2020-11-15 16:57:44 +05:30
FireMasterK 98640e6d92 Add a channel page and fix some things. 2020-11-13 02:12:02 +05:30
FireMasterK 14a1d96c65
Initial commit.
A WIP front end.
2020-11-11 14:50:57 +05:30
FireMasterK ec24841f1a init 2020-11-06 09:06:25 +05:30