41 Commits

Author SHA1 Message Date
iDutchy
86fd3fb738 conflict fixes 2021-01-14 18:03:09 -06:00
Josh
f78f135505
[matrix] Add scroll to top button 2021-01-12 02:34:54 -05:00
Josh
4b82785e10 [matrix] Hide hamburger menu on pages without sidebar 2020-12-18 21:18:58 -05:00
Josh
2ad87dbff6 [matrix] Fix JS errors on search results page 2020-12-18 21:18:57 -05:00
Muhammad Hamza
185796128b [matrix] Update model styles 2020-12-18 21:18:57 -05:00
Josh
c2e5b734ad [matrix] Refactor JS & add searchbar to mobile. 2020-12-18 21:18:56 -05:00
Josh
ffdddb0fe5 [matrix] Set theme to system preferred by default 2020-12-18 21:18:56 -05:00
Nadir Chowdhury
a04a410c8a [matrix] collapsible sidebar headings 2020-12-18 21:18:56 -05:00
Josh
07ec9bc370 Fix sidebar jank on desktop. 2020-12-18 21:18:55 -05:00
Josh
0d58691561 Default to sans-serif font 2020-12-18 21:18:55 -05:00
Rapptz
407d7bee1a Switch icon set over to Material Icons intead of FontAwesome 2020-12-18 21:18:54 -05:00
Josh B
9e214feadc Fix sidebar active link selection 2020-12-18 21:18:52 -05:00
Rapptz
33a4388e6e First pass at double header display 2020-12-18 21:18:52 -05:00
Josh
9653ec5188 [matrix] Modal cleanup
* General modal cleanup

* Remove second scrollbar caused by modal
2020-12-18 21:18:51 -05:00
Josh
e7c6643730 [matrix] Dark Theme
* Apply width restructions to modals and images

* Dark theme 2.0

* Add webkit scrollbar

* Use Object.keys instead of Object.entries where applicable
2020-12-18 21:18:51 -05:00
Rapptz
7607d3628d Rewrite the DOM to use CSS grids
This also rewrites the CSS to use CSS variables. Currently this isn't
done to codeblocks however.
2020-12-18 21:18:51 -05:00
Josh
c21919cee5 [matrix] Add sans-serif font toggle to settings modal
* Add sans serif font toggle

* remove unnecessary boolean comparison from setFont

Co-authored-by: slice <ryaneft@gmail.com>

* Update checkbox title

Co-authored-by: slice <ryaneft@gmail.com>

* General cleanup of settings system

* Apply overflow hidden to modal

Co-authored-by: slice <ryaneft@gmail.com>
2020-12-18 21:18:50 -05:00
Josh
8be9ef38db [matrix] Create settings modal
* 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
2020-12-18 21:18:50 -05:00
Josh
70c73084b3 [matrix] Refactor docs JS
* Refactor custom.js

* Refactor scorer.js

* tables variable shoudn't be in global scope
2020-12-18 21:18:50 -05:00
Rapptz
5bd05b194d Move table JS outside of scrolling 2020-12-18 21:18:50 -05:00
Rapptz
9b88c63163 Add attributetable and add some class-level sections.
The extensions have yet to receive this treatment and CSS needs work,
but for now this is fine.
2020-12-18 21:18:47 -05:00
Josh
26cce4fb78
[matrix] Hide hamburger menu on pages without sidebar 2020-08-31 02:27:32 -04:00
Josh
3b90e2e74e
[matrix] Fix JS errors on search results page 2020-08-30 02:55:53 -04:00
Muhammad Hamza
597f7e30b8
[matrix] Update model styles 2020-08-29 20:19:49 -04:00
Josh
3ce7ab2fc4
[matrix] Refactor JS & add searchbar to mobile. 2020-08-29 19:17:44 -04:00
Josh
42498d26f7
[matrix] Set theme to system preferred by default 2020-08-29 03:57:17 -04:00
Nadir Chowdhury
a9d6d90a8f
[matrix] collapsible sidebar headings 2020-08-28 23:13:20 -04:00
Josh
9cbb801fb0
Fix sidebar jank on desktop. 2020-07-22 23:35:51 -04:00
Josh
b2b2d5ac96 Default to sans-serif font 2020-07-08 22:54:23 -04:00
Rapptz
597af3a582 Switch icon set over to Material Icons intead of FontAwesome 2020-06-28 18:21:37 -04:00
Josh B
3c56240e5f Fix sidebar active link selection 2020-06-01 00:38:37 +10:00
Rapptz
90596485a2 First pass at double header display 2020-05-31 09:12:26 -04:00
Josh
dc545f570e
[matrix] Modal cleanup
* General modal cleanup

* Remove second scrollbar caused by modal
2020-05-29 03:25:13 -04:00
Josh
24c9e7b5fc
[matrix] Dark Theme
* Apply width restructions to modals and images

* Dark theme 2.0

* Add webkit scrollbar

* Use Object.keys instead of Object.entries where applicable
2020-05-29 02:57:00 -04:00
Rapptz
4e9fdc6e4f Rewrite the DOM to use CSS grids
This also rewrites the CSS to use CSS variables. Currently this isn't
done to codeblocks however.
2020-05-27 23:43:58 -04:00
Josh
38a7cbb6a5
[matrix] Add sans-serif font toggle to settings modal
* Add sans serif font toggle

* remove unnecessary boolean comparison from setFont

Co-authored-by: slice <ryaneft@gmail.com>

* Update checkbox title

Co-authored-by: slice <ryaneft@gmail.com>

* General cleanup of settings system

* Apply overflow hidden to modal

Co-authored-by: slice <ryaneft@gmail.com>
2020-05-27 10:05:40 -04:00
Josh
e6712d76d1
[matrix] Create settings modal
* 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
2020-05-27 02:22:21 -04:00
Josh
1e471b64e6
[matrix] Refactor docs JS
* Refactor custom.js

* Refactor scorer.js

* tables variable shoudn't be in global scope
2020-05-27 00:56:38 -04:00
Rapptz
2eb9e3bc56 Move table JS outside of scrolling 2020-05-25 12:17:13 -04:00
Rapptz
771c1c85d8 Add attributetable and add some class-level sections.
The extensions have yet to receive this treatment and CSS needs work,
but for now this is fine.
2020-05-25 11:48:16 -04:00
Rapptz
9cbbd8af65 Highlight currently visited section. 2017-05-16 03:12:43 -04:00