13 Commits

Author SHA1 Message Date
zack3d 31f25ad472 wewe 2025-10-06 16:17:29 -07:00
zack3d 61acdd7111 d 2025-10-06 16:11:30 -07:00
zack3d 9a39e8ec13 wee 2025-10-06 15:39:54 -07:00
zack3d cff7f0e835 feat(sdk): add localized social links to info modal
Build and render social links in the info modal using localized
site content. Detect the preferred locale (localStorage or document
lang, fallback to 'en') and fetch content via getSiteContent(locale).
Parse keys social.<id>.(url|text|icon|order), apply defaults
(labels and ordering via DEFAULT_SOCIAL_ORDER), support icons, and
render with separators.

Cache per-locale rendering using data attributes to avoid
unnecessary rebuilds, and invoke it from injectInfoSections so
links appear when the modal opens.
2025-10-06 15:26:45 -07:00
zack3d f746913297 we 2025-10-05 00:58:08 -07:00
zack3d 785032a8ad fix(plugins): respect USE_FRONTEND_BACKUP and create plugins dir
Resolve plugin directory based on USE_FRONTEND_BACKUP so /api/plugins
works with both frontend-backup and built frontend, aligning with
index.ts.

Ensure /app/frontend/plugins is created during non-backup Docker
builds to avoid missing-directory issues at runtime.

Update backup asset import reference and adjust local helper
script path.
2025-10-04 16:48:59 -07:00
zack3d a86cd87964 feat(plugins): expose plugin routes and load FurryPlace SDK
Add setupPluginRoutes to the server and register it in index.ts.
Include /furryplace-sdk.js on admin, index and moderation backup pages
to enable custom button extensions.
2025-10-04 16:40:55 -07:00
zack3d c291b68285 wa 2025-10-04 03:23:56 -07:00
zack3d 342fc3955a FurryPlace 2025-10-04 01:52:54 -07:00
zack3d b87f2397d9 b 2025-10-04 01:41:35 -07:00
zack3d f011e23cb2 b 2025-10-02 19:27:15 -07:00
zack3d 83a3bba563 b 2025-10-02 03:12:52 -07:00
zack3d 54e483c49c horey sheet 2025-10-02 02:40:11 -07:00