Folo/apps/ssr/client
Innei a9d70a9900
refactor(legal): remove legal package and update references
- Deleted the `@follow/legal` package and its associated files, including privacy and terms of service documents.
- Updated various components to remove dependencies on the legal package, replacing modal presentations with direct links to external privacy and terms pages.
- Adjusted configuration files and routes to reflect the removal of legal utilities, ensuring a cleaner codebase.

These changes streamline the project by eliminating unnecessary dependencies and improving the user experience with direct access to legal documents.

Signed-off-by: Innei <tukon479@gmail.com>
2025-08-24 01:46:30 +08:00
..
@types chore: clean up package dependencies and remove unused i18n generation script 2025-07-09 00:23:51 +08:00
atoms fix(desktop): move hydrate database to first, drop dataPersist option 2025-07-30 17:52:23 +08:00
components refactor(legal): remove legal package and update references 2025-08-24 01:46:30 +08:00
initialize fix(ssr): load i18n before renderer 2025-04-30 22:11:16 +08:00
lib feat: add fetch cache no-store and header cache-control no-store 2025-07-11 18:19:08 +08:00
modules fix: web login redirect 2025-07-29 15:52:06 +08:00
pages feat(footer): add PoweredByFooter component for enhanced branding 2025-08-12 23:18:59 +08:00
providers feat: referral (#3761) 2025-07-10 09:47:11 +08:00
query fix: handle undefined titles in user group sorting, resolves FOL-2224 2025-07-01 00:16:29 +08:00
styles
App.tsx
configs.ts feat: new domain folo.is 2025-07-03 13:13:42 +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 chore: ignore generated route import 2025-06-24 13:44:23 +08:00