Implemented on branch andre.
Closed with commit:
7626417Centralize page JavaScript and fix all-journeys map
Changes:
- Moved page-specific inline JavaScript out of the HTML files…
Implemented on branch andre.
Closed with commits:
3cf07d0Centralize readable app theme colors4bf7dc2Add dark mode theme switcher
Changes:
- Centralized the shared styling…
Implemented in branch andre.
Added shared app-wide theme/contrast tokens in css/style.css and loaded the stylesheet across the main pages. This fixes the low-contrast text issue caused by…
Implemented in branch andre.
Journey owners can now add other users as editors for a shared journey. Shared editors can open the journey edit page, update chapters/markers/images, and save…
Implemented in branch andre.
Journeys can now be shared with specific users from the journey edit page. Owners can set a journey to Shared, choose users with view access, and choose users…
Implemented in branch andre.
Images are now shown in blog post chapters, and editable users can also upload and remove marker/chapter images directly from the blog post view. The changes…
Implemented in e4759b8 (Add marker image uploads).
Added authenticated image uploads for markers, stores uploaded files in the backend, and saves uploaded image metadata with the marker/jour…