Refactor org web content and simplify shared UI
All checks were successful
Build Org Website / build (push) Successful in 44s
All checks were successful
Build Org Website / build (push) Successful in 44s
This commit is contained in:
@@ -274,7 +274,7 @@ The published HTML is static, but some browser modules rely on same-origin APIs:
|
||||
| Notes board | `pages/notes.js` | `/api/notes` |
|
||||
| Wird tracker | `pages/wird-tracker.js` | `/api/wird`, `/api/wird/motalah`, `/api/calibre/books` |
|
||||
| Competency board | `pages/competency-status-board.js` | `/api/competencies/items...` |
|
||||
| RPG saves | `pages/play.js`, `pages/ash-below-lake.js` | `/api/play/rpg/save/:slot`, with local-storage fallback |
|
||||
| Archive World progress | `pages/archive-world.js` | Device-local `localStorage` state |
|
||||
|
||||
These APIs are not implemented here. Production routing must serve `output/` and proxy `/api/` to the appropriate backend. When changing an endpoint contract, coordinate the static client and its external service.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user