Folo/apps/ssr/client
Innei bd4a921cdc
feat(share): group un-categorized subscription
- Introduced a constant `UN_CATEGORIZED` to manage uncategorized subscriptions more effectively.
- Updated the logic to assign uncategorized subscriptions to the `UN_CATEGORIZED` category.
- Implemented sorting for uncategorized subscriptions to display them last, improving the organization of subscription groups.

These changes aim to streamline the categorization process and enhance the user experience when viewing subscriptions.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-17 21:36:31 +08:00
..
@types feat: simplified language list 2025-04-30 15:17:04 +08:00
atoms feat(ssr): remove askOpenInFollowApp; optimize feed page 2025-05-07 12:38:14 +08:00
components feat(header): re-design share header 2025-06-17 20:53:12 +08:00
initialize fix(ssr): load i18n before renderer 2025-04-30 22:11:16 +08:00
lib feat(ssr): remove askOpenInFollowApp; optimize feed page 2025-05-07 12:38:14 +08:00
modules/login fix: icon can't follow theme switch correctly (#3922) 2025-06-16 11:38:22 +08:00
pages refactor(feed): optimize feed display and error handling 2025-06-17 20:44:37 +08:00
providers fix(ssr):can't follow system theme switch issuse (#3917) 2025-06-13 22:59:48 +08:00
query feat(share): group un-categorized subscription 2025-06-17 21:36:31 +08:00
styles chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
App.tsx chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
configs.ts chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
global.d.ts chore: add `Prettify` helper 2025-05-21 16:52:39 +08:00
i18n.ts feat: fallback zh-tw to zh-cn 2025-04-30 18:22:46 +08:00
index.tsx fix(react19): integrate code-inspector-plugin and remove click-to-react-component references across desktop and ssr applications 2025-05-07 20:01:38 +08:00
router.tsx feat(ssr): implement custom 404 page and enhance error handling 2025-06-05 00:18:16 +08:00