0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/apps/admin-x-activitypub
Sodbileg Gansukh 13c5c5ff17
Moved NewPostModal component to the Feed page (#22199)
ref AP-744

- NewPostModal component is only used in Feed
- For that reason, this should be placed with the Feed component itself
in view directory
- Inbox and Feed components are still in a single file at the moment as
the separation isn't in the context of file structure updates
- Once componets are separated into smaller ones, Feed directory will be
populated with the corresponding files
2025-02-17 05:51:47 +00:00
..
public/styles Added Ghost2Ghost ActivityPub feature that uses mock API (#20411) 2024-06-19 12:46:02 +01:00
src Moved NewPostModal component to the Feed page (#22199) 2025-02-17 05:51:47 +00: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 Fixed skeleton loader on ActivityPub inbox and feed screens (#22171) 2025-02-12 08:01:39 +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 Moved the Inbox component to views directory in ActivityPub (#22197) 2025-02-17 12:31:36 +08:00
vite.config.mjs Moved the Inbox component to views directory in ActivityPub (#22197) 2025-02-17 12:31:36 +08:00