Currently manually mounting danmaku is a stateless process, once a danmaku is mounted, it is "forgotten", there is no state to track for which episode is the danmaku for.
Tracking the state can allow the following:
Update the extension icon to reflect the mounting status (for automatic mounting too)
Auto filling the popup ui with the current state
Communication between popup and content script
Also UX wise, we can allow manual mounting from the content FAB and the search list in the popup.
Currently manually mounting danmaku is a stateless process, once a danmaku is mounted, it is "forgotten", there is no state to track for which episode is the danmaku for. Tracking the state can allow the following:
Also UX wise, we can allow manual mounting from the content FAB and the search list in the popup.