aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/custom.js
Commit message (Collapse)AuthorAgeFilesLines
* [matrix] Add scroll to top buttonJosh2021-01-121-0/+12
|
* [matrix] Hide hamburger menu on pages without sidebarJosh2020-12-181-10/+12
|
* [matrix] Fix JS errors on search results page Josh2020-12-181-2/+2
|
* [matrix] Update model stylesMuhammad Hamza2020-12-181-2/+2
|
* [matrix] Refactor JS & add searchbar to mobile.Josh2020-12-181-159/+39
|
* [matrix] Set theme to system preferred by defaultJosh2020-12-181-12/+53
|
* [matrix] collapsible sidebar headingsNadir Chowdhury2020-12-181-6/+14
|
* Fix sidebar jank on desktop.Josh2020-12-181-0/+9
|
* Default to sans-serif fontJosh2020-12-181-1/+1
|
* Switch icon set over to Material Icons intead of FontAwesomeRapptz2020-12-181-5/+7
|
* Fix sidebar active link selectionJosh B2020-12-181-2/+2
|
* First pass at double header displayRapptz2020-12-181-0/+4
|
* [matrix] Modal cleanupJosh2020-12-181-3/+7
| | | | | * General modal cleanup * Remove second scrollbar caused by modal
* [matrix] Dark ThemeJosh2020-12-181-16/+20
| | | | | | | | | * Apply width restructions to modals and images * Dark theme 2.0 * Add webkit scrollbar * Use Object.keys instead of Object.entries where applicable
* Rewrite the DOM to use CSS gridsRapptz2020-12-181-1/+31
| | | | | This also rewrites the CSS to use CSS variables. Currently this isn't done to codeblocks however.
* [matrix] Add sans-serif font toggle to settings modalJosh2020-12-181-2/+36
| | | | | | | | | | | | | | | | | * Add sans serif font toggle * remove unnecessary boolean comparison from setFont Co-authored-by: slice <[email protected]> * Update checkbox title Co-authored-by: slice <[email protected]> * General cleanup of settings system * Apply overflow hidden to modal Co-authored-by: slice <[email protected]>
* [matrix] Create settings modalJosh2020-12-181-3/+27
| | | | | | | | | | | | | | | * Create settings modal * Fix issue with spacing after settings button * Fix issue with modal background on mobile devices * Add close button to modal * Add tooltip to close button * Support closing modal with escape key * Add missing semicolon to keydown event listener
* [matrix] Refactor docs JSJosh2020-12-181-30/+33
| | | | | | | * Refactor custom.js * Refactor scorer.js * tables variable shoudn't be in global scope
* Move table JS outside of scrollingRapptz2020-12-181-7/+8
|
* Add attributetable and add some class-level sections.Rapptz2020-12-181-0/+8
| | | | | The extensions have yet to receive this treatment and CSS needs work, but for now this is fine.
* Highlight currently visited section.Rapptz2017-05-161-0/+31