release(mobile): Release v0.2.1#3875
Merged
Merged
Conversation
* feat: add video support and enhance media handling in EntryNormalItem * chore: correct reference name for video view in VideoPlayer component * fix: remove size class
- Updated icon class names for social media links to include color styles for better visibility in light and dark modes. - Added a new hotkey configuration option in the Vite setup to improve user experience with customizable shortcuts. Signed-off-by: Innei <tukon479@gmail.com>
Sync main branch to dev branch
Sync main branch to dev branch
Sync main branch to dev branch
* chore: enable fullscreen video in NativeWebView * feat: add video component support with controls in HTML parser
…tionality - Added double-click event to reset entry and feed column widths to default UI settings. - Improved resizing logic by storing initial drag position for better handling of resize events. Signed-off-by: Innei <tukon479@gmail.com>
- Added a smooth scrolling feature to enhance user experience when navigating through content. - Replaced the previous spring scroll implementation with a custom smooth scroll function that adapts duration based on scroll distance. - Updated scroll event handlers to utilize the new smooth scrolling method for both upward and downward scrolling actions. Signed-off-by: Innei <tukon479@gmail.com>
- Introduced a new `useSmoothScroll` hook to encapsulate smooth scrolling logic, improving code reusability. - Updated `EntryScrollArea` to utilize the new hook, replacing the previous inline smooth scroll implementation. - Exported the `useSmoothScroll` hook from the hooks index for broader accessibility. Signed-off-by: Innei <tukon479@gmail.com>
- Adjusted button size and styling for improved consistency across the application. - Modified minimum height of the settings modal for better layout adaptability. Signed-off-by: Innei <tukon479@gmail.com>
* chore(locales): update zh-CN translations * update
- Integrated a new button in the About section to allow users to check for application updates. - Updated localization files to include the new button text. - Enhanced the app's update handling by importing the checkForAppUpdates function. Signed-off-by: Innei <tukon479@gmail.com>
* feat: integrate cleanJsonText function for json parsing * chore: update
…a options - Added a new Popover component to display sharing options for entries. - Created SharePanel component to handle different sharing actions, including native sharing and copying links. - Integrated mouse position tracking to position the popover correctly. - Updated entry action commands to utilize the new sharing functionality. - Added new icons for social media platforms and updated localization files for share-related texts. Signed-off-by: Innei <tukon479@gmail.com>
- Changed the shortcut for toggling Zen mode to use "Shift+$mod+Z". - Removed redundant sorting functions from SettingShortcuts and moved sorting logic to utils. - Enhanced the sorting utility for shortcut keys to ensure consistent ordering of modifier keys. - Updated GlobalHotkeysProvider to utilize the new sorting logic and added a check for normal layer focus. Signed-off-by: Innei <tukon479@gmail.com>
- Updated the control key naming in the SpecialKeys object for Windows, macOS, and Linux to ensure consistency. - Modified the transformShortcut function to replace "$mod" with "Control" instead of "Ctrl" for better clarity. - Adjusted the key sorting order to reflect the updated naming convention. Signed-off-by: Innei <tukon479@gmail.com>
- Added a new module to define global constants, including the application name. - Updated the SSR index to initialize global constants on server start. - Enhanced metadata handling in user metadata to include dynamic descriptions based on user subscriptions. - Improved the Open Graph and hydration metadata structure for better SEO and user experience. - Refactored user subscriptions query to group subscriptions by category for better organization. Signed-off-by: Innei <tukon479@gmail.com>
- Replaced the existing NotFound component with a new 404 page featuring animations and improved user experience. - Updated routing to utilize the new 404 component for better error handling. - Introduced a NotFoundError class and a callNotFound function to streamline error management across the application. - Refactored metadata fetching to handle not found scenarios gracefully. Signed-off-by: Innei <tukon479@gmail.com>
Signed-off-by: Innei <tukon479@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.2.1