Goal-Calibration/public/js
Yisroel Baum c065e065e9
fix admin texts route shadow conflict
FastRoute rejected /api/texts/all because the previously
declared variable route /api/texts/{textId} would shadow it,
crashing the app on boot. move the admin all-texts endpoint
to /api/admin/texts to clear the conflict; admin texts.js
follows the new URL.
2026-05-02 21:54:43 +03:00
..
auth.js add auth javascript 2026-04-24 13:29:38 +03:00
home.js style home page with shell and card list 2026-05-01 11:25:45 +03:00
text.js close other add forms when opening a new one 2026-05-01 11:58:12 +03:00
texts.js fix admin texts route shadow conflict 2026-05-02 21:54:43 +03:00
today.js style today page with shell and card list 2026-05-01 11:31:55 +03:00
userTexts.js add user texts and text detail pages 2026-05-02 21:46:41 +03:00