| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix sidebar jank on desktop. | Josh | 2020-12-18 | 2 | -1/+10 |
| | | |||||
| * | Fix issues with horizontal overflow on mobile | Josh | 2020-12-18 | 1 | -0/+1 |
| | | |||||
| * | Default to sans-serif font | Josh | 2020-12-18 | 3 | -7/+7 |
| | | |||||
| * | Redesign admonitions to look a little better. | Rapptz | 2020-12-18 | 1 | -53/+89 |
| | | | | | Colours still need to be reworked though. | ||||
| * | [matrix] Display navbar links on mobile | Josh | 2020-12-18 | 6 | -42/+50 |
| | | |||||
| * | Resize favicon to 256x256px for Chrome | James | 2020-12-18 | 1 | -0/+0 |
| | | |||||
| * | Switch icon set over to Material Icons intead of FontAwesome | Rapptz | 2020-12-18 | 4 | -28/+27 |
| | | |||||
| * | Rework attributetable to look prettier | Rapptz | 2020-12-18 | 2 | -29/+126 |
| | | |||||
| * | Fix sidebar scrolling on mobile | Josh | 2020-12-18 | 1 | -1/+7 |
| | | |||||
| * | Refactor CSS to use a colour palette and make light theme greyer. | Rapptz | 2020-12-18 | 1 | -109/+147 |
| | | |||||
| * | Make tables scroll if they overflow. | Rapptz | 2020-12-18 | 2 | -0/+12 |
| | | |||||
| * | Revert "Fix table wrapping" | Rapptz | 2020-12-18 | 1 | -2/+0 |
| | | | | | This reverts commit c911cd0dbd06f6c0e774396174fb383fc63d172f. | ||||
| * | Add border radius and padding to inline code | James | 2020-12-18 | 1 | -0/+2 |
| | | |||||
| * | Fix table wrapping | Rapptz | 2020-12-18 | 1 | -0/+2 |
| | | |||||
| * | Fix margins in 600px view of settings and label | Rapptz | 2020-12-18 | 1 | -4/+3 |
| | | |||||
| * | Fix jank on iPads | Josh | 2020-12-18 | 1 | -4/+5 |
| | | |||||
| * | Show classmethods separately in attribute table | Rapptz | 2020-12-18 | 1 | -0/+3 |
| | | |||||
| * | Alphabetically sort attributetable output | Rapptz | 2020-12-18 | 1 | -1/+1 |
| | | |||||
| * | Show the search bar on mobile | Rapptz | 2020-12-18 | 1 | -2/+27 |
| | | |||||
| * | [matrix] General Sidebar cleanup (#5061) | Josh | 2020-12-18 | 1 | -3/+17 |
| | | |||||
| * | Various RTD related fixes. | Rapptz | 2020-12-18 | 3 | -6/+30 |
| | | |||||
| * | Set colours for active sidebar elements | Josh B | 2020-12-18 | 1 | -4/+6 |
| | | |||||
| * | Fix sidebar active link selection | Josh B | 2020-12-18 | 1 | -2/+2 |
| | | |||||
| * | First pass at double header display | Rapptz | 2020-12-18 | 5 | -43/+199 |
| | | |||||
| * | Create settings icon for mobile | Josh B | 2020-12-18 | 2 | -10/+17 |
| | | |||||
| * | Use new HTML5 <section> instead of <div class="section"> | Rapptz | 2020-12-18 | 1 | -0/+12 |
| | | |||||
| * | [matrix] Search to top, icon | Jens Reidel | 2020-12-18 | 2 | -3/+18 |
| | | | | | | | | * Search bar to top, magnifying glass * Remove old file * Remove empty style directive | ||||
| * | First pass at centering content for large displays | Rapptz | 2020-12-18 | 1 | -1/+18 |
| | | |||||
| * | Add dark theme for codeblocks | Rapptz | 2020-12-18 | 2 | -1/+143 |
| | | |||||
| * | Actually make overflowing have a scrollbar on mobile | Rapptz | 2020-12-18 | 1 | -1/+2 |
| | | |||||
| * | Fix codeblock related things with mobile responsiveness. | Rapptz | 2020-12-18 | 1 | -4/+7 |
| | | |||||
| * | Use default scrollbar for body on webkit browsers | Josh | 2020-12-18 | 1 | -5/+3 |
| | | |||||
| * | [matrix] Modal cleanup | Josh | 2020-12-18 | 3 | -29/+40 |
| | | | | | | * General modal cleanup * Remove second scrollbar caused by modal | ||||
| * | [matrix] Dark Theme | Josh | 2020-12-18 | 7 | -20/+154 |
| | | | | | | | | | | * Apply width restructions to modals and images * Dark theme 2.0 * Add webkit scrollbar * Use Object.keys instead of Object.entries where applicable | ||||
| * | Proper padding for the copy button | Rapptz | 2020-12-18 | 1 | -2/+1 |
| | | |||||
| * | Reverse the related links | Rapptz | 2020-12-18 | 1 | -1/+1 |
| | | |||||
| * | Use html_js_files instead of the old approach to add JS files. | Rapptz | 2020-12-18 | 1 | -2/+5 |
| | | |||||
| * | Cleanup copy button CSS and add a hover-over explanation. | Rapptz | 2020-12-18 | 2 | -9/+3 |
| | | |||||
| * | Rewrite the DOM to use CSS grids | Rapptz | 2020-12-18 | 3 | -407/+502 |
| | | | | | | This also rewrites the CSS to use CSS variables. Currently this isn't done to codeblocks however. | ||||
| * | add copy codeblock button | NCPlayz | 2020-12-18 | 3 | -2/+60 |
| | | | | | | | | | Apply suggestions from code review Co-authored-by: Danny <[email protected]> Change to icon, change according to slice's review | ||||
| * | [matrix] Add sans-serif font toggle to settings modal | Josh | 2020-12-18 | 3 | -8/+102 |
| | | | | | | | | | | | | | | | | | | * 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 | 3 | -7/+84 |
| | | | | | | | | | | | | | | | | * 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 | 2 | -63/+71 |
| | | | | | | | | * Refactor custom.js * Refactor scorer.js * tables variable shoudn't be in global scope | ||||
| * | Add favicon | Nadir Chowdhury | 2020-12-18 | 2 | -1/+1 |
| | | |||||
| * | Use actual viewport tag with initial-scale set to 1 | Rapptz | 2020-12-18 | 1 | -1/+1 |
| | | |||||
| * | Add fixed header links, fix some parts of mobile UI | Jens Reidel | 2020-12-18 | 1 | -5/+23 |
| | | | | | | | | | Dynamic content width equal to old one if on 1080p Fix mobile view Disable fixed header on mobile | ||||
| * | make documentation sphinx 3.x compatible | Riley Shaw | 2020-12-18 | 1 | -1/+2 |
| | | |||||
| * | 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 | 5 | -4/+440 |
| | | | | | | The extensions have yet to receive this treatment and CSS needs work, but for now this is fine. | ||||
| * | Add PartialMessage to allow working with channel/message_id pairs. | Rapptz | 2020-12-11 | 1 | -0/+6 |
| | | | | | Fix #5905 | ||||