aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/search.html
Commit message (Collapse)AuthorAge
* Style adjustments (#537)toasted-nutbread2020-05-24
| | | | | | | | | | | | | * Remove newlines for term-definition-item-template * Update how action button icons are styled * Fix spacing * Group text colors together * Correct image styles * Fix missing </span>
* Use CSS variables for themes (#528)toasted-nutbread2020-05-10
| | | | | | | | | | | | | | | | | | | * Update formatting * Merge default tag color with category-less tags * Use CSS variables for colors * Add dark theme colors * Move color variables into display.css * Remove old stylesheets * Update headings * Bump minimum Firefox version to support CSS var() * Revert popular kanji text color
* Japanese util refactor (#510)toasted-nutbread2020-05-06
| | | | | | | | | | | * Convert mixed japanese.js to utility class * Copy functions from bg/js/japanese.js into mixed/js/japanese.js * Remove bg/js/japanese.js * Make wanakana dependency optional * Update tests
* Use dynamicLoader for main (#481)toasted-nutbread2020-04-26
| | | | | * Update style of search-main and float-main to have better parity * Use dynamicLoader to inject scripts and CSS
* Add Yomichan icon SVG (#478)toasted-nutbread2020-04-26
| | | | | | | * Create Yomichan icon SVG and 32x32 PNG * Update icons * Add 32x32 icon definition to HTML pages
* Rename search-frontend.js to search-main.jstoasted-nutbread2020-04-19
| | | | Also move DisplaySearch creation into the main() function.
* Add support for displaying imagestoasted-nutbread2020-04-18
|
* Move basic string/character testing functions into a mixed/js/japanese.jstoasted-nutbread2020-03-21
|
* Rename audio.js to audio-system.jstoasted-nutbread2020-03-07
|
* query parser html templatessiikamiika2020-02-10
|
* hide search input in native popupssiikamiika2020-02-09
|
* extract ClipboardMonitor from DisplaySearchsiikamiika2020-02-09
|
* Move japanese.js into bgtoasted-nutbread2020-02-08
|
* Move display templates into a single filetoasted-nutbread2020-01-16
|
* Update how spinner visibility is controlledtoasted-nutbread2020-01-16
|
* Update display content generation to use HTML templatestoasted-nutbread2020-01-16
|
* Use a single api.jstoasted-nutbread2019-12-13
|
* initial text scanner extractsiikamiika2019-12-05
|
* remove references to /fg/js/util.jssiikamiika2019-12-04
| | | | It doesn't exist
* move Display context to a new classsiikamiika2019-12-01
|
* Display history navigation buttons fixed positionsiikamiika2019-11-28
|
* Create DOM utility filetoasted-nutbread2019-11-26
|
* Rename extension.js to core.js to better reflect its usetoasted-nutbread2019-11-26
|
* add parser selectionsiikamiika2019-11-23
|
* add simple query parsersiikamiika2019-11-23
|
* search page checkbox stylingsiikamiika2019-11-10
| | | | Change checkboxes to color-inverting icons
* always disable scanning IME checkbox labelsiikamiika2019-11-09
|
* Add faviconstoasted-nutbread2019-11-02
|
* improve search page checkbox usabilitysiikamiika2019-10-28
| | | | | Disable text selection and make the entire area clickable, including whitespace
* make search page checkbox options persistsiikamiika2019-10-27
|
* add button to enable/disable wanakana IMEsiikamiika2019-10-26
|
* add clipboard monitor to search pagesiikamiika2019-10-26
| | | | Related to issue #262 about APIs
* Change #yomichan-float to .yomichan-floattoasted-nutbread2019-10-13
| | | | Since there can be more than one popup, using a class makes more sense than an ID.
* Leave default stylesheet enabled by defaulttoasted-nutbread2019-10-12
|
* Create themestoasted-nutbread2019-10-12
|
* Remove bootstrap styles from float.htmltoasted-nutbread2019-10-12
|
* Implement audio fallbackstoasted-nutbread2019-10-10
|
* Only use foreground api.js/util.jstoasted-nutbread2019-10-08
|
* Add support for query parameter in URL on search pagetoasted-nutbread2019-10-08
|
* Limit width of the HTML pagestoasted-nutbread2019-09-28
|
* Remove jQuery dependency from float.html and search.htmltoasted-nutbread2019-09-27
|
* Implement custom window scrolltoasted-nutbread2019-09-27
|
* Improve slide up animationtoasted-nutbread2019-09-27
|
* Add support for popup on the search pagetoasted-nutbread2019-09-02
|
* Add support for Edge browsertoasted-nutbread2019-08-26
|
* add doc scripts to search toosiikamiika2019-08-03
|
* Revert "use ES6 import and export"siikamiika2019-08-03
| | | | This reverts commit 04f4607922e84d93ca8a05708802fb6bbd61f359.
* use ES6 import and exportsiikamiika2019-08-02
|
* Add meta viewport tag to all html pagestoasted-nutbread2019-05-04
|
* cleanupAlex Yatskov2017-08-15
|