summaryrefslogtreecommitdiffstats
path: root/theme/javascript/core/navigation.js
Commit message (Collapse)AuthorAgeFilesLines
* Switch to gulp/browserifySamy Pessé2015-10-051-171/+0
|
* Define specific action for toggling summarySamy Pessé2015-10-051-1/+0
|
* Start removing search and lunr from coreSamy Pessé2015-10-051-4/+2
|
* Don't react when user wants to open a link in a new tabDan Abramov2015-09-121-0/+12
| | | | Fixes #846
* Improve header merge on page changeAaron O'Mullan2015-08-071-5/+17
| | | | | | Prevents flickering (style reset) Fixes #782, #838, #840
* Fix scroll reset on small resolutions (mobile & tablet)Samy Pessé2015-03-241-3/+5
|
* Fix scroling position when preparing pageSamy Pessé2015-03-241-3/+4
|
* Remove glossary from theme jsSamy Pessé2015-01-221-6/+2
|
* Add back themeSamy Pessé2015-01-201-0/+151
|
* Clear folderSamy Pessé2015-01-191-151/+0
|
* Add action on glossary term in the pageSamy Pessé2014-08-191-3/+7
|
* Remove quizzes handling from coreSamy Pessé2014-08-111-5/+1
|
* Remove exercises executionSamy Pessé2014-08-111-4/+2
|
* keep the search result list after user click a linkcodepiano2014-08-051-3/+7
| | | | | | | | Record search keyword to LocalStorage, when navigate to a new url,fetch keyword from LocalStorage, init the search input element,then filter the sidebar menu. So User can iterator the result list without type the keyword every time.
* Remove github count stars and watchersSamy Pessé2014-07-301-20/+0
|
* Fix #235: search after navigation to another pageSamy Pessé2014-05-231-5/+1
|
* Fix #218: keep state of font settingsSamy Pessé2014-05-231-0/+2
|
* Fix #197: use URI.js for calculation of relative urlSamy Pessé2014-05-041-4/+4
| | | | Use bower for client dependencies
* Fix #182: Replace all book body when page changesSamy Pessé2014-05-011-9/+8
|
* Add base loading indicator for navigationSamy Pessé2014-04-271-4/+5
| | | | #161
* Fix #153 and Improve pushState navigationSamy Pessé2014-04-251-11/+12
|
* Change js interface for plugins and add configurationSamy Pessé2014-04-211-3/+3
|
* Add global js interface for plugins and remove mixpanelSamy Pessé2014-04-191-3/+3
|
* Fix #116: update url before updating html contentSamy Pessé2014-04-181-2/+2
|
* Fix navigation on chrome for iOS: disable pushStateSamy Pessé2014-04-181-1/+3
|
* Fix state update after navigationSamy Pessé2014-04-171-1/+1
|
* Fix #97: keep scroll position during page changementSamy Pessé2014-04-151-1/+5
|
* Fix progress display when page changeSamy Pessé2014-04-141-0/+3
|
* Add analytics on page changementSamy Pessé2014-04-141-1/+5
|
* Fix search with pusState navigationSamy Pessé2014-04-141-2/+6
|
* Fix scrolling on new designSamy Pessé2014-04-141-2/+4
|
* Merge branch 'master' of https://github.com/tcorral/gitbook into tcorral-masterSamy Pessé2014-04-141-1/+14
|\ | | | | | | | | Conflicts: theme/javascript/app.js
* | Merge head styles so that ace stays stableSamy Pessé2014-04-141-1/+9
| |
* | Fix header interractive actions: buttons and githubSamy Pessé2014-04-141-1/+22
| |
* | Add complete refresh of head and body on page navigationSamy Pessé2014-04-141-8/+12
| |
* | Focs and reset scroll on page bodySamy Pessé2014-04-141-0/+6
| |
* | Fix exercises binding when page changedSamy Pessé2014-04-141-28/+48
| | | | | | | | Add base binding for quiz
* | Fix title update with pushState navigationSamy Pessé2014-04-141-6/+14
| |
* | Add base from clarity theme from @NijikokunSamy Pessé2014-04-141-6/+60
|/
* Add base for themingSamy Pessé2014-04-041-0/+17