Commit Graph

324 Commits

Author SHA1 Message Date
Hakadao
0d3e062bec refactor: move the uno.css import into the main entry 2024-09-21 15:50:21 +08:00
Hakadao
5ced3d9c47 feat: customize font (#1014)
close #954
2024-09-21 02:00:14 +08:00
Hakadao
91c12acbf8 feat: improve text readability 2024-09-20 14:30:26 +08:00
Hakadao
31ce0536bf fix: remove edge glow effect when in frosted glass mode is disabled 2024-09-20 13:10:31 +08:00
Hakadao
7a3cb3f1d1 fix: 修正在 windows 下的 firefox 中字體顯示明體問題 2024-09-18 17:32:30 +08:00
Hakadao
fce3d084a5 refactor: refactor fonts.scss 2024-09-18 13:22:49 +08:00
star knight
045e856ed9 fix: style mistake (#1013)
* fix: style mistake

* chore: only apply reset style with the bewly application

* chore: lint

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-09-18 12:09:45 +08:00
Hakadao
03d5ae7438 fix: resolve some cases font-family cannot overwrite the original bilibili's font-family 2024-09-18 10:57:05 +08:00
Hakadao
a4e77d1b23 feat: adjust fonts by selected language 2024-09-18 02:06:24 +08:00
Hakadao
53a61bc1c5 chore(adapted-styles): update 2024-09-14 00:42:56 +08:00
Hakadao
2a0f17d083 fix(adapted-styles): update comments shadow dom style 2024-09-14 00:24:37 +08:00
Hakadao
d9bc3b546c Merge branch 'main' of https://github.com/hakadao/BewlyBewly 2024-09-13 10:18:32 +08:00
Hakadao
85b1072277 fix(adapted-styles): support shadow dom style for comments 2024-09-13 02:16:15 +08:00
Hakadao
9921d6d1ed chore: update style 2024-09-12 23:22:53 +08:00
陈生杂物房
be8ab1d020 fix(adapted-styles): update account settings style (#1001)
* 账户认证界面修正

* 删除多余

* 恢复空行

* 取消隐藏底栏

* 底栏隐藏

* chore: update account settings style

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-09-12 23:21:01 +08:00
Hakadao
c80433c373 fix(adapted-style): update account settings page style 2024-09-12 23:01:22 +08:00
Hakadao
77009d5e1c chore: tweak styles 2024-09-11 17:27:37 +08:00
star knight
35bd528524 feat: block video slide ad (#993) 2024-09-05 09:59:44 +08:00
Hakadao
9807d237f9 fix(adapted-styles): fix dark mode (#986)
close #986
2024-09-04 10:42:40 +08:00
Hakadao
14aa2c478e chore: adjust styling for <kbd> and <code> 2024-08-31 02:50:54 +08:00
Hakadao
3273e25df8 feat: implement a key cap style for the <kbd> tag 2024-08-31 02:38:38 +08:00
Hakadao
105a764400 chore: adjust base font size 2024-08-29 18:00:29 +08:00
Hakadao
0723c403d6 feat(adapted-styles): redesign notifications page 2024-08-29 01:32:23 +08:00
Hakadao
d5da7ea4f6 fix(notifications-page): resolve issue with top part being obscured 2024-08-28 00:27:21 +08:00
Hakadao
33dcd34e01 fix: resolve top bar background issue (#969)
close #969
2024-08-26 00:14:06 +08:00
Hakadao
cda9ec1529 feat: video title filter and user filter (#965)
* chore: filter by title (wip)

* refactor: Update Input component to use defineModel for two-way binding

* chore(settings): add functionality to add, edit, and delete title filters

* chore: Refactor List and ListItem components for improved styling and functionality

* feat(home-settings): use grid layout for title filters

* feat(settings): implement filter by title && filter by user

* chore(list): update style

* feat: Implement case-insensitive filter functionality

* fix: filter by user not working

* feat: disable filter for followed user

* chore: fix typo

* feat: update ui

* chore: improve the filter descriptions and update styles

* chore: update code tag style

* fix(for-you): resolve scrolling issue (#964)
close #964

* chore: add i18n support for filter settings

* chore: update cantonese translation

* refactor: update localization strings for `FilterByUserTable` and `FilterByTitleTable`
2024-08-22 00:26:03 +08:00
Hakadao
9932c77762 chore: support safari (hmmm, i guess?) (#960)
* Add support of Safari

1. Workaround of Safari's bug of not sending cookies when using fetch in background service worker. This fixes https://github.com/hakadao/BewlyBewly/issues/275#issuecomment-1927278492. See: https://stackoverflow.com/questions/78239213/safari-extension-service-worker-not-sending-cookie
2. Add scripts to for Safari specific build and convert it to a Safari web extension.

* Fixed a bug in Safari that when the extension was installed, the page would turn into a white screen

* Safari may fire DOMContentLoaded before the codes get called

* Remove false fix; Ignore extension-safari

* Reduce memory and power usage with a nonpersistent background page on Safari and Firefox, see https://developer.apple.com/documentation/safariservices/safari_web_extensions/optimizing_your_web_extension_for_safari#3743241 and https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Background_scripts

* Build and release Safari extension with Github actions (#585)

* feat: add safari extension build

* fix: safari pathname

* fix: add build branch

* Merge

* Try building Safari extension using GitHub action

Correct versions

Debug

Minor bug fixed

Minor bug fixed

Add scripts to release

Minor bug fixed

Minor bug fixed

Minor bug fixed

---------

Co-authored-by: 梦念逍遥 <2589141604@qq.com>
Co-authored-by: Xiaolin Wang <exgphe@gmail.com>
Co-authored-by: Hakadao <a578457889743@gmail.com>

* fix: safari build (#665)

* chore: update

* chore: update knip.json to ignore "xcrun" binaries

---------

Co-authored-by: Xiaolin Wang <exgphe@gmail.com>
Co-authored-by: exgphe <14009450+exgphe@users.noreply.github.com>
Co-authored-by: 梦念逍遥 <2589141604@qq.com>
2024-08-14 00:24:09 +08:00
Hakadao
5c8ea6a618 chore: Adjust Bilibili homepage top bar color and style 2024-08-13 00:15:15 +08:00
Hakadao
1575f06136 chore: Adjust Bilibili homepage top bar color and style 2024-08-13 00:10:03 +08:00
Hakadao
0b8999d751 refactor: use color-mix for theme color & status color 2024-08-13 00:05:21 +08:00
Hakadao
d35e710080 chore: Adjust Bilibili homepage top bar color and style 2024-08-12 23:57:15 +08:00
Hakadao
a64000e02c chore: adjust .bili-header color on homepage 2024-08-12 01:38:51 +08:00
Hakadao
9d01c7f299 feat: add a config to enable original bilibili top bar 2024-08-12 01:32:42 +08:00
Hakadao
d85bdeb60d chore: update shadow and edge glow styles 2024-08-04 23:34:43 +08:00
MidnightCrowing
b8cfa16d01 fix(adapted-styles): support vote style on video page (#947) 2024-08-03 15:42:15 +08:00
Hakadao
991ae52379 fix(adapted-styles): fix dark mode issue on creative center page
close #945
2024-08-02 16:46:53 +08:00
MidnightCrowing
04ffc39a78 fix(adapted-styles): fix comments background style (#944)
* refactor(comments): share comments background-color

* fix(user-space-page): share comments emoji hover style

* fix(user-space-page): comments editor background

* fix(user-space-page): comments topic clear button
2024-08-02 16:32:14 +08:00
MidnightCrowing
a2a450f68f fix(articles-page): link card style (#946) 2024-08-02 00:09:22 +08:00
Hakadao
9fc4cdc895 fix(adapted-styles): top bar wrapper shows a difference color from background on search apge 2024-07-30 18:17:10 +08:00
Hakadao
80dd62ae0f chore: adjust top bar height 2024-07-30 12:05:03 +08:00
Hakadao
b5449da64d fix: lint 2024-07-29 12:39:17 +08:00
Konv Suu
960244014c fix(adapted-styles): adapt remove watched videos button style on watch later page (#926)
* style(adapted-styles): add `d-btn` style

* update

* chore: update

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-07-28 21:39:30 +08:00
Hakadao
d2c6a90b8f fix: prevent the scrollbar form being covered by the other elements 2024-07-28 13:30:21 +08:00
Hakadao
4cc2752779 fix(adapted-styles): improve dark mode style on notifications page and user space page 2024-07-26 16:54:47 +08:00
Hakadao
4280fea194 fix(adapted-styles): improve dark mode style on creative center page 2024-07-25 13:25:20 +08:00
MidnightCrowing
095771b491 fix(adapted-styles): share select radius failure problem on video page (#919) 2024-07-24 22:56:51 +08:00
Hakadao
bc920be1db fix: 投稿界面异常反色 (#916) 2024-07-24 00:45:24 +08:00
Hakadao
036a36dffb chore(adapted-styles): update styles for topic page 2024-07-23 10:48:38 +08:00
Hakadao
499f7bc337 fix(adapted-styles): adapt unadapted sections in comments. 2024-07-23 10:40:09 +08:00
MidnightCrowing
c7fa7421e6 feat(topic-page): support topic page style (#914) 2024-07-23 09:33:23 +08:00