Commit Graph

1916 Commits

Author SHA1 Message Date
Johnny 81ca589c95
fix: avatar element masking button (#852) 2024-10-10 15:04:54 +08:00
Innei f11eb19815
fix: context menu item title should use title case
Signed-off-by: Innei <i@innei.in>
2024-10-10 14:50:11 +08:00
Innei afb7997de2
fix: type error
Signed-off-by: Innei <i@innei.in>
2024-10-10 14:39:41 +08:00
Innei 86ce165717
fix: code language detection more approximate
Signed-off-by: Innei <i@innei.in>
2024-10-10 14:34:57 +08:00
Innei 2aa4fe118e
chore: split achievement code
Signed-off-by: Innei <i@innei.in>
2024-10-10 14:06:09 +08:00
Innei e09dce467b
fix: trending icon
Signed-off-by: Innei <i@innei.in>
2024-10-10 13:44:12 +08:00
Innei 8ff4343c46
chore(ui): optimize user avatar transition
Signed-off-by: Innei <i@innei.in>
2024-10-10 13:35:50 +08:00
Innei 25a505a221
fix: generate invite code modal power icon style
Signed-off-by: Innei <i@innei.in>
2024-10-10 13:11:04 +08:00
Cesaryuan 59e12da7e1
refactor: simplify context menu handling and add options (#845) 2024-10-10 12:02:07 +08:00
Innei f023d6296a
chore: simply code
Signed-off-by: Innei <i@innei.in>
2024-10-10 12:00:08 +08:00
Stephen Zhou 4b6ee2ad42
chore: update lint 2024-10-10 11:57:10 +08:00
Przeblysk 57e818f783
fix: Mouse click may briefly overlap with background elements (#848) 2024-10-10 11:28:43 +08:00
Stephen Zhou 757f335405
chore: update typescript 2024-10-10 11:27:14 +08:00
Jerry Wong 9230cf7175
fix: update entry action notifications and translations (#836) 2024-10-10 11:17:48 +08:00
Stephen Zhou 74d801292e
ci: use lts for lint 2024-10-10 11:06:32 +08:00
Kaffi Y. 22a72ac15b
fix: navigating from a tts player doesn't work properly (#828)
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
2024-10-10 11:04:41 +08:00
Cesaryuan ac09c711d9
fix: devtools font not work due to comment (#846) 2024-10-10 10:54:03 +08:00
Stephen Zhou 2663c1181c
chore: enable eslint rules require type check 2024-10-10 10:51:25 +08:00
Stephen Zhou b5cfd8255b
chore: fix test 2024-10-10 10:15:07 +08:00
Stephen Zhou c881d799e2
feat: delete list 2024-10-10 09:45:32 +08:00
DIYgod 555428cbb5
feat: wider user drop menu 2024-10-10 02:31:48 +08:00
DIYgod 810919ca1b
feat: updateNotificationsToken on login 2024-10-10 02:31:45 +08:00
Innei c7f74cf746
fix: clear local data when login other account and store window pos before quit
Signed-off-by: Innei <i@innei.in>
2024-10-10 00:21:06 +08:00
Stephen Zhou b72d4557df
fix: check eagle when available 2024-10-09 22:01:29 +08:00
Cesaryuan b2a44f97be
chore: improve devtools font on Windows (#834) 2024-10-09 20:19:10 +08:00
DIYgod baab5b993f
feat: registerPushNotifications (#812)
* feat: registerPushNotifications

* chore: auto-fix linting and formatting issues

* feat: post message token

* feat: newEntryNotification action

* feat: handle notification click event
2024-10-09 20:03:56 +08:00
Stephen Zhou 68e650957d
chore: typecheck 2024-10-09 19:56:22 +08:00
Innei 1e03bf66e1
fix: only valid feed can be claimed
Signed-off-by: Innei <i@innei.in>
2024-10-09 19:22:11 +08:00
Innei d5fe10a95f
fix(readability): respect origin html charset
Signed-off-by: Innei <i@innei.in>
2024-10-09 18:26:28 +08:00
Innei a4c1dc231c
fix: document title change when entry changed
Signed-off-by: Innei <i@innei.in>
2024-10-09 18:10:58 +08:00
Cesaryuan ba20507cbc
fix: `F12` cannot open devTools in development mode (#833) 2024-10-09 17:59:25 +08:00
Innei 6c4c543708
feat(trending): implement trending feature and components (#820)
* init

Signed-off-by: Innei <i@innei.in>

* update

Signed-off-by: Innei <i@innei.in>

* fix: update styles

Signed-off-by: Innei <i@innei.in>

* fix: hover

Signed-off-by: Innei <i@innei.in>

* update scroll

Signed-off-by: Innei <i@innei.in>

* update i18n

Signed-off-by: Innei <i@innei.in>

* chore: auto-fix linting and formatting issues

---------

Signed-off-by: Innei <i@innei.in>
Co-authored-by: Innei <Innei@users.noreply.github.com>
2024-10-09 17:58:00 +08:00
Innei b7a054f313
feat: support shortcut to toggle wide mode
Signed-off-by: Innei <i@innei.in>
2024-10-09 17:38:58 +08:00
Kaffi Y. 190a18e332
fix: hidden menu item is not filtered out on native (#830) 2024-10-09 17:08:04 +08:00
Stephen Zhou 5c8b02625e
fix: allow clear translation target in action 2024-10-09 16:56:20 +08:00
Innei c520448847
fix(shortcut): replace `meta` to `ctrl` in windows
Signed-off-by: Innei <i@innei.in>
2024-10-09 16:42:03 +08:00
Stephen Zhou 04a156b799
ci: try fix issue translator 2024-10-09 16:30:53 +08:00
Przeblysk 56ca95bd9d
fix: improve ActionCard state management and UI (#825)
* feat: Make the actions' SettingCollapsible openState independent, rather than judging the data

* chore: auto-fix linting and formatting issues

---------

Co-authored-by: Przeblysk <Przeblysk@users.noreply.github.com>
2024-10-09 16:07:29 +08:00
Cesaryuan f83278bff8
feat: trim social media view end redundant br elements (#826) 2024-10-09 15:58:41 +08:00
Stephen Zhou 0d0dcefbe0
chore: run eslint before prettier 2024-10-09 15:52:21 +08:00
Innei 5e91f19b18
fix: add native menu for copy link, close #822
Signed-off-by: Innei <i@innei.in>
2024-10-09 15:38:38 +08:00
Stephen Zhou dd0364d1a9
feat: silence action (#823) 2024-10-09 15:37:56 +08:00
Innei 1292fd41aa
fix: `NotSupport` width reactive
Signed-off-by: Innei <i@innei.in>
2024-10-09 15:27:40 +08:00
Stephen Zhou e5d32604d7
chore: fix lock 2024-10-09 14:38:06 +08:00
Innei da74fceb25
chore: manual chunk more
Signed-off-by: Innei <i@innei.in>
2024-10-09 14:08:58 +08:00
Innei a37e927e93
fix: import circular in dev login page
Signed-off-by: Innei <i@innei.in>
2024-10-09 11:40:05 +08:00
Stephen Zhou f5f521300f
fix: layout shift 2024-10-09 10:05:23 +08:00
Cesaryuan b4fed7801b
fix: change copy title icon (#817)
Co-authored-by: cesaryuan <cesaryuan@users.noreply.github.com>
2024-10-09 09:57:08 +08:00
Whitewater e7e930d177
fix: improve proxy URI handling (#810) 2024-10-09 09:55:05 +08:00
Stephen Zhou 6490dc54ef
chore: format 2024-10-09 09:12:54 +08:00