scottohara / tvmanager

PWA for tracking recorded, watched & upcoming TV shows
MIT License
3 stars 0 forks source link

Refactor notices into it's own component #82

Open scottohara opened 5 years ago

scottohara commented 5 years ago

Currently the ApplicationController includes a bunch of functionality relating to notices, e.g.

These could/should be moved out into a dedicated service/component for creating/tracking/showing/acknowledging notices; which would simplify the ApplicationController and allow it to focus on it's main job of managing the view stack (pushing/popping views).