toasted-nutbread
|
5b5b45b88e
|
Dictionary controller refactor (#912)
* Support multiple main dictionary selects
* Update progress container
* Change class name
* Simplify dictionary info
* Update outdated node visibility
* Simplify node usage
* Simplify title
* Update classes
* Update IDs/classes
* Remove details container visibility assignment
* Use a template for dictionary details
* Fix progress bar visibility
* Fix incorrect property
* Rename dict-details to dictionary-details
* Remove unused classes
* Update class names for dictionary templates
* Rename templates
* More id renaming
* Remove unused id
* Rename more IDs
|
2020-10-11 17:31:58 -04:00 |
|
toasted-nutbread
|
25c590e54b
|
Add modal controller class (#908)
* Add ModalController
* Use modalController instead of new Modal
|
2020-10-10 20:58:38 -04:00 |
|
toasted-nutbread
|
05e51a950e
|
Settings templates refactor (#897)
* Add template instantiation API to SettingsController
* Use SettingsController.instantiateTemplate
|
2020-10-07 21:23:42 -04:00 |
|
toasted-nutbread
|
1a91935dd7
|
Fix dictionary settings not being deleted when deleting a single dictionary (#893)
|
2020-10-06 23:00:00 -04:00 |
|
toasted-nutbread
|
a2e6de84af
|
Dictionary delete improvements (#844)
* Change where clearDatabaseCaches occurs
* Move dictionary deletion into the settings page
* Remove api.deleteDictionary
|
2020-09-19 17:17:33 -04:00 |
|
toasted-nutbread
|
2ff4f83072
|
Modal refactor (#842)
* Add Modal class
* Use Modal class
|
2020-09-19 17:14:51 -04:00 |
|
toasted-nutbread
|
f997f01742
|
Dictionary controller refactor (#831)
* Create new DictionaryController
* Update input disabling when modifying the database
|
2020-09-15 19:35:44 -04:00 |
|
toasted-nutbread
|
5ec5d0c91c
|
Database change event (#826)
* Add api.triggerDatabaseUpdated and yomichan.on('databaseUpdated')
* Update databaseUpdated event usage
|
2020-09-13 18:43:44 -04:00 |
|
toasted-nutbread
|
8408bee90a
|
Settings controller file renaming (#794)
* Rename SettingsBackup to BackupController
* Rename files to more closely match classes
* Improve organization of script imports
|
2020-09-09 17:37:58 -04:00 |
|