0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/apps/admin-x-activitypub
Peter Zimon ec46fa112d
Integrating React Router in ActivityPub (#22234)
ref AP-701

- ATM we're using our in-house routing solution in ActivityPub. On the
mid/long term (ie. Public Beta / GA) it's beneficial to switch to an
existing third-party solution which handles certain use cases that we'd
need out of the box. One of the most popular of these tools is React
Router, for which we've already put together a spike in the Posts app
prototype. This PR is replacing our in-house router with React Router
for ActivityPub and all new React apps.
2025-02-24 13:20:23 +01:00
..
public/styles Added Ghost2Ghost ActivityPub feature that uses mock API (#20411) 2024-06-19 12:46:02 +01:00
src Integrating React Router in ActivityPub (#22234) 2025-02-24 13:20:23 +01:00
test Used new feed and inbox endpoints for feed and inbox view 2025-02-11 21:36:47 +07:00
.eslintignore
.eslintrc.cjs Used new feed and inbox endpoints for feed and inbox view 2025-02-11 21:36:47 +07:00
.gitignore
index.html
package.json Bumped ActivityPub version (#22256) 2025-02-20 20:22:37 +00:00
playwright.config.mjs
postcss.config.cjs
tailwind.config.cjs ActivityPub Shade integration (#22150) 2025-02-10 17:05:15 +01:00
tsconfig.json Integrating React Router in ActivityPub (#22234) 2025-02-24 13:20:23 +01:00
vite.config.mjs Integrating React Router in ActivityPub (#22234) 2025-02-24 13:20:23 +01:00