| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
| |
* Expose isClosed property
* Add popupMenu to detail
* Return true if closed, false otherwise
* Add closed event to PopupMenu
|
|
|
|
|
|
|
|
|
| |
* Rename action
* Store more state information
* Conditional checks for details toggle links
* Add support for hiding/showing details via menu
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Check if element exists
* Add delete function
* Add support for deleting via popup menu
* Update how count visibility is updated
* Update dictionary deletion progress updates
* Update storage stats after dictionary deletion
|
|
|
|
|
| |
* Add event for popup element close completion
* Add StatusFooter class
|
| |
|
|
|
|
|
|
|
| |
* Make event non-async
* Only add event listener if the button exists
* Add support for menu for removal
|
| |
|
|
|
|
|
|
|
| |
* Store a reference to the menu
* Allow close cancellation
* Add open event
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Move jQuery-based modal into a separate class
* Remove jQuery conditions for default modal
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Create new SelectorObserver class
* Update DOMDataBinder to use SelectorObserver
* Update names to be more clear
* Remove attributeOldValue parameter, clarify attributes parameter
* Add documentation
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add simple scan input UI
* Create helper function
* Add controller for old scanning input UI
* Add refresh functions
* Add abstraction function
* Fix incomplete middle mouse support detection
* Make scanning inputs update eachother
* Fix global declaration order
|
| |
|
|
|
|
|
| |
* Update pattern to be multi-match
* Remove unnecessary async
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Add helper function _getElementRelativeToAncestor
* Move helper functions
* Add setVisibility transform
* Add support for data-transform attribute shorthand
* Add support for using the document element as the ancestor
|
|
|
|
|
| |
* Add ModalController
* Use modalController instead of new Modal
|
|
|
|
|
| |
* Use array for use/quota nodes
* Use classes instead of ids
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use hidden instead of storage-hidden class
* Refactor storage events
* Make ID more generic
* Update how persistent storage is activated
* Add null checks
* Update HTML/ID
* Disallow disabling persistent storage
* Refactoring
* Update more IDs
* Disable multiple simultaneous stats updates
* Store node references
* Move undefined assignment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove redundant assignment of select value
* Update TTS preparation
* Don't hide options
* Improve voice sorting
* Update event handler
* Apply options to all selects targeting audio.textToSpeechVoice
* Update selector
* Use IDs
* Move test text to a hidden text input
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Fix incorrect visible value
* Focus element when visibility is set
* Add isVisible function
|
| |
|
| |
|
|
|
|
|
| |
* Add template instantiation API to SettingsController
* Use SettingsController.instantiateTemplate
|
|
|
|
|
|
|
|
|
| |
* Rename TemplateHandler to HtmlTemplateCollection
* Rename _templateHandler to _templates
* Allow creation from both string and element
* Simplify setup of templates, don't throw errors on invalid ID
|
|
|
|
|
|
|
| |
* Update dev dependencies
* Add parse5 dev dependency
* Add browserify dev dependency
|
| |
|
|
|
|
| |
(#893)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Simplify variable name
* Add dictionaryNames array
* Update how the dictionary field is assigned
* Use "dictionary" instead of "title" for consistency
* Remove redundant dictionary name
* Use _expandTags to create pitch accent tags
|
|
|
|
|
| |
* Update comment about definitions type
* Add conversion to ensure consistent data structure
|
| |
|
|
|
|
|
| |
* Restore support for tags without metadata
* Fix missing spread
|
|
|
|
| |
definitions (#887)
|
|
|
|
|
|
|
|
|
| |
* Add abstraction: _getDefinitionPrimaryExpressionAndReading
* Reuse existing definitions in a sequence
* Revert change to related definition source/rawSource/sourceTerm
* Update _getDefinitionPrimaryExpressionAndReading to return best match
|
| |
|