| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [matrix] Add scroll to top button | Josh | 2021-01-12 | 1 | -0/+12 |
| | | |||||
| * | [matrix] Hide hamburger menu on pages without sidebar | Josh | 2020-12-18 | 1 | -10/+12 |
| | | |||||
| * | [matrix] Fix JS errors on search results page | Josh | 2020-12-18 | 1 | -2/+2 |
| | | |||||
| * | [matrix] Update model styles | Muhammad Hamza | 2020-12-18 | 1 | -2/+2 |
| | | |||||
| * | [matrix] Refactor JS & add searchbar to mobile. | Josh | 2020-12-18 | 1 | -159/+39 |
| | | |||||
| * | [matrix] Set theme to system preferred by default | Josh | 2020-12-18 | 1 | -12/+53 |
| | | |||||
| * | [matrix] collapsible sidebar headings | Nadir Chowdhury | 2020-12-18 | 1 | -6/+14 |
| | | |||||
| * | Fix sidebar jank on desktop. | Josh | 2020-12-18 | 1 | -0/+9 |
| | | |||||
| * | Default to sans-serif font | Josh | 2020-12-18 | 1 | -1/+1 |
| | | |||||
| * | Switch icon set over to Material Icons intead of FontAwesome | Rapptz | 2020-12-18 | 1 | -5/+7 |
| | | |||||
| * | Fix sidebar active link selection | Josh B | 2020-12-18 | 1 | -2/+2 |
| | | |||||
| * | First pass at double header display | Rapptz | 2020-12-18 | 1 | -0/+4 |
| | | |||||
| * | [matrix] Modal cleanup | Josh | 2020-12-18 | 1 | -3/+7 |
| | | | | | | * General modal cleanup * Remove second scrollbar caused by modal | ||||
| * | [matrix] Dark Theme | Josh | 2020-12-18 | 1 | -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 grids | Rapptz | 2020-12-18 | 1 | -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 modal | Josh | 2020-12-18 | 1 | -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 modal | Josh | 2020-12-18 | 1 | -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 JS | Josh | 2020-12-18 | 1 | -30/+33 |
| | | | | | | | | * Refactor custom.js * Refactor scorer.js * tables variable shoudn't be in global scope | ||||
| * | Move table JS outside of scrolling | Rapptz | 2020-12-18 | 1 | -7/+8 |
| | | |||||
| * | Add attributetable and add some class-level sections. | Rapptz | 2020-12-18 | 1 | -0/+8 |
| | | | | | | The extensions have yet to receive this treatment and CSS needs work, but for now this is fine. | ||||
| * | Highlight currently visited section. | Rapptz | 2017-05-16 | 1 | -0/+31 |