aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/settings/profile-controller.js
Commit message (Collapse)AuthorAge
* Fix profile creation not working on settings v1 (#968)toasted-nutbread2020-10-28
|
* Profile controller refactor (#953)toasted-nutbread2020-10-24
| | | | | | | | | | | * Udpate selectors * Optional remove button * Add menu * Refactor ProfileController * Fix selector
* Profile controller refactor (#950)toasted-nutbread2020-10-20
| | | | | | | * Add additional fields for consistency * Fix copy confirm not working correctly * Update IDs
* Add modal controller class (#908)toasted-nutbread2020-10-10
| | | | | * Add ModalController * Use modalController instead of new Modal
* Modal refactor (#842)toasted-nutbread2020-09-19
| | | | | * Add Modal class * Use Modal class
* Profile controller refactor (#825)toasted-nutbread2020-09-13
| | | | | * Add refresh function * Create new ProfileController class
* Settings controller file renaming (#794)toasted-nutbread2020-09-09
* Rename SettingsBackup to BackupController * Rename files to more closely match classes * Improve organization of script imports