Commit Graph

67 Commits

Author SHA1 Message Date
Hakadao
42984a4d33 fix(history): "Loading..." cannot be closed (#1221)
close #1221
2024-12-30 11:41:20 +08:00
Hakadao
c09c65f729 refactor: use ALink to unify link Opening Behavior 2024-11-04 02:02:12 +08:00
Hakadao
9a0d9cd31d fix(history, watch-later): delete button will toggle drawer open (#1090) 2024-10-27 19:43:50 +08:00
Hakadao
5553851251 feat(settings): add open in current tab option to video card 2024-10-23 00:43:12 +08:00
Hakadao
b2ca87fe81 fix: resolve video sound being muted by default (#921)
close #921
2024-10-21 14:51:38 +08:00
Hakadao
619dc034af refactor: adjust the directory structure of messageListeners/ (#1066) 2024-10-13 19:49:14 +08:00
Hakadao
6bb4b2d89b feat(history, watch-later): support open in drawer in video card 2024-09-20 12:59:53 +08:00
Hakadao
615c9de1bd refactor: global import common components && remove useless imports 2024-07-29 12:30:23 +08:00
Hakadao
f86ee7e132 refactor: use --bew-skeleton to represent the skeleton color 2024-07-02 15:06:01 +08:00
Hakadao
3b670635a1 fix: resolve always loading issue 2024-07-01 02:23:24 +08:00
Hakadao
944e394505 fix: cannot load more videos on vertical monitor (#704)
close #704
2024-07-01 01:35:48 +08:00
Hakadao
021c7c4dcf refactor: rename content color variable names 2024-06-27 01:24:19 +08:00
Hakadao
ba6ac2669b chore(History): remove the css class 2024-06-23 22:46:36 +08:00
ljt990218
3cd7aafc81 feat(History): add device icons for history items (#854)
* fix: UserPanelPop hover Inconsistent animation

* fix(VideoCard): `moreBtn` Button issue from `#829`, add cursor-pointer class to enhance UX

* feat(History): add device icons for history items
2024-06-23 22:31:55 +08:00
hakadao
2666bde2f4 fix(History): adjust the delete icon position 2024-06-02 13:42:58 +08:00
hakadao
7e61c6bc43 perf: improve scrolling performance 2024-05-24 01:37:24 +08:00
Stephen Zhou
6cc3b4de9f style: sort imports (#746) 2024-05-11 14:20:56 +08:00
Stephen Zhou
4b69aaf8d3 refactor: only use unocss icons (#742)
Co-authored-by: hakadao <a578457889743@gmail.com>
2024-05-10 22:03:46 +08:00
Stephen Zhou
99c0d7d8ee refactor: remove composable auto import (#741) 2024-05-10 19:35:34 +08:00
Stephen Zhou
41611675bb refactor: remove component auto import (#740) 2024-05-10 19:18:24 +08:00
Stephen Zhou
8c4bae9ea4 refactor: like rpc api call (#660) (#662)
Co-authored-by: star knight <64941905+starknt@users.noreply.github.com>
Co-authored-by: hakadao <a578457889743@gmail.com>
2024-04-25 16:39:27 +08:00
Hakadao
9703920e7c fix: cannot open certain links on History page and HistoryPop (#602)
close #602
2024-04-18 17:39:14 +08:00
Hakadao
e87066e564 refactor: move history.ts and historySearch.ts to history/ 2024-04-18 16:53:33 +08:00
Hakadao
20d157abdf refactor message listeners && fix moment card url not linking the video page
* Refactor messageListeners and add utils module to simply use api

* chore: add previously deleted annotation

* refactor: message listeners (#447)

* Refactor API imports and update API endpoints

* Fix variable naming in FavoritesPop and Favorites components

* Fix variable naming inconsistency in getHistoryList function

* Fix API parameter naming conventions

* Refactor API_AUTH afterHandle functions

* Add API documentation links  and add function to be the api item

* Refactor API body and params

* Remove unused getAccessKey function in auth.ts

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Hakadao <a578457889743@gmail.com>

* refactor: API imports and update API endpoints (#460)

* Refactor API imports and update API endpoints

* Fix variable naming in FavoritesPop and Favorites components

* Fix variable naming inconsistency in getHistoryList function

* Fix API parameter naming conventions

* Refactor API_AUTH afterHandle functions

* Add API documentation links  and add function to be the api item

* Refactor API body and params

* Remove unused getAccessKey function in auth.ts

* Add message definition constants

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Hakadao <a578457889743@gmail.com>

* refactor: Add cSpell words and update API calls

* Fix API method case and add day parameter to ranking API

* feat(Settings): add bilibili settings entry

* chore(Settings): hide the bilibili settings temporary

* feat: support firefox(REAL) (#500)

* refactor: new rule support `Chromium` and `Firefox`

* refactor: add default `priority`

* fix: `message.bilibili.com` not working

* fix: `show.bilibili.com` not working

* fix: 修复一些子站的问题

* 添加了一些其他的子站

* fix(VideoCard): bug fixes (#316) (#319) (#320)

* fix(VideoCard): fix double page open on author's name click (#315)

* fix(VideoCard): ensure clicking on bangumi name or avatar goes to the right page

* feat(Settings): add an "always show top bar logo" setting (#219)

* feat(Settings): add discord link to about page

* feat(Settings): redesign settings panel

* style(Settings): adjust the block ads position

* feat(Settings): add credits section on about page

* chore(Settings): add ChatGPT to the credits section

* feat(Settings): redesign settings panel

* style: decrease the content opacity in light mode
decrease the opacity in light mode to ensure the text can be seen clearly

* refactor: remove the "backdrop-glass" shortcut

* refactor: rename `--bew-filter-glass` to  `--bew-filter-glass-1`

* feat: add performance settings

* chore: remove the credits section

* feat(TopBar): add top bar icon badges config

* feat(VideoCard): implement adaptive width in horizontal mode

* feat(Home): implement grid layout switcher

* feat(Dock): redesign dock

* style: adjust dock styles

* style: add edge glow effect in some dialogs

* fix(Dock): active color incorrect when hovering dock item in dark mode

* chore: update version number

* feat(manifest): add extension id when in firefox

* refactor(rules.json): reduce redundant code

---------

Co-authored-by: starknt <1431880400@qq.com>

* chore: firefox-extension build

* Merge branch 'dev' into refactor-message-listeners

* refactor: Refactor API imports and update API endpoints

* fix(MomentsPop): moment card url not linking the video page

* chore: update version number

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Jimmy Chow <jimmychow@192.168.10.102>
Co-authored-by: cloudflypeng <44285412+cloudflypeng@users.noreply.github.com>
Co-authored-by: starknt <1431880400@qq.com>
Co-authored-by: 梦念逍遥 <2589141604@qq.com>
2024-04-11 21:07:06 +08:00
Hakadao
bce74ba617 Merge pull request #294 from hakadao/main
sync: main to dev
2024-02-15 02:51:03 +08:00
Hakadao
0452187d5c fix: ts error 2024-02-15 02:34:36 +08:00
Hakadao
f7f7698403 refactor: #204 2024-02-15 02:09:44 +08:00
Hakadao
a56887904e fix: "no more content" still exists when refreshing data 2024-01-28 19:52:04 +08:00
Hakadao
6f5c05358d Merge branch 'bugfixes' into refactor-lazy-components 2024-01-28 02:03:50 +08:00
Hakadao
e73ae0e3a6 fix: handle History video url location part #223 2024-01-28 01:54:54 +08:00
starknt
c40fe57be0 refactor: improve components load method, and improve provide app 2024-01-26 14:48:19 +08:00
Hakadao
34e241b4f1 fix: 顶栏的历史记录,跳转视频时仅up主制作视频可以跳转成功,其余皆跳转主页 #193 2024-01-26 14:46:02 +08:00
Hakadao
6711291146 fix: 顶栏的历史记录,跳转视频时仅up主制作视频可以跳转成功,其余皆跳转主页 #193 2024-01-19 01:08:52 +08:00
starknt
f654385f75 fix: page refresh reset action 2024-01-11 17:29:21 +08:00
starknt
7940f32e35 fix: not working components 2024-01-11 17:14:43 +08:00
starknt
91418521f3 refactor: improve components load method, and improve provide app 2024-01-11 16:38:11 +08:00
MengNianxiaoyao
80de1aa863 fix: open History‘s article is error 2023-12-29 23:12:42 +08:00
MengNianxiaoyao
22b2745d84 fix: 【Bug】观看历史界面部分专栏封面不显示 #87 2023-12-28 19:48:12 +08:00
Hakadao
21fb19fc89 refactor: move contents from the src/models/apiModels to parent directory 2023-12-28 01:08:51 +08:00
Hakadao
e5a8088540 fix: resolve ts errors and warnings 2023-12-28 00:50:52 +08:00
MengNianxiaoyao
04d8555758 fix: Return the URL of the history item about article 2023-12-27 22:06:43 +08:00
Hakadao
a6769f0f0d refactor: move api response types to ~/models/apiModels 2023-12-04 00:37:59 +08:00
Hakadao
7c231cfa10 refactor: refactor button attribute implementation
* refactor: refactor button usage attribute on page utilizing the button
* feat: add more animation effects for `BackToTopAndRefreshButton`
2023-10-12 12:08:39 +08:00
Hakadao
f6e0efebce refactor: refactor button attribute implementation 2023-10-12 11:44:15 +08:00
Hakadao
d314572d02 feat: 二次點擊dock欄中的頁面先是回到頂部再重新整理介面 2023-08-21 01:23:48 +08:00
Hakadao
d5ce66a2ab refactor: unified list transition animations 2023-08-17 00:58:05 +08:00
Hakadao
f944f8f928 fix: video list not displaying last page 2023-08-15 22:25:00 +08:00
Hakadao
968cc77ce4 style: adjust style 2023-08-11 00:58:02 +08:00
Hakadao
6191e17d69 chore: lgfm 2023-07-19 01:32:13 +08:00
Hakadao
1c77e932bd fix: data not refreshing upon reaching bottom of webpage 2023-07-03 02:27:42 +08:00