merge development into main #18
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_slides!18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Implement URL hash routing: #decks, #slides/{deck}, #slide/{deck}/{name}, #slide/{deck}/{name}/history, #presentation/{deck}, #stats, #admin, #docs - navigateTo() updates history.pushState and applies route state - applyCurrentRoute() restores full UI state from URL on load/popstate - Tab clicks, deck select, editor open/close, version panel all update URL - Browser back/forward navigates through all state transitions - Fix deck dropdown onchange to call navigateTo instead of loadSlidesForDeck - Makefile: make run now uses debug build (installdev) for fast iteration - Makefile: restart uses hero_proc stop+start if already registered - Makefile: stop kills socat by port via lsof instead of fragile pkill pattern - Add _stop_socat/_start_socat helper targets for reuse across run/stop Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>All AI prompt strings are now loaded from .md files in a prompts/ directory at the deck root. On deck.scan or deck.create the directory is auto-seeded with embedded defaults, letting users customise every prompt without recompiling. Variable substitution uses {{variable_name}} syntax. Closes #11 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>Pull request closed