Commit Graph

946 Commits

Author SHA1 Message Date
Hakadao
7ae73521dc feat(cover-background): optimize cover image handling and blurring
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
Enhance cover image processing by:
- Adding image transformations for different views
- Adjusting blur and opacity settings
- Implementing more efficient cover image updates
2025-02-22 04:48:27 +08:00
Hakadao
51f64d7dc7 refactor(video-card-skeleton): remove unnecessary hidden width divs
Removes two hidden div elements with predefined width attributes in the VideoCardSkeleton component, simplifying the component's structure.
2025-02-22 04:37:21 +08:00
Hakadao
247dca9315 feat: add dynamic blurred cover background on hover
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
Introduces a new feature that displays a blurred background of the currently hovered item's cover across various views. Implemented using a new Pinia store method to manage the activated cover, with debounced updates and smooth transitions.
2025-02-21 18:23:43 +08:00
Hakadao
13a0a473bf fix(video-card): cannot open the video when not open in drawer
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
2025-02-21 12:05:27 +08:00
Hakadao
3d1dad5bbc fix(top-bar): conditionally show theme color gradient when scrolled to top
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
2025-02-20 23:46:45 +08:00
Hakadao
9866e16067 feat(settings): add top bar theme color gradient option
Introduces a new setting to show theme color gradient in the top bar during dark mode. Updated locales and storage settings to support this feature.
2025-02-20 23:25:58 +08:00
Hakadao
7c5993e886 chore: tweak styles 2025-02-20 23:10:53 +08:00
Hakadao
722f406786 chore: tweak styles 2025-02-20 21:17:59 +08:00
Hakadao
3d3f57bfc3 feat: notifications drawer
Squashed commit of the following:

commit e0d503ef38c5b8d4b19f81368b53b656e6935ff7
Author: Hakadao <a578457889743@gmail.com>
Date:   Thu Feb 20 16:24:53 2025 +0800

    feat(locales): add translation for notifications page drawer option

commit 5c4e5aab811c3bf73d2cfc983e646edca66dff55
Author: Hakadao <a578457889743@gmail.com>
Date:   Thu Feb 20 16:24:32 2025 +0800

    chore: udpate

commit dd7ff6dfeadd514746e1a10773702387cea3c550
Author: Hakadao <a578457889743@gmail.com>
Date:   Thu Feb 20 16:13:54 2025 +0800

    fix(a-link): disable click event when using modifier key click

commit f4801a040b26d6b084168859f2a1e5b9b32ae178
Author: Hakadao <a578457889743@gmail.com>
Date:   Thu Feb 20 16:06:13 2025 +0800

    feat: enhance notifications drawer functionality with custom URL and click handling

commit 7e63cd4417572a5455c8dbccc447f8fe37d92c02
Author: Hakadao <a578457889743@gmail.com>
Date:   Thu Feb 20 15:36:53 2025 +0800

    chore: update

commit 077c416e1ead6cd9ed249375c6c0c4625b2339ec
Author: Hakadao <a578457889743@gmail.com>
Date:   Thu Feb 20 14:32:28 2025 +0800

    fix: add Teleport to NotificationsDrawer for better app integration

commit 5e17ed34f68677bfc8423ad3e24ea3cc3afa038e
Author: Hakadao <a578457889743@gmail.com>
Date:   Thu Feb 20 14:26:36 2025 +0800

    chore: tweak styles

commit 4536347b12ef9e3d0c2ce06c1395ba89fe44fc51
Author: Hakadao <a578457889743@gmail.com>
Date:   Thu Feb 20 13:52:29 2025 +0800

    feat: improve notifications drawer styles

commit 022ea89eed4ae5c6953445118dec97acb15cf38e
Merge: 17f882e7 7a513921
Author: Hakadao <a578457889743@gmail.com>
Date:   Thu Feb 20 12:30:04 2025 +0800

    Merge branch 'main' into feat/notications-drawer

commit 17f882e7cda0b4d74b916592d526f4b1ad5f921d
Merge: 4d615462 6dd838a8
Author: Hakadao <a578457889743@gmail.com>
Date:   Thu Feb 20 12:18:44 2025 +0800

    feat: update notifications drawer style

commit 4d6154625a
Author: Hakadao <a578457889743@gmail.com>
Date:   Wed Feb 19 18:58:24 2025 +0800

    feat: notifications drawer
2025-02-20 16:27:13 +08:00
Hakadao
6dd838a8e6 fix(about): remove hardcoded Safari detection condition
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
2025-02-19 23:41:20 +08:00
Hakadao
8c39923c0f refactor(settings): remove unused onClickOutside event handler 2025-02-19 17:16:36 +08:00
Hakadao
26215a02ec refactor(settings): improve window positioning and resize handling 2025-02-19 17:14:07 +08:00
Hakadao
a49c1d2549 feat(locales): add Safari helpers translations across languages
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
2025-02-19 12:40:00 +08:00
Hakadao
377948ce22 feat(about): add Safari helpers section and update page layout
Some checks failed
CI / Test (lts/*, ubuntu-latest) (push) Has been cancelled
CI / Test (lts/*, windows-latest) (push) Has been cancelled
CI / Test (lts/-1, ubuntu-latest) (push) Has been cancelled
CI / Test (lts/-1, windows-latest) (push) Has been cancelled
2025-02-18 15:47:44 +08:00
EkkoLee
8fd90ab9b9 fix: resolve double scroll bar (#1262) (#1318)
close #1262
2025-02-13 01:46:21 +08:00
EkkoLee
b0069a736b fix(bangumi-card): fix missing badge text (#1301) (#1316)
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
2025-02-12 12:04:27 +08:00
Hakadao
c278c98658 chore: make linter happy again 2025-02-11 17:52:13 +08:00
EkkoLee
a662bc1a61 fix: refactor and remove redundant code (#1311)
Co-authored-by: EkkoLee98 <ekkoli@addcn.com>
2025-02-11 17:49:05 +08:00
EkkoLee
2135106b8a fix(iframe-page): iframe cors (#1312)
Co-authored-by: EkkoLee98 <ekkoli@addcn.com>
2025-02-11 17:30:08 +08:00
Hakadao
a13b8c6e71 fix(iframe-drawer): iframe cors 2025-02-11 17:28:58 +08:00
Hakadao
0b4c512d5c fix(top-bar): adjust hover and transition timings
- Updated hover delays in TopBar to 320ms
- Modified CSS transitions and positioning
- Adjusted transform and positioning for popover elements
2025-02-11 17:21:56 +08:00
star knight
ebdad9c225 fix(settings, top-bar): chromium transfrom (#1271)
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
Co-authored-by: Hakadao <a578457889743@gmail.com>
2025-02-04 22:20:51 +08:00
Hakadao
27807fbd64 chore: tweak styles 2025-01-26 19:25:55 +08:00
Hakadao
ace65d0a47 chore: tweak styles 2025-01-26 18:05:35 +08:00
Hakadao
764bb992e5 fix(top-bar): improve switcher button positioning and hover behavior (#1287)
close #1287
2025-01-26 07:09:27 +08:00
Hakadao
a2c9a6530b fix: remove watch later page URL regex from TopBar component 2025-01-26 05:47:11 +08:00
Hakadao
e44c02cf70 fix: update watch later URL to correct path 2025-01-26 05:43:28 +08:00
Hakadao
659e859af6 fix: cannot adapted another watcher later url (#1286)
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
close #1286
2025-01-26 04:16:34 +08:00
Hakadao
cdef4a7c90 fix(top-bar): prevent top bar from covering content (#1276)
close #1276
2025-01-19 23:46:24 +08:00
Hakadao
481b1fd149 refactor: rename remove-bili-top-bar -> remove-top-bar 2025-01-19 23:30:03 +08:00
star knight
aa3a78173f fix(iframe-drawer): prevent top content from covering issues (#1249)
Co-authored-by: Hakadao <a578457889743@gmail.com>
2025-01-19 23:25:30 +08:00
PuppyOne
1131120240 feat(dock): feat: open new tab via middle/ctrl/meta click (#1274)
Co-authored-by: Hakadao <a578457889743@gmail.com>
2025-01-19 19:22:14 +08:00
Hakadao
d383ab2e2e feat(history-popup, watch-later-popup): delete button (#1178)
close #1178
2025-01-19 19:05:25 +08:00
Hakadao
55143e02ad fix(history-popup): continuous data fetching issue 2025-01-19 18:24:27 +08:00
Hakadao
24a1b3cb3b chore: tweak styles 2025-01-19 18:12:15 +08:00
Hakadao
440d8def2f fix(favorites): cannot jump to other page (#1278)
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
close #1278
2025-01-19 17:42:11 +08:00
Hakadao
16ba05ec30 fix(dock): prevent dock from covering 2025-01-19 17:15:34 +08:00
star knight
5d6aaabadd fix(search-bar): search bar IME (#1267) 2025-01-12 22:01:02 +08:00
Hakadao
af5d9ce46b feat(top-bar): bewly or bili top bar switcher (#1237)
close #1237
2025-01-12 21:55:14 +08:00
Hakadao
7190edd0ed fix(bewly-or-bili-page-switcher): hide it when using the original bilibili homepage 2025-01-12 03:21:00 +08:00
Hakadao
c13af4a225 fix(IframePage): ensure dark mode class is applied to body element in iframe 2025-01-12 03:18:55 +08:00
Hakadao
d6ec61cbc1 chore(video-card): tweak avatar styles
Some checks failed
CI / Test (lts/*, ubuntu-latest) (push) Has been cancelled
CI / Test (lts/*, windows-latest) (push) Has been cancelled
CI / Test (lts/-1, ubuntu-latest) (push) Has been cancelled
CI / Test (lts/-1, windows-latest) (push) Has been cancelled
2025-01-08 14:40:52 +08:00
Hakadao
2fc30aaa71 feat(video-card): revert to a five-column video card grid layout 2025-01-08 01:21:46 +08:00
Hakadao
2d6bf74bdc fix(more-pop): update history URL to the correct path
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
2025-01-07 14:24:14 +08:00
Hakadao
82dcb35667 fix(video-card): cannot show the error message (#1218) 2025-01-07 13:43:45 +08:00
Hakadao
ea6c2aa5f3 feat(video-card): preview support more video types
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
2025-01-07 11:55:13 +08:00
Hakadao
e21ecc0ae2 feat: show more video cards in each row 2025-01-07 11:10:35 +08:00
Hakadao
4ffc013246 refactor(VideoCard): simplify width handling 2025-01-06 10:35:40 +08:00
Hakadao
9f960c1c6e chore: tweak styles
Some checks are pending
CI / Test (lts/*, ubuntu-latest) (push) Waiting to run
CI / Test (lts/*, windows-latest) (push) Waiting to run
CI / Test (lts/-1, ubuntu-latest) (push) Waiting to run
CI / Test (lts/-1, windows-latest) (push) Waiting to run
2025-01-04 21:33:36 +08:00
Hakadao
c63811a01d fix(bewly-or-bili-page-switcher): prevent display on unsupported pages 2025-01-03 10:18:36 +08:00