Editor: jump-to-section dropdown (parses /* banner */ comments)

This commit is contained in:
FuelBoard Contributor
2026-08-13 12:45:36 +01:00
parent d47e4f2ead
commit a597157622
3 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ Set `TOKEN=...` in the environment to pin your own.
| Route | What it does |
|-------------|-----------------------------------------------------------|
| `GET /` | The editor page (no auth) |
| `GET /file` | Current strings file + git dirty/clean banner |
| `GET /file` | Current strings file + git dirty/clean banner + section list |
| `POST /save`| Write the file, then `plutil -lint` it |
| `POST /save-build` | Write the file and start a background build job |
| `GET /job/<id>` | Job progress (polled by the page, 2 s) |