-
Notifications
You must be signed in to change notification settings - Fork 237
Refactor preferences panels #728
Copy link
Copy link
Open
Milestone
Description
Describe the bug
In working on the PR to add support for voiced captions, I had to add some new preferences. Doing that, I discovered that they are pretty messy, and could use some refactoring.
Major changes proposed:
- Create prototypes to generate input fields that can be called with the relevant data.
- Create prototype for preference panels, so it's easier to insert a setting into a specific panel.
- Work on resolving Multiple instances of preferences modals inserted #658, so that the preference panel is created once and reused. Preferences are already global, so having individual panels is unnecessary.
Reactions are currently unavailable