summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-search/src
Commit message (Collapse)AuthorAgeFilesLines
* search: Clear search with Esc or buttonSoreine2016-10-191-0/+32
|
* Normalize action types in pluginsSamy Pesse2016-10-171-2/+2
|
* Replace GitBook.Shapes by GitBook.PropTypesSamy Pesse2016-10-172-4/+4
|
* Limit size of text in search resultsSamy Pesse2016-10-131-1/+8
|
* Add highlighting for search terms in resultsSamy Pesse2016-10-131-5/+14
|
* Fix rendering of searchSamy Pesse2016-10-131-9/+13
|
* Search plugin should provide roles "search:results" and "search:result"Samy Pesse2016-10-132-12/+16
|
* Fix search inputSamy Pesse2016-10-131-3/+3
|
* Rename "navigation" to "history" and add loading barSamy Pesse2016-10-131-2/+2
|
* Show "copied" text when clicking the copy buttonSamy Pesse2016-10-102-2/+2
|
* Fix style of toolbar and add title to itSamy Pesse2016-10-061-1/+0
|
* Fix search not refreshed when adding an handlerSamy Pesse2016-10-052-4/+26
|
* Fix format of lunr resultsSamy Pesse2016-10-052-5/+17
|
* Add base for loading lunr indexSamy Pesse2016-10-051-2/+5
|
* Clear query in url when search is clearedSamy Pesse2016-10-031-2/+4
|
* Use replace of url for search to avoid filling historySamy Pesse2016-10-031-1/+9
|
* Change "init to "activate"Samy Pesse2016-10-032-2/+14
|
* Sync search with querystringSamy Pesse2016-10-032-3/+25
|
* Pass actions to thunk acitonsSamy Pesse2016-10-021-1/+2
|
* Add style for search input in default themeSamy Pesse2016-10-022-3/+3
|
* Fix clear of searchSamy Pesse2016-10-023-8/+20
|
* Change api for registering componentsSamy Pesse2016-10-011-5/+5
|
* Base api to use i18nSamy Pesse2016-09-302-6/+13
|
* Fix query action for searchSamy Pesse2016-09-292-7/+18
|
* Integrate search in default themeSamy Pesse2016-09-296-42/+64
|
* Fix dist commandSamy Pesse2016-09-292-6/+27
|
* Start search pluginSamy Pesse2016-09-287-0/+184