Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | More display updates (#1050) | toasted-nutbread | 2020-11-21 |
| | | | | | | | | | | | * Use grid for layout * Add data-count attribute * Fix scroll issues during focus * Add index to entries * Simplify audio playback | ||
* | Fix cloze not using the raw source (#1049) | toasted-nutbread | 2020-11-21 |
| | |||
* | Update indentation (#1047) | toasted-nutbread | 2020-11-20 |
| | |||
* | Display scroll fixes (#1046) | toasted-nutbread | 2020-11-20 |
| | | | | | * Update focus when internal focus is changed * Update scroll layout | ||
* | Hide profile button if only one profile exists (#1045) | toasted-nutbread | 2020-11-19 |
| | |||
* | Context popup improvements (#1039) | toasted-nutbread | 2020-11-19 |
| | | | | | | | | | | | | | | | | | | | | | * Refactor context-main.js * Simplify tags * Use flex layout * Use image masks for icons, update styles * Remove old classes * Add profile button * Add support for profile selection * Add title * Swap the options and search link order * Fix title | ||
* | Update selection indicator (#1044) | toasted-nutbread | 2020-11-19 |
| | | | | | * Add new current indicator * Remove old indicator | ||
* | Display and query parser layout (#1043) | toasted-nutbread | 2020-11-18 |
| | | | | | | | * Update query parser text assignment * Update how padding is used * Hide query parser container by default | ||
* | Update progress indicator styles (#1042) | toasted-nutbread | 2020-11-18 |
| | |||
* | 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 |
| | |||
* | Popup navigation style updates (#1035) | toasted-nutbread | 2020-11-15 |
| | | | | | | | | | * Add close function to Display * Add new sidebar with navigation and close buttons * Set up new navigation functionality * Remove old navigation | ||
* | Add cross icon (#1034) | toasted-nutbread | 2020-11-15 |
| | |||
* | Display fixes (#1033) | toasted-nutbread | 2020-11-14 |
| | | | | | | | * Fix an entry not always being focused * Fix typo * Fix copy action not working on Firefox | ||
* | 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 | ||
* | Scroll refactor (#1031) | toasted-nutbread | 2020-11-14 |
| | | | | | * Use private members * Reorganize | ||
* | 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 |
| | |||
* | Fix some word wrapping issues on the first line of definitions (#1027) | toasted-nutbread | 2020-11-13 |
| | |||
* | Fix _areSame check not using correct array count property (#1026) | toasted-nutbread | 2020-11-13 |
| | |||
* | Fix options not being propagated fully after being updated (#1025) | toasted-nutbread | 2020-11-13 |
| | |||
* | Display updates (#1024) | toasted-nutbread | 2020-11-13 |
| | | | | | * Update display generation to use new format assumptions * Simplify how debug information is presented | ||
* | Update .gitattributes file (#1023) | toasted-nutbread | 2020-11-12 |
| | |||
* | 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 | ||
* | Text scanning options propagation (#1020) | toasted-nutbread | 2020-11-12 |
| | | | | | | | | | | | | | | | | | * Update Display.setOptionsContext to update options * Update how options context is updated in Popup * Omit optionsContext for some _showPopupContent calls * Remove extension unload * Disable modifier keys in frontend's options context * Update how text scanner passes modifiers to options context * Update how options context is passed to display * Update how display uses options context | ||
* | Add a core deepEqual function (#1018) | toasted-nutbread | 2020-11-09 |
| | | | | | * Add a core deepEqual function * Add tests | ||
* | 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 |
| | |||
* | 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 |
| | |||
* | Return an error code when promise main() functions fail (#1002) | toasted-nutbread | 2020-11-07 |
| | |||
* | Add showPopupPreview to options test (#1001) | toasted-nutbread | 2020-11-07 |
| | |||
* | Test link hrefs (#999) | toasted-nutbread | 2020-11-07 |
| | | | | | * Add validatePath function * Validate <link>s | ||
* | Fix byte count labels (#998) | toasted-nutbread | 2020-11-07 |
| | | | | | | | * Add 'TB' label * Prevent overflow * Fix storage information on the old settings page |