-
Notifications
You must be signed in to change notification settings - Fork 1.3k
release(mobile): Release v0.2.3 #4128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… template for read entries - Introduced a new setting 'dimRead' to allow users to diminish the color of read entries in the timeline. - Updated the ListItem component to apply the dimming effect based on the new setting. - Added corresponding translations for the new setting in the English locale. - Set default value for 'dimRead' to false in the general settings defaults. Signed-off-by: Innei <[email protected]>
Signed-off-by: Innei <[email protected]>
* refactor: use lightbox to preview image on iOS * refactor: replace atom-based image preview event handling with EventBus * refactor: replace NotificationCenter with Combine * chore: clean code
…ent component Signed-off-by: Innei <[email protected]>
- Introduced a new input field for Entry ID in the bug report template to capture specific entry details related to issues. - Updated the description to guide users on providing relevant information. Signed-off-by: Innei <[email protected]>
* backup Signed-off-by: Innei <[email protected]> * remove and cleanup Signed-off-by: Innei <[email protected]> * refactor: remove unused mobile download page and update layout component to use responsive loading Signed-off-by: Innei <[email protected]> --------- Signed-off-by: Innei <[email protected]>
* feat: enhance scroll state management * Drop 古法手写代码,使用 agent 进行优化 * chore: minor update * update
- Removed deprecated fields related to user roles and Stripe customer IDs from the user and wallet schemas. - Updated wallet schema to include new fields for power tokens and their management. - Adjusted OpenAPI schemas to reflect the changes in the user and wallet structures. Signed-off-by: Innei <[email protected]>
- Removed the deprecated `components.tsx` file and its associated code. - Updated imports in `EntryContent.tsx` to reflect new component structure. - Simplified command binding logic in `EntryHeaderActions` by removing unused hooks. - Adjusted shortcut handling for command buttons to disable trigger shortcuts globally. Signed-off-by: Innei <[email protected]>
- Modified the EntryCommandShortcutRegister component to accept a view parameter of type FeedViewType. - Updated the EntryContent component to pass the view prop to EntryCommandShortcutRegister. - Adjusted the StarCommand type definition to require the view parameter. Signed-off-by: Innei <[email protected]>
* feat: add BottomModal component * feat: implement Select component with modal for Android
…dling Signed-off-by: Innei <[email protected]>
Sync main branch to dev branch
Sync main branch to dev branch
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Signed-off-by: Innei <[email protected]>
…e loading workaround Signed-off-by: Innei <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: ViewSourceContent AutoToggle Calls Repeatedly
The ViewSourceContentAutoToggleEffect
component no longer ensures enableShowSourceContent()
is called only once per entry. The useRef
based "once" logic was removed, causing enableShowSourceContent()
to be called unnecessarily every time the entry ID changes.
apps/desktop/layer/renderer/src/modules/entry-content/ApplyEntryActions.tsx#L28-L34
Folo/apps/desktop/layer/renderer/src/modules/entry-content/ApplyEntryActions.tsx
Lines 28 to 34 in 56a7593
const ViewSourceContentAutoToggleEffect = ({ id }: { id: string }) => { | |
useEffect(() => { | |
enableShowSourceContent() | |
}, [id]) | |
return null | |
} |
BugBot free trial expires on July 22, 2025
You have used $0.00 of your $0.00 spend limit so far. Manage your spend limit in the Cursor dashboard.
Was this report helpful? Give feedback by reacting with 👍 or 👎
v0.2.3