Commit Graph

2020 Commits

Author SHA1 Message Date
Stephen Zhou d248c850b3
feat(transform): support itemContent 2024-10-15 09:17:24 +08:00
Innei 485d2d5d35
pref: use `slice` instead of `replace`
Signed-off-by: Innei <i@innei.in>
2024-10-15 00:46:58 +08:00
Innei d4db563761
fix: transform `feedId` to `inboxId`
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-15 00:18:31 +08:00
Innei 3680f66a70
fix: `csrf` header
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-15 00:02:16 +08:00
Innei c70915eaad
fix(error): show server error message
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-14 23:40:22 +08:00
Innei ed6efcede0
fix: share page container width
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-14 22:56:22 +08:00
Innei f09cd8107e
fix!: adjust external share page route
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-14 22:00:42 +08:00
Innei d98c06e1c0
fix: dynamic import error component
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-14 17:37:34 +08:00
Innei cb6eeb132b
perf: lazy load katex and inline katex style
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-14 16:47:49 +08:00
Konv Suu 25234e1bc1
fix: update DropdownMenuTrigger class for open state styling (#931) 2024-10-14 16:45:57 +08:00
Innei ef89398689
feat: support latex, resolve #917
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-14 16:35:23 +08:00
Innei f84c12e099
fix(code): bypass if no `<code />` wrapper
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-14 13:12:15 +08:00
Innei 3f06c717a2
fix: hijs code block parser, fixed #928
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-14 13:09:51 +08:00
Stephen Zhou 7ef68282ce
chore: missing return 2024-10-14 12:37:51 +08:00
Innei 5b9ee0a622
fix: login modal overlay and parse feed site url
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-14 12:01:14 +08:00
Stephen Zhou 29b893a23e
fix: hide some actions for inbox
close #912
2024-10-14 10:47:24 +08:00
Stephen Zhou d850a5c328
fix: modal escape conflict with cmdk 2024-10-14 10:13:12 +08:00
Stephen Zhou 5d78da6f10
fix: can not show cmdk search type 2024-10-14 10:06:16 +08:00
Stephen Zhou f04df1e823
chore: type check 2024-10-14 09:44:19 +08:00
Innei df05044c0e
fix: modal overlay
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-13 18:20:54 +08:00
Innei 22c0ddd14b
fix: feed column auto scroll lead cause the whole page to move
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-13 14:51:48 +08:00
Innei b0bad7afe0
fix: only navigate to root when document is focus
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-13 12:45:42 +08:00
Kevin Cui 719f1dae0e
fix: app icon incorrect in Windows Control Panel (#899)
Close: https://discord.com/channels/1243823539426033696/1294232031148118088

Signed-off-by: Kevin Cui <bh@bugs.cc>
2024-10-13 12:11:22 +08:00
Jerry Wong 795dccbfc5
fix: power page z-index (#910)
* refactor: optimize CSS classes in EntryPlaceholderLogo and TableHeader

Simplify CSS classes in EntryPlaceholderLogo component and remove unnecessary z-index usage in TableHeader component.

* update

Signed-off-by: Innei <tukon479@gmail.com>

---------

Signed-off-by: Innei <tukon479@gmail.com>
Co-authored-by: Innei <tukon479@gmail.com>
2024-10-13 12:10:54 +08:00
DIYgod fac97f1e98
chore(release): release v0.0.1-alpha.21 2024-10-13 02:42:13 +08:00
DIYgod b2916bd8b8
fix: json parse for env VITE_FIREBASE_CONFIG 2024-10-13 01:52:14 +08:00
DIYgod 880947563c
chore: firebase debug 2024-10-13 01:28:29 +08:00
DIYgod a5bb635808
chore: firebase debug 2024-10-13 01:15:23 +08:00
DIYgod f196493b68
feat: add bundleId to PushReceiver 2024-10-13 00:04:35 +08:00
DIYgod 2f5c3872e6
chore: firebase debug 2024-10-12 22:57:49 +08:00
Innei 728ea84fa6
fix: init store after app init
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-12 22:54:45 +08:00
DIYgod b541b484fc
chore: VITE_FIREBASE_CONFIG 2024-10-12 22:12:33 +08:00
Innei 9a84a29396
feat: support specific import for web and electron
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-12 21:42:14 +08:00
lawvs bb463a311f fix: add aria-describedby to modal content 2024-10-12 20:32:23 +08:00
cos 45b4bd8085
fix: windows web mark all read ui (#908) 2024-10-12 18:50:13 +08:00
Whitewater 75e0247290
refactor: revamp z-index usage (#864)
* refactor: revamp z-index usage in root container

* refactor: simplify modal structure and overlay handling

* refactor: remove unnecessary z-index from SelectContent component

* fix: update ModalOverlay to use Dialog.Overlay for improved dimiss behavior

* feat: integrate ModalOverlay with default modal

* refactor: extract ModalOverlay rendering into a variable for cleaner code

* update

Signed-off-by: Innei <tukon479@gmail.com>

---------

Signed-off-by: Innei <tukon479@gmail.com>
Co-authored-by: Innei <tukon479@gmail.com>
2024-10-12 18:33:40 +08:00
DIYgod 97041abab5
feat: notifications logger 2024-10-12 17:09:55 +08:00
DIYgod 079043f423
chore: add VITE_FIREBASE_CONFIG 2024-10-12 16:13:56 +08:00
Innei fc38072320
fix(vercel): filter subpath
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-12 15:26:26 +08:00
Innei 23fc4ad78a
chore: update changelogithub
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-12 15:16:18 +08:00
Innei 996113948a
chore: feed column footer version margin
Signed-off-by: Innei <tukon479@gmail.com>
2024-10-12 14:07:41 +08:00
Innei 27569c3784
chore(release): release v0.0.1-alpha.20 2024-10-12 13:44:32 +08:00
Innei 1407e77b63
refactor: show delete category action when available
refactor fd104d0087

Signed-off-by: Innei <tukon479@gmail.com>
2024-10-12 12:50:45 +08:00
Innei e08b46f7ae
Revert "fix: Mouse click may briefly overlap with background elements (#848)"
This reverts commit 57e818f783.

Signed-off-by: Innei <tukon479@gmail.com>
2024-10-12 12:30:19 +08:00
Stephen Zhou fd104d0087
fix: show delete category action when available 2024-10-12 12:01:40 +08:00
Stephen Zhou c3abc06978
fix: do not filter figure, add pre fallback
close #847
2024-10-12 09:53:48 +08:00
Wenxuan Shen d54fe81d96
chore(i18n): Chinese: export feeds (#886)
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
2024-10-12 09:12:17 +08:00
Stephen Zhou e41a48421b
chore: fix type 2024-10-12 09:08:16 +08:00
Stephen Zhou 926ef00785
feat: transform html (#870) 2024-10-12 09:00:46 +08:00
DIYgod a19ab9a247
feat: wide mode icon 2024-10-12 03:31:43 +08:00