- Restructure preview media action buttons container
- Remove unnecessary pointer-events-none class from inner div
- Wrap action buttons in an additional container for better overflow handling
- Maintain existing functionality for download and open in browser actions
Signed-off-by: Innei <tukon479@gmail.com>
- Memoize `entriesOptions` to improve performance
- Add conditional logic to remove `listId` for business feed IDs
- Import `isBizId` utility function for ID type checking
- Enhance query parameter generation with more flexible configuration
Signed-off-by: Innei <tukon479@gmail.com>
- Add active state highlighting for selected feed items
- Implement event propagation prevention in feed item click handler
- Update ListFeedList component to pass current feed ID for active state
- Refine padding and styling for feed list items
Signed-off-by: Innei <tukon479@gmail.com>
- Rename `feed-column` directory to `timeline-column`
- Update import paths and references across the application
- Refactor sidebar and column-related atoms and hooks
- Improve naming consistency for timeline-related components and functions
Signed-off-by: Innei <tukon479@gmail.com>
* refactor: update routes from /feeds to /timeline and improve timeline navigation
Signed-off-by: Innei <tukon479@gmail.com>
* refactor: improve timeline selector and list view rendering
- Optimize timeline selector with auto-scrolling and dynamic rendering
- Enhance list switch button with improved styling and title display
- Memoize and optimize timeline-related hooks and components
- Add utility functions for scrolling and visibility detection
Signed-off-by: Innei <tukon479@gmail.com>
* fix: prevent timeline selector error when timelineId is undefined
- Add null check for timelineId before processing timeline selection
- Ensure safe handling of timeline selector when no timeline is selected
Signed-off-by: Innei <tukon479@gmail.com>
* feat: add InboxSwitchButton for timeline navigation
- Implement InboxSwitchButton component for inbox timeline selection
- Add handling for inbox timeline in TimelineSwitchButton
- Support unread indicator and navigation for inbox timelines
Signed-off-by: Innei <tukon479@gmail.com>
---------
Signed-off-by: Innei <tukon479@gmail.com>
* feat: build pkg for mas
* fix: mas build script
* chore: manual mas build
* chore: optional tag_version
* fix: mas build input
* chore: debug
* feat: pkg keychain
* feat: remove pkg maker
* Revert "feat: remove pkg maker"
This reverts commit 0fef70050c9b9e862db7319798171cc47278d65b.
* feat: disable dmg maker for mas
* feat: update version to match mas' requirement
* feat: mas arch
* fix: mas build
* chore: update version
* feat: login and account deletion for mas
* feat: dynamic build version
* feat: recover version
* feat: add BUILD_CERTIFICATE_MASPKG_BASE64