Conversation
fboucher
added a commit
that referenced
this pull request
Mar 19, 2026
FIX #1 #2: remove dead startStreamBtn/endStreamBtn event listeners FIX #3 #4: remove dead projectInput/streamTitleInput references FIX #5: loadActiveSession uses GET /api/stream/status; start/stop buttons use POST /api/stream/start|stop; add input validation for Start btn FIX #6: remove renderTodos() targeting non-existent #todosList FIX #7: remove renderReminders() targeting non-existent #remindersList FIX #8: wire notes to GET/POST/DELETE /api/notes FIX #9: wire todos to GET/POST/PATCH/DELETE /api/todos FIX #10: wire reminders to GET/POST/DELETE /api/reminders FIX #11: fix todo status default 'pending' -> 'new' in index.js FIX #12: replace db.loadSessionData() (server module) with fetch('/api/session/:id') in loadDashboardStats() FIX #13: delete button present in renderSessionReminders() FIX #14: add per-note 'Show on Stream' button calling POST /api/stream/overlay FIX #15: add SSE EventSource subscription in index.html for overlay note events Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.