Commit Graph

1086 Commits

Author SHA1 Message Date
Hakadao ed43aa2c33 Merge pull request #260 from starknt/feat/youtube-search-bar
feat: press `/` to focus on the search bar like youtube
2024-02-03 16:34:53 +08:00
Hakadao 5bc20068cf chore: remove the useless svg icon, annotate usage in the code && rm .eslintignore file 2024-02-02 12:22:10 +08:00
Hakadao 3360bac07c Merge branch 'dev' of https://github.com/hakadao/BewlyBewly into dev 2024-02-02 12:09:46 +08:00
Hakadao 04d844a8ca feat: add activated style for dock and settings item icons 2024-02-02 12:09:33 +08:00
Hakadao 5b9e13c434 Merge branch 'dev' into feat/youtube-search-bar 2024-02-02 01:56:18 +08:00
Hakadao b25fb81bac chore: fix ts error 2024-02-02 01:55:16 +08:00
Hakadao 2541e4a5ff Merge branch 'dev' into feat/youtube-search-bar 2024-02-02 01:31:56 +08:00
Hakadao 25e7d98649 feat(SearchBar): add clear button to clear the input #264 2024-02-01 19:01:17 +08:00
Hakadao 16c86dadef Merge pull request #224 from MengNianxiaoyao/dev
chore: pnpm version upgrade and add eslintigore rule
2024-02-01 14:51:36 +08:00
梦念逍遥 7ac3b14d93 Merge branch 'hakadao:dev' into dev 2024-02-01 07:33:51 +08:00
starknt 4af87af337 feat: press / to focus on the search bar like youtube 2024-01-31 21:07:13 +08:00
MengNianxiaoyao 605069f622 update 2024-01-31 17:44:02 +08:00
Hakadao 85a1798244 style(Home): adjust tab style 2024-01-31 13:38:07 +08:00
Hakadao 767ecbad1a feat: change tab loading animation 2024-01-31 13:34:37 +08:00
梦念逍遥 eaed169e51 Merge branch 'hakadao:dev' into dev 2024-01-31 11:57:46 +08:00
Hakadao a7c19ae014 Merge pull request #253 from hakadao/main
sync: main to dev
2024-01-31 11:04:07 +08:00
Hakadao 39361e1f6f chore: update version number 2024-01-31 10:24:59 +08:00
Hakadao 1965b7e496 Merge pull request #234 from hakadao/release-please--branches--main--components--release-please-action
chore(main): release 0.14.4
v0.14.4
2024-01-31 10:22:29 +08:00
Hakadao 4718679fe8 Merge branch 'release-please--branches--main--components--release-please-action' of https://github.com/hakadao/BewlyBewly into release-please--branches--main--components--release-please-action 2024-01-31 10:19:39 +08:00
Hakadao 168f4e04b5 chore(main): release 0.14.4
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-31 10:13:30 +08:00
Hakadao eac1c576d5 chore: update version number 2024-01-31 10:12:39 +08:00
Hakadao 48c5225d55 Merge pull request #250 from hakadao/main
sync: main to dev
2024-01-31 09:57:06 +08:00
Hakadao 4ae33c3bc0 chore(main): release 0.14.3
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-31 09:55:11 +08:00
Hakadao 3908f2edde Merge pull request #248 from hakadao/bugfixes
Bugfixes
2024-01-31 09:54:49 +08:00
Hakadao 5d4538b49a fix: 播放全部up视频时失效 #243 2024-01-31 00:03:32 +08:00
梦念逍遥 987bcefae0 Merge branch 'hakadao:dev' into dev 2024-01-30 18:24:47 +08:00
Hakadao 782a08977b Merge pull request #241 from hakadao/refactor-lazy-components
Refactor lazy components
2024-01-30 17:41:53 +08:00
Hakadao 11b7361ff5 fix: unable to refresh data in some cases when changing the home tab 2024-01-30 17:38:31 +08:00
Hakadao 6d90573003 chore: adjust delay() description 2024-01-30 17:14:39 +08:00
Hakadao a4a742206c perf: only store the ForYou tab to reduce performance 2024-01-30 00:09:29 +08:00
Hakadao 0a064e576b fix: resolve with incorrect order of video list after refresh data 2024-01-30 00:06:52 +08:00
Hakadao 1926faa9f2 chore: annotate useless code 2024-01-29 18:03:29 +08:00
Hakadao 21bb9b1b89 chore: upgrade deps 2024-01-29 18:01:52 +08:00
Hakadao 6fc8e36fab Merge pull request #238 from hakadao/revert-236-main
Revert 236 main
2024-01-29 01:24:32 +08:00
Hakadao e59d2d17f9 Revert "Hide search history dropdown on input blur" 2024-01-29 01:10:41 +08:00
Hakadao a76efda4fb Merge pull request #236 from jh-leong/main
feat: hide search history dropdown on input blur
2024-01-29 01:09:39 +08:00
Hakadao 580f04dcb9 refactor: adjust the placement of initPageAction() 2024-01-29 01:00:23 +08:00
Hakadao d1827fd89c fix(Anime): fixed issue with anime timetable not refreshing 2024-01-29 00:12:38 +08:00
Hakadao a56887904e fix: "no more content" still exists when refreshing data 2024-01-28 19:52:04 +08:00
Hakadao 579c5dea5f perf(Settings): reduce KeepAlive usage 2024-01-28 19:45:45 +08:00
Hakadao b2832d5525 refactor: move the OverlayScrollbars style into OverlayScrollbarsComponent 2024-01-28 19:30:22 +08:00
Hakadao 5ad2320621 refactor(useAppProvider): update mainAppRef type 2024-01-28 19:08:41 +08:00
Hakadao 74a7c62c9d perf(App): reduce KeepAlive usage 2024-01-28 18:37:31 +08:00
Hakadao 6b8363c52b chore(eslint): disable no-alert rule 2024-01-28 18:09:09 +08:00
Hakadao b8a043cc60 i18n: update no_more_content text in en & jyut 2024-01-28 17:35:46 +08:00
tycho a83c8d1da7 feat(SearchBar): handle blur event to update focus state 2024-01-28 16:20:47 +08:00
tycho b88f5ba5eb refactor: remove unused @types/md5 dependency 2024-01-28 16:04:02 +08:00
梦念逍遥 e00449a47b Merge branch 'hakadao:dev' into dev 2024-01-28 12:43:28 +08:00
MengNianxiaoyao db2320eee0 chore: pnpm version upgrade and add eslintigore rule 2024-01-28 12:42:20 +08:00
Hakadao 6f5c05358d Merge branch 'bugfixes' into refactor-lazy-components 2024-01-28 02:03:50 +08:00