Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Frontend options override refactor (#1016) | toasted-nutbread | 2020-11-08 |
| | | | | | * Update how options context overriding works * Make function private | ||
* | Update keyboard/mouse modifiers to return an array rather than a set (#1015) | toasted-nutbread | 2020-11-08 |
| | |||
* | Remove unused functions from backend.js (#1014) | toasted-nutbread | 2020-11-08 |
| | |||
* | Optimize Anki duplicate checks (#1013) | toasted-nutbread | 2020-11-08 |
| | | | | | * Move/rename functions * Prevent overlapping calls to check addable definitions | ||
* | Add duplicate check option (#1012) | toasted-nutbread | 2020-11-08 |
| | | | | | | | * Add anki.checkForDuplicates option * Use checkForDuplicates for button display * Add property to card creation | ||
* | Add api.isAnkiConnected (#1011) | toasted-nutbread | 2020-11-08 |
| | |||
* | Remove unused default selected (#1010) | toasted-nutbread | 2020-11-08 |
| | |||
* | Make query parser mode select in the base HTML (#1009) | toasted-nutbread | 2020-11-08 |
| | |||
* | Merge QueryPaserGenerator into QueryParser (#1008) | toasted-nutbread | 2020-11-08 |
| | |||
* | Update query parser to properly display multi-line content (#1007) | toasted-nutbread | 2020-11-08 |
| | |||
* | Query parser generator refactor (#1006) | toasted-nutbread | 2020-11-08 |
| | | | | | | | | | | | | | * Simplify select generation * Refactor text generation * Change optional argument * Remove query-parser-templates.html * Simplify prepare * Simplify preview | ||
* | Search and display style updates (#1005) | toasted-nutbread | 2020-11-08 |
| | | | | | | | | | | | | | | | | | | | * Use same selectors * Use consistent stylesheet declaration * Fix query parser not being cleared * Set property upon load * Don't focus for Enter key press * Update search page styles * Update indent and nodes * Support dark style * Add missing var | ||
* | Fix search tab opening having some errors (#1004) | toasted-nutbread | 2020-11-07 |
| | |||
* | Disable the audio button when no sources are enabled (#1003) | toasted-nutbread | 2020-11-07 |
| | |||
* | Fix byte count labels (#998) | toasted-nutbread | 2020-11-07 |
| | | | | | | | * Add 'TB' label * Prevent overflow * Fix storage information on the old settings page | ||
* | Popup preview update (#994) | toasted-nutbread | 2020-11-06 |
| | | | | | | | | | * Add options.global.showPopupPreview option * Add preview visibility control using a checkbox * Add attribute on page load * Disable animation until page is loaded | ||
* | Use <strong> styling for list keys (#991) | toasted-nutbread | 2020-11-05 |
| | |||
* | Settings controller changes (#990) | toasted-nutbread | 2020-11-05 |
| | | | | | * Make allowSecondarySearchesCheckbox optional * Move getDictionaryInfo into SettingsController | ||
* | Conjugation marker (#988) | toasted-nutbread | 2020-11-04 |
| | | | | | | | | | * Add {conjugation} marker * Add info * Add upgrade * Update test | ||
* | Pitch accents preview (#987) | toasted-nutbread | 2020-11-03 |
| | | | | | * Add public preparePitchAccents function to DisplayGenerator * Add pitch accents preview HTML, CSS, and JS | ||
* | Update version20.11.1.0 | toasted-nutbread | 2020-11-01 |
| | |||
* | Fix display issues (#984) | toasted-nutbread | 2020-11-01 |
| | | | | | | | | | | | | | | | * Remove unused function * Update expresionMulti detection * Simplify kanji early escape * Simplify frequency/pitch data creation * Update implementation of _buildTermMeta * Update how pitch accents sources are collected * Remove old _buildTermMeta | ||
* | Add popup size icon (#981) | toasted-nutbread | 2020-11-01 |
| | |||
* | Update version20.10.31.0 | toasted-nutbread | 2020-10-31 |
| | |||
* | Duplicate scope options (#955) | toasted-nutbread | 2020-10-31 |
| | | | | | * Add deck-root duplicate scope option * Implement support for deck-root scope | ||
* | Trigger event on property change (#979) | toasted-nutbread | 2020-10-31 |
| | | | | | * Add _triggerScanInputsChanged function * Trigger event when inputs are changed | ||
* | Add an 'other' option for when there is no matching main scanning input (#978) | toasted-nutbread | 2020-10-31 |
| | |||
* | Update counts when an input entry is removed (#977) | toasted-nutbread | 2020-10-31 |
| | |||
* | Fix addition/removal of middle mouse button input not always working (#976) | toasted-nutbread | 2020-10-31 |
| | |||
* | Scan inputs controller refactor (#975) | toasted-nutbread | 2020-10-31 |
| | | | | | | | | | | | * Add public function to clear inputs * Return the promise * Pass input options directly * Assign showAdvanced * Add more menu options | ||
* | Scanning inputs refactor (#974) | toasted-nutbread | 2020-10-31 |
| | | | | | * Add support for count nodes * Add support for menu button | ||
* | Add checkbox images (#973) | toasted-nutbread | 2020-10-31 |
| | |||
* | Update PopupPreviewController to support settings v2 (#972) | toasted-nutbread | 2020-10-30 |
| | |||
* | Add supoprt for modal dimmer element (#971) | toasted-nutbread | 2020-10-30 |
| | |||
* | Anki templates refactor (#970) | toasted-nutbread | 2020-10-30 |
| | | | | | * Support menus with multiple sources * Update anki templates controller | ||
* | Fix profile creation not working on settings v1 (#968) | toasted-nutbread | 2020-10-28 |
| | |||
* | Fix modals not closing properly when the outside is clicked (#967) | toasted-nutbread | 2020-10-28 |
| | |||
* | Add exclamation point image (#966) | toasted-nutbread | 2020-10-27 |
| | |||
* | Dictionary controllers update (#965) | toasted-nutbread | 2020-10-27 |
| | | | | | | | * Make purge notification optional * Support multiple warning nodes * Add support for optional count info | ||
* | Json schema default value improvement (#964) | toasted-nutbread | 2020-10-27 |
| | | | | | * Ensure value has property before using its value * Add tests | ||
* | Option schema default value info (#963) | toasted-nutbread | 2020-10-27 |
| | | | | | * Add traversal info to getValidValueOrDefault * Move private function | ||
* | Options fixes (#962) | toasted-nutbread | 2020-10-27 |
| | | | | | | | | | | | * Fix default options not having the correct versions * Move schema validation * Remove legacy version number * Add tests for OptionsUtil.getDefault() * Remove unused getValidValueOrDefault | ||
* | Fix class name (#961) | toasted-nutbread | 2020-10-27 |
| | |||
* | Remove limits for popup horizontal/vertical offsets (#960) | toasted-nutbread | 2020-10-27 |
| | |||
* | Remove error type from error message (#958) | toasted-nutbread | 2020-10-26 |
| | |||
* | Anki controller refactor (#957) | toasted-nutbread | 2020-10-25 |
| | | | | | | | * Add _setFieldMarker helper function * Add support for persistent nodes * Add support for menus | ||
* | Sort deck and model names in Anki card settings (#956) | toasted-nutbread | 2020-10-25 |
| | |||
* | Anki controller refactor (#954) | toasted-nutbread | 2020-10-25 |
| | | | | | | | | | * Simplify data transform for anki.enable setting * Refactor AnkiController * Implement marker link clicking * Request permissions for clipboard | ||
* | Profile controller refactor (#953) | toasted-nutbread | 2020-10-24 |
| | | | | | | | | | | | * Udpate selectors * Optional remove button * Add menu * Refactor ProfileController * Fix selector | ||
* | Rename index to profileIndex for clarity (#952) | toasted-nutbread | 2020-10-23 |
| |