Commit Graph

554 Commits

Author SHA1 Message Date
DIYgod 4ba047ebc9
feat(ssr): use hcaptcha 2025-05-25 12:37:58 +08:00
DIYgod 22aec9207e
feat(desktop): use hcaptcha 2025-05-25 12:17:40 +08:00
DIYgod b62ffc5831
fix(desktop): appx protocol 2025-05-24 19:03:16 +08:00
DIYgod 72f57510d4
docs(desktop): update changelog 2025-05-24 17:38:11 +08:00
DIYgod f2f65545fb
feat(desktop): speed up some animations 2025-05-24 11:21:46 +08:00
DIYgod 88060afdbb
release(desktop): release v0.4.8 2025-05-24 09:57:20 +08:00
Innei 62fc0a0cb1
feat: customize shortcuts (#3786)
* refactor: update command categories and labels for consistency

- Replaced existing command categories with more descriptive names such as "Entry Render", "Global", "Integration", "Layout", "List", "Settings", "Timeline", and "Subscription".
- Updated command labels to remove unnecessary prefixes, enhancing clarity and uniformity across the application.
- Adjusted imports to include the new CommandCategory type for better type safety.

This refactor improves the organization and readability of command definitions, contributing to a more intuitive user experience.

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

* update

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

* update

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

* update

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

* feat: enhance command shortcut customization and recording functionality

- Added a new hotkey scope for recording commands.
- Introduced a mechanism to override command shortcuts using local storage.
- Implemented a key recorder for capturing user-defined shortcuts with validation rules.
- Updated the UI for editing command shortcuts, allowing users to customize their key bindings more intuitively.

This enhancement improves user experience by providing more flexibility in managing command shortcuts.

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

* feat: enhance command shortcut customization by adding new commands

- Updated the default command shortcut for toggling the timeline column.
- Expanded the set of customizable commands to include various subscription and entry actions, improving user flexibility in managing shortcuts.

This update enhances the customization capabilities for command shortcuts, allowing users to tailor their experience more effectively.

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

* refactor: scope

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

* feat: add global commands for quick add and toggle corner play

- Introduced new global commands: "Quick Add" and "Toggle Corner Play" with associated keyboard shortcuts.
- Updated command IDs and types to accommodate the new functionalities.
- Enhanced the event bus integration for better command handling.

This update improves user interaction by providing quick access to essential features through keyboard shortcuts.

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

* refactor: remove unused hotkey scope and streamline command bindings

- Deleted the `useSwitchHotkeyScope` hook and its references to simplify the hotkey management.
- Updated command bindings to ensure they function correctly without the removed scope.
- Enhanced the logic for determining when commands should be active based on the current focus and active scopes.

This refactor improves the clarity and efficiency of the command handling system, reducing unnecessary complexity.

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

* feat: add shortcut conflict detection and enhance shortcut customization UI

- Introduced a new hook `useIsShortcutConflict` to check for conflicts between user-defined shortcuts and existing ones.
- Updated the `EditableCommandShortcutItem` component to visually indicate when a shortcut is customized by the user.
- Enhanced the `ShortcutInputWrapper` to display conflict warnings and improve user interaction when editing shortcuts.

This update improves the user experience by allowing users to easily identify and resolve shortcut conflicts, enhancing the overall customization capabilities of command shortcuts.

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

* feat: update command structure and enhance shortcut descriptions

- Changed the command ID for toggling the timeline column to toggle the subscription column for better clarity.
- Updated command labels to include descriptions for various commands, improving user understanding of their functionalities.
- Enhanced localization files to reflect the new command descriptions, ensuring a consistent user experience across different languages.

This update improves the usability of command shortcuts by providing clearer descriptions and a more intuitive command structure.

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

* feat: introduce new keyboard shortcuts system

- Added a comprehensive command shortcut system that supports multiple categories including global operations, layout controls, timeline navigation, content rendering, subscription management, and entry actions.
- Users can access and customize key bindings through `Settings` -> `Shortcuts`.

This enhancement improves user efficiency by providing a structured way to manage keyboard shortcuts.

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

* refactor

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

* feat: enhance focusable component with presets for improved command handling

- Introduced `FocusablePresets` to encapsulate common focus-related logic, improving code reusability.
- Updated command bindings in various components to utilize the new presets, streamlining the focus management process.
- Enhanced the `Focusable` component to support additional scopes, improving the overall functionality and user experience.

This update simplifies the management of focusable elements and enhances the command handling system.

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

* refactor: enhance Focusable component with asChild prop for improved flexibility

- Updated the Focusable component to support an `asChild` prop, allowing it to render a child element with focusable properties.
- Modified the BizFocusableProps interface to align with the new FocusableProps structure.
- Adjusted usage in the FeedColumn component to utilize the new `asChild` feature, enhancing the component's flexibility.

This change improves the usability of the Focusable component by allowing it to wrap existing elements while maintaining focus management capabilities.

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

* refactor: update WindowUnderBlur and FeedColumn components for improved structure and functionality

- Refactored the WindowUnderBlur component to accept a customizable `as` prop, enhancing its flexibility in rendering.
- Updated the FeedColumn component to utilize the new `WindowUnderBlur` structure, allowing it to wrap the Focusable component directly.
- Enhanced the Focusable component's logic to include additional conditions for the SubscriptionList scope, improving focus management.

These changes streamline the component architecture and improve the overall user experience by allowing for more versatile component usage.

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

* refactor: update command bindings in SubscriptionList for improved focus management

- Replaced the `isFocus` variable with `inSubscriptionScope` to streamline focus handling in the SubscriptionList component.
- Updated command bindings and hotkey conditions to utilize the new `inSubscriptionScope` logic, enhancing the clarity and functionality of focus management.

These changes improve the overall structure and usability of the SubscriptionList component, ensuring better focus handling within the subscription context.

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

---------

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-23 21:26:55 +08:00
Stephen Zhou 19717e96b7
refactor: unread store (#3788) 2025-05-23 17:25:09 +08:00
Innei 15b9813820
fix: toc item overflow and speed up entry transition
- Added EllipsisHorizontalTextWithTooltip for better title display in the Table of Contents.
- Updated scroll handling to dispatch layout focus command.
- Adjusted initial and exit motion variants for smoother animations in entry content.
- Changed transition to a bouncy effect for improved visual feedback.

These changes improve user experience and visual consistency across the application.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-23 12:57:30 +08:00
Innei 92401fa99c
fix: update global hotkeys to focus on subscription instead of timeline
- Changed the hotkey action to focus on subscription with highlightBoundary set to false when the Home scope is active.
- This adjustment improves the user experience by directing focus appropriately based on the current context.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-23 00:37:36 +08:00
DIYgod c6278da6bb
feat(desktop): rsshub routes sorting 2025-05-22 22:36:45 +08:00
DIYgod e525edc83d
feat(desktop): display list analytics 2025-05-22 20:05:07 +08:00
Stephen Zhou f85f2f5fbb
feat: allow hide private subscription in view timeline (#3773) 2025-05-22 17:09:53 +08:00
Innei 70da1ab94b
fix(desktop): improve scroll animation handling in EntryContent
- Introduced a reference for scroll animations to manage their lifecycle more effectively.
- Updated the cleanup logic to stop ongoing animations when scrolling actions are triggered.
- Enhanced the scroll behavior by ensuring animations are properly halted before new scroll actions are initiated.

These changes aim to provide a smoother user experience during content transitions.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-22 14:16:47 +08:00
Innei 26c64bf040
fix(ux): remove highlight boundary when using mouse
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-22 13:53:43 +08:00
Innei 582303fcbf
fix(desktop): shortcut scope switching logic
- Replaced the use of `useShortcutScope` with `useConditionalHotkeyScope` in the Modal component for improved hotkey handling.
- Updated the `useSwitchHotkeyScope` hook to maintain the current active scopes using `useLayoutEffect`.
- Modified the SubviewLayout to conditionally enable the Escape key hotkey based on the active scope.

These changes streamline hotkey management and enhance user experience across modal and subview interactions.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-22 13:40:23 +08:00
Innei f52cf91d9b
fix(desktop): add highlight boundary condition
- Updated EventBus dispatch calls in layout commands to include a highlightBoundary parameter for better focus control.
- Modified EntryItemWrapper to dispatch focus command with highlightBoundary set to false after a timeout.
- Adjusted GlobalHotkeysProvider to dispatch focus commands with highlightBoundary set to true for improved user experience.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-22 13:13:47 +08:00
DIYgod 51e1ece5ae
fix(desktop): notification token updating 2025-05-22 12:25:37 +08:00
DIYgod 43692c67ee
feat(desktop): updateNotificationsToken with existing credentials on launch 2025-05-22 11:04:50 +08:00
Whitewater c48b94a525
fix: enhance video parse in entry content (#3782)
* fix: add source attributes for video elements in parseHtml function

* feat: enhance video component to support source elements and preview images
2025-05-22 02:39:24 +08:00
Innei dd1c61d681
chore: update .prettierignore and package.json for desktop build
- Added 'apps/mobile/native/example' to .prettierignore.
- Modified the 'analyze:web' script in package.json to include WEB_BUILD=1 for enhanced build configuration.
- Fixed missing newline at the end of locales/settings/en.json file.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-21 23:16:07 +08:00
Innei bc0a9358b5
feat: title transform follow the english title case rules
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-21 22:34:37 +08:00
DIYgod 2f87870bdb
feat(desktop): get client messaging token 2025-05-21 22:23:09 +08:00
Innei 65b648be8f
feat: refactor zen mode functionality and update shortcuts
- Removed the zen mode option from the app menu and adjusted the corresponding global shortcut to use `$mod+Shift+Z`.
- Updated the zen mode state management in the settings module to streamline the toggle functionality.
- Enhanced command handling for zen mode, integrating it with the new command structure for better consistency.
- Updated localization files to reflect changes in shortcut labels.

This refactor improves the overall user experience by ensuring a more intuitive shortcut for toggling zen mode.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-21 22:03:06 +08:00
DIYgod 0db149fe12
feat(desktop): notifications settings 2025-05-21 21:42:18 +08:00
Konv Suu 04cc13bef7
feat(desktop): unify with trending component (#3767)
* feat(desktop): unify with trending component

* resolve conflict

* update
2025-05-21 20:28:00 +08:00
Innei 4ae8bf21e8
chore: add `Prettify` helper
- Added APP_NAME constant with value "Folo" to global declarations in both desktop and SSR environments.
- Updated type definitions to use Prettify for improved type handling in context menu and component definitions.
- Enhanced the useTitle hook to incorporate APP_NAME in the title template for better context in the application.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-21 16:52:39 +08:00
Konv Suu a3ae0a92c9
feat(desktop): center the text in the badge (#3771) 2025-05-21 13:55:52 +08:00
Stephen Zhou 04583a3003
fix(desktop): hide more when limit is not exceeded for entry read history 2025-05-21 09:26:54 +08:00
Innei 6be20f483c
feat: enhance shortcut management and add new commands
- Removed the `$mod` replacement for `Meta` in shortcut handling to ensure proper cross-platform functionality.
- Introduced new commands for "Open in Browser" and "Open Site in Browser" with corresponding shortcuts.
- Updated the `useFeedActions` and `useListActions` hooks to utilize the new command shortcuts.
- Improved the `transformShortcut` function for better platform-specific shortcut handling.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-20 23:37:37 +08:00
Innei 0f5a0ad8b0
feat: update shortcut handling to use `$mod` for cross-platform compatibility
- Replaced instances of `Meta` with `$mod` in shortcut definitions across various components and hooks.
- Introduced new shortcuts for actions like "Open in Browser" and "Mark All as Read".
- Enhanced the `useCommandBinding` hook to support the new shortcut structure.
- Updated UI components to reflect the changes in shortcut keys, ensuring consistency in user experience.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-20 23:15:29 +08:00
DIYgod bf2312057d
feat(desktop): display route top feeds 2025-05-20 22:23:04 +08:00
Stephen Zhou 25d1f06fd5
fix(desktop): reset highlightMotion state after switching entry 2025-05-20 22:07:40 +08:00
Innei c4c1b35670
fix: improve scroll behavior and update styles in entry content
- Added a new event listener to handle scroll events, ensuring the "Keep Scrolling" panel visibility is managed correctly.
- Refactored the `FloatPanel` component styles for better visual consistency and alignment with the design system.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-20 21:58:54 +08:00
Innei 4fa171b418
feat: add `folo` scheme
- Introduced `LEGACY_APP_PROTOCOL` to manage legacy protocol support alongside the new `APP_PROTOCOL`.
- Updated various files to utilize the new protocol constants, ensuring compatibility and consistency across the application.
- Enhanced mobile app configuration to support multiple schemes for better flexibility.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-20 20:46:12 +08:00
Innei 6b4b1f37f3
fix: cleanup rn global env and enhance setting auto enabled logci
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-20 20:04:42 +08:00
DIYgod 5ce34edc98
feat(desktop): display rsshub route heat 2025-05-20 19:38:07 +08:00
Innei 8ef045de1c
refactor: simplify settings change detection in migration v1
- Introduced a new `hasSettingsChanged` function to streamline the logic for detecting changes in UI and general settings.
- Replaced the previous loop-based checks with a more concise implementation using the new function, improving code readability and maintainability.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-20 19:34:07 +08:00
DIYgod 1b7c199905
feat(desktop): rsshub route search 2025-05-20 17:21:34 +08:00
DIYgod 5f06de023f
feat(desktop): discover category independent page 2025-05-20 17:21:34 +08:00
Innei b96a02a416
feat: enhance date formatting and UI component styles
- Updated `RelativeDay` component to utilize user-defined date formats.
- Refactored date formatting logic to improve performance with `useMemo`.
- Adjusted styles in `DateItem` and `ScrollArea` components for better visual consistency.
- Enhanced `SegmentGroup` background styling for improved UI clarity.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-20 16:55:16 +08:00
Innei b996ef3a22
refactor: update Tailwind configuration and enhance entry navigation
- Removed the conditional hover support in Tailwind configuration.
- Added a safelist for line-clamp classes to improve styling options.
- Refactored navigation logic in `useNavigateEntry` to optimize route handling.
- Enhanced `EntryItemWrapper` to dispatch focus events after navigation.
- Updated `EntryContent` to implement motion animations and improve entry transitions.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-20 16:38:56 +08:00
Cason Kervis fc1e7ea730
feat: add Zotero integration and sort integration panel (#3738) 2025-05-20 12:08:28 +08:00
Innei 81a5186fd0
fix: disable fetch reading history in inbox entry
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-20 01:00:30 +08:00
Innei a6c9b20d92
refactor: update hotkey registration and enhance entry content structure
- Changed special key mappings from an array to an object for improved clarity.
- Integrated `RootPortal` for `RegisterCommands` to enhance rendering logic.
- Added scroll detection and user interaction feedback in `RegisterCommands`.
- Introduced a floating panel to notify users when scrolled to the bottom.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-20 00:58:40 +08:00
Innei fd51a23a67
feat!: enhance keyboard logic for vim users
- Simplified keyboard shortcuts for switching views and showing shortcuts.
- Enhanced hotkey registration to include special key mappings.
- Updated command hotkeys in various components for consistency.
- Adjusted user guide to reflect new shortcut key for showing shortcuts.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-19 23:46:01 +08:00
Innei 243cd37a88
feat: enhance hotkey functionality and command structure
- Added new hotkey scope for sub-layer functionality.
- Introduced `useCommandBinding` hook to streamline command binding.
- Updated command IDs to include focus to entry render functionality.
- Refactored hotkey registration to improve clarity and maintainability.
- Adjusted event handling for better focus management in the global hotkeys provider.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-19 23:11:23 +08:00
Innei 33ef0c4b51
fix: drop blur not working on the vibrancy layer of macos electron
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-19 21:12:21 +08:00
Innei 9750f7b206
Merge pull request #3763 from RSSNext/sync/main-to-dev-20250519
Sync main branch to dev branch
2025-05-19 20:48:53 +08:00
Innei 798da28b8e
release(desktop): hotfix to release v0.4.7 2025-05-19 20:32:01 +08:00