Commit Graph

216 Commits

Author SHA1 Message Date
Hakadao
3e42f53ebc feat(home): add live page on home 2024-10-28 02:34:27 +08:00
Hakadao
fbde884004 fix(iframe-drawer): correct URL location when opening in a new tab (#1068) 2024-10-27 03:05:58 +08:00
Hakadao
6aff27547a feat: remember last opened page when returning to homepage 2024-10-24 00:07:44 +08:00
apades
059280fbfd fix(iframe-drawer): resolve content being obscured at the top of video #1023 (#1067)
Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-10-17 00:10:57 +08:00
Hakadao
7ef097768e fix: unable to load more videos without initial scrollbar 2024-10-10 01:43:35 +08:00
Hakadao
893dbd1410 feat: enhance video card context menu 2024-10-08 02:13:38 +08:00
Hakadao
9fb9859888 refactor(App.vue): extract necessary settings watchers to dedicated file 2024-09-17 05:24:15 +08:00
Hakadao
bc3b9d283c perf: improve BewlyBewly inject speed 2024-09-10 13:17:16 +08:00
Hakadao
5bdcbb719e feat(settings): auto hide sidebar 2024-09-09 02:19:28 +08:00
Hakadao
bb3c6b5e2c feat: add video card open mode config && open video in drawer (#984)
* feat: video card open mode

* update

* update

* fix: non-homepage show the bewly homepage

* fix(video-card): click the more icon will trigger opening drawer effect

* feat(video-drawer): improve ui and functionally

* feat(i18n): add i18n support for video card link opening behavior setting

* chore: reorder settings
2024-09-08 13:36:42 +08:00
Hakadao
7083f41221 fix: resolve bilibili's top bar showing up before load (#967)
close #967
2024-08-27 23:54:23 +08:00
Hakadao
7ba993c69b fix(top-bar): resolve issue when top bar can't be disabled && refactor top bar visibility functionally (#971)
close #971
2024-08-27 23:03:11 +08:00
Hakadao
5c8ea6a618 chore: Adjust Bilibili homepage top bar color and style 2024-08-13 00:15:15 +08:00
Hakadao
0b8999d751 refactor: use color-mix for theme color & status color 2024-08-13 00:05:21 +08:00
Hakadao
9d01c7f299 feat: add a config to enable original bilibili top bar 2024-08-12 01:32:42 +08:00
Hakadao
05d2b6f67e refactor: update hexToHSL function to convert hex color to HSLA 2024-08-05 02:30:13 +08:00
Hakadao
80dd62ae0f chore: adjust top bar height 2024-07-30 12:05:03 +08:00
Hakadao
10ad269e92 fix: lint 2024-07-29 13:22:22 +08:00
Hakadao
615c9de1bd refactor: global import common components && remove useless imports 2024-07-29 12:30:23 +08:00
Hakadao
693a7afd72 feat: add option to use old top bar 2024-07-27 14:29:49 +08:00
Hakadao
f30a6a711f fix(top-bar): top bar cannot auto-hide on the home page 2024-07-23 00:51:17 +08:00
Hakadao
95ae47b0af refactor(top-bar): move all relative logic to TopBar.vue && remove alwaysShowTheTopBarLogoOnSearchPageMode setting 2024-07-21 19:08:23 +08:00
Hakadao
50e3c82739 feat: add dark mode support for creative center (#876)
* feat: support creative center dark mode

* feat: improve dark mode support for creative center

* chore: update --bew-filter-force-dark value in variables.scss

* feat: Add dark mode support for creative center page

* chore: remove unused imports in adaptedStyles/index.ts
2024-07-10 01:48:12 +08:00
Hakadao
06382e10e2 feat: recommendation mode filter setting (#840)
* feat: Add filter options for view count and duration in settings

* chore: update styles && rename func.ts to useFilter.ts

* feat: Add scrollbar check to determine if the viewport has a scrollbar

* feat: app recommendation filters

* chore: update

* feat: i18n support

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
2024-07-01 01:05:18 +08:00
Hakadao
4ed28ce50c chore: optimize scroll threshold for reaching bottom 2024-06-30 14:32:40 +08:00
Hakadao
d983c454fd chore(pkg): update deps (#837)
* chore(pkg): update deps

* chore: fix ts error
2024-06-15 19:36:32 +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
42d69db97a fix: set reachTop initial value is true
because the original webpage is at the top
2024-05-30 23:43:40 +08:00
Hakadao
f47527e584 refactor: Add throttling to handle reach bottom event 2024-05-28 01:52:04 +08:00
Hakadao
6f77f9acce perf: improve the scrolling performance 2024-05-27 18:30:06 +08:00
Hakadao
7a283df65f refactor: optimize back-to-top functionality with throttling 2024-05-27 02:22:13 +08:00
Hakadao
937374e2d8 refactor: use a new method to reimplement the scroll-top-top function 2024-05-27 02:09:27 +08:00
Hakadao
bcff30d673 refactor(Dock): use emit function to handle refresh and back-to-top 2024-05-26 23:12:45 +08:00
Hakadao
a2322929fa refactor: rename BackToTopAndRefreshButtons to BackToTopOrRefreshButton 2024-05-26 21:47:26 +08:00
Hakadao
b62f2ce839 refactor(BackToTopAndRefreshButtons): remove the showRefreshButton prop 2024-05-26 21:44:07 +08:00
Hakadao
2250eefa09 feat(Dock): add config to move back-to-top or refresh button to dock 2024-05-26 21:38:22 +08:00
hakadao
4683c35536 perf: optimize scroll handing in App.vue 2024-05-24 01:49:50 +08:00
Stephen Zhou
6cc3b4de9f style: sort imports (#746) 2024-05-11 14:20:56 +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
Hakadao
a7488c188e perf: debounce handleOsScroll (#735)
* fix: debounce handleOsScroll in OverlayScrollbarsComponent

* fix: 改成箭头函数写法

* refactor: use `useDebounceFn` for debounce handleOsScroll

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
2024-05-09 00:21:05 +08:00
hakadao
64a7fce64b fix: font size doesn't match the --bew-base-font-size 2024-05-02 23:25:15 +08:00
star knight
1e6973a343 fix: basic font-size (#701) 2024-05-02 13:43:49 +08:00
Stephen Zhou
79f11cbb87 refactor: group dark mode logic to useDark (#694)
* refactor: group dark mode logic to useDark

* fix: cannot get the bewlyWrapper

---------

Co-authored-by: hakadao <a578457889743@gmail.com>
2024-05-02 02:10:59 +08:00
Stephen Zhou
e61a27ba8b fix: follow system theme change 2024-04-22 15:41:12 +08:00
hakadao
8ada69274b feat: adjust reach bottom distance 2024-04-19 22:15:42 +08:00
Hakadao
86c8b74015 fix: flash dark theme (#565)
* fix: flash dark mode when using the light theme

* improve color mode transition

---------

Co-authored-by: starknt <1431880400@qq.com>
2024-04-15 00:36:06 +08:00
Hakadao
6562da51e0 fix: correct frosted glass disablement not working in several cases and adjust opacity 2024-03-14 00:16:13 -03:00
Hakadao
5f60bc4b47 fix: resolve issue when using ad-blocking extensions blocks entire page (#375) 2024-03-11 21:44:46 -03:00
Hakadao
e70f62d83a feat: add performance settings 2024-03-10 14:55:41 -03:00