Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use an overridable property to control progress indicator visibility (#1041) | toasted-nutbread | 2020-11-17 |
| | |||
* | Update layout to have better sizing properties (#1040) | toasted-nutbread | 2020-11-16 |
| | |||
* | Add support for dark theme scrollbar colors (#1038) | toasted-nutbread | 2020-11-15 |
| | |||
* | Move "Enable native popups" option and make advanced (#1037) | toasted-nutbread | 2020-11-15 |
| | |||
* | Fix settings resetting not initializing dictionary settings properly (#1036) | toasted-nutbread | 2020-11-15 |
| | |||
* | Display layout updates (#1032) | toasted-nutbread | 2020-11-14 |
| | | | | | | | * Fix display scroll not always using the right position * Update display layout and scroll method * Fix border size | ||
* | Display styles update (#1030) | toasted-nutbread | 2020-11-14 |
| | | | | | | | | | | | | | | | * Make section comments into single line comments * Update :before/:after to be ::before/::after * Organize and compact CSS * Remove obsolete style * Add padding var * Use calc and var for layout units and common values * Update search page styles | ||
* | Display updates (#1029) | toasted-nutbread | 2020-11-14 |
| | | | | | | | | | | | | | * Simplify expression creation * Add attribute indicating whether the reading is the same or not * Update kanji debug info * Remove some unnecessary null checks * Simplify iterable check * Update float and search HTML to be more consistent | ||
* | Fix term details not using the expanded tags (#1028) | toasted-nutbread | 2020-11-14 |
| | |||
* | Clear cached definition when rendering a template (#1022) | toasted-nutbread | 2020-11-12 |
| | |||
* | Compact tags refactor (#1021) | toasted-nutbread | 2020-11-12 |
| | | | | | | | | | | | | | * Update translator to flag redundant tags instead of remove * Update how compact tags are shown in the popup * Pass compactTags option to note builder * Update options templates * Add options upgrade * Add options upgrade test | ||
* | Options context updates (#1017) | toasted-nutbread | 2020-11-08 |
| | | | | | | | | | | | | | | | * Update event order * Update inputs * Add type and cause to input info * Update input info args * Simplify arguments * Update argument name * Change order | ||
* | 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 |
| | |||
* | 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 |
| | |||
* | 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 | ||
* | 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 | ||
* | 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 | ||
* | 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 |
| | |||
* | 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 |
| |