refactor(app): externalize watch page assets and modularize player scripts #19
No reviewers
Labels
No labels
bug
codex
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
wandabastyle/twitch_relay!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "cache"
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?
Summary
src/app.rsstring intosrc/templates/watch.htmlplus staticwatch.css/JS assets.window.__WATCH_CONFIG__bootstrap so Rust remains the SSR source of runtime values (channel,manifestUrl,relay) while static scripts handle UI logic.web/static/watch.jsinto focused modules (watch-core.js,watch-player.js,watch-emotes.js,watch-chat.js,watch-init.js) and update template script ordering.Verification
cargo check