Commit Graph

77 Commits

Author SHA1 Message Date
Hakadao
9f21561ca9 feat(top-bar): redesign search bar 2024-12-15 01:26:56 +08:00
Hakadao
bc9398ae0b chore: tweak styles 2024-12-14 23:20:55 +08:00
Hakadao
ea4bdec6b5 feat(settings): search bar link opening behavior 2024-10-20 19:35:50 +08:00
Hakadao
619dc034af refactor: adjust the directory structure of messageListeners/ (#1066) 2024-10-13 19:49:14 +08:00
Hakadao
80dd62ae0f chore: adjust top bar height 2024-07-30 12:05:03 +08:00
Hakadao
77b578556e feat: add edge glow effect for top bar popups 2024-06-28 02:10:43 +08:00
Hakadao
021c7c4dcf refactor: rename content color variable names 2024-06-27 01:24:19 +08:00
Hakadao
4fe4c92733 refactor: unify elevated elements color 2024-06-27 01:06:46 +08:00
hakadao
8d7f8174cf feat: add inner glow effect in some components 2024-06-14 01:02:25 +08:00
hakadao
280fd92d58 feat: add glow effect in some styles 2024-06-13 02:38:23 +08:00
Stephen Zhou
5c0148a2b0 chore: format css (#808)
* chore: format css

* update

* update

* chore: eslint-skip

* update

* update

* chore: enforce the use of double quotes in `--at-apply` values

* refactor: rename `--at-apply` into `--uno`

* fix: fix dark theme userSpace search page css (#811)

* fix userSpace search css

* add new fix

* add new fix

* fix(adaptedStyles): adapt unadapted contents

---------

Co-authored-by: hakadao <a578457889743@gmail.com>
Co-authored-by: 夜晚的鸡鸣 <110297461+MidnightCrowing@users.noreply.github.com>
2024-06-04 00:15:46 +08:00
Hakadao
bad307b827 refactor(SearchBar): use debounce function for input handling 2024-05-27 01:34:02 +08:00
Hakadao
6671ca71db fix: use DOMPurify to prevent xss injection 2024-05-19 00:30:16 +08:00
hakadao
d5503e6d0d refactor: convert useImage.ts to imgs.ts 2024-05-14 23:57:38 +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
star knight
7cca4ed09b refactor: adjust call trim timing (#721) 2024-05-06 13:25:25 +08:00
Hakadao
7eb86ed13d fix(SearchBar): cannot show the focused character 2024-05-04 00:39:06 +08:00
Hakadao
af3e7cf207 perf: add transform-gpu to improve performance 2024-05-03 23:23:56 +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
star knight
2e87cac719 fix: input element focus shortcut key (#564)
* fix: input element focus shortcut key

* chore: add reference
2024-04-15 00:35:40 +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
c470680508 fix(SearchBar): resolved the issue where typing / in a comment focuses on the search bar (#396)
close #396
2024-03-17 19:12:44 +08:00
Hakadao
c13a56a203 refactor: rename --bew-filter-glass to --bew-filter-glass-1 2024-03-10 13:25:13 -03:00
Hakadao
3532497d67 Merge branch 'dev' of https://github.com/hakadao/BewlyBewly into dev 2024-02-29 01:55:52 -03:00
Hakadao
18e6689208 fix: 搜索框用中文输入法输入单词回车不应该直接触发搜索 #334 2024-02-28 13:17:20 -03:00
Hakadao
97d5a49043 Merge branch 'main' into dev 2024-02-27 01:14:08 -03:00
Hakadao
d543942d35 fix(SearchBar): search bar doesn't recognize the hashtag character (#321) 2024-02-24 02:13:38 +08:00
Hakadao
7ce21f3972 Merge pull request #300 from hakadao/main
sync: main to dev
2024-02-17 02:28:13 +08:00
Hakadao
74021ce7f7 chore: screw it, it's so hard to center a search bar in a flex box... 2024-02-17 02:19:39 +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
starknt
4af87af337 feat: press / to focus on the search bar like youtube 2024-01-31 21:07:13 +08:00
Hakadao
e59d2d17f9 Revert "Hide search history dropdown on input blur" 2024-01-29 01:10:41 +08:00
tycho
a83c8d1da7 feat(SearchBar): handle blur event to update focus state 2024-01-28 16:20:47 +08:00
Hakadao
440790e5ae chore: adjust todo desc 2024-01-15 00:24:53 +08:00
starknt
0d68dc3bb0 fix: compat global-speed extension 2024-01-11 20:46:03 +08:00
Hakadao
bc9d153efa style: adjust search bar styles 2024-01-09 22:09:23 +08:00
Hakadao
c42809f906 Merge branch 'build/eslint' of https://github.com/starknt/BewlyBewly into starknt-build/eslint 2024-01-09 00:30:13 +08:00
starknt
60b8a17507 clean code 2024-01-08 10:45:57 +08:00
starknt
08146c4497 refactor: share search history 2024-01-08 10:41:18 +08:00
Hakadao
e99e9fa95b style: adjust search bar history items styles 2024-01-07 19:59:04 +08:00
starknt
7b82e7dd4c chore: upgrade eslint 2024-01-07 16:42:25 +08:00
starknt
8263304bfc rename clearSearchHistory function and adjust code structure 2024-01-05 14:49:01 +08:00
starknt
0b27a0cc87 feat: highlight keyword for suggest item 2024-01-04 23:26:34 +08:00
starknt
d6ecaa5b6a revert mix bilibili history 2024-01-02 15:46:53 +08:00
starknt
9b95c2cc84 fix: get suggestion not working 2024-01-02 13:25:04 +08:00
starknt
cfd3305bc7 chore: add i18n to search bar 2024-01-02 11:32:33 +08:00
starknt
95de18ce4e feat: mix bilibili history 2024-01-02 11:15:44 +08:00