aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix sidebar scrolling on mobileJosh2020-06-281-1/+7
|
* Refactor CSS to use a colour palette and make light theme greyer.Rapptz2020-06-281-109/+147
|
* Make tables scroll if they overflow.Rapptz2020-06-272-0/+12
|
* Revert "Fix table wrapping"Rapptz2020-06-272-24/+17
| | | | This reverts commit c911cd0dbd06f6c0e774396174fb383fc63d172f.
* Add border radius and padding to inline codeJames2020-06-271-0/+2
|
* Fix table wrappingRapptz2020-06-272-17/+24
|
* Fix margins in 600px view of settings and labelRapptz2020-06-271-4/+3
|
* Fix jank on iPadsJosh2020-06-271-4/+5
|
* Show classmethods separately in attribute tableRapptz2020-06-271-0/+3
|
* Alphabetically sort attributetable outputRapptz2020-06-271-1/+1
|
* Show the search bar on mobileRapptz2020-06-271-2/+27
|
* [matrix] General Sidebar cleanup (#5061)Josh2020-06-271-3/+17
|
* Various RTD related fixes.Rapptz2020-06-253-6/+30
|
* Set colours for active sidebar elementsJosh B2020-06-081-4/+6
|
* Fix sidebar active link selectionJosh B2020-06-011-2/+2
|
* First pass at double header displayRapptz2020-05-315-43/+199
|
* Create settings icon for mobileJosh B2020-05-312-10/+17
|
* Use new HTML5 <section> instead of <div class="section">Rapptz2020-05-301-0/+12
|
* [matrix] Search to top, iconJens Reidel2020-05-292-3/+18
| | | | | | | * Search bar to top, magnifying glass * Remove old file * Remove empty style directive
* First pass at centering content for large displaysRapptz2020-05-291-1/+18
|
* Add dark theme for codeblocksRapptz2020-05-292-1/+143
|
* Actually make overflowing have a scrollbar on mobileRapptz2020-05-291-1/+2
|
* Fix codeblock related things with mobile responsiveness.Rapptz2020-05-291-4/+7
|
* Use default scrollbar for body on webkit browsersJosh2020-05-291-5/+3
|
* [matrix] Modal cleanupJosh2020-05-293-29/+40
| | | | | * General modal cleanup * Remove second scrollbar caused by modal
* [matrix] Dark ThemeJosh2020-05-297-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 buttonRapptz2020-05-281-2/+1
|
* Reverse the related linksRapptz2020-05-281-1/+1
|
* Use html_js_files instead of the old approach to add JS files.Rapptz2020-05-281-2/+5
|
* Cleanup copy button CSS and add a hover-over explanation.Rapptz2020-05-282-9/+3
|
* Rewrite the DOM to use CSS gridsRapptz2020-05-273-407/+502
| | | | | This also rewrites the CSS to use CSS variables. Currently this isn't done to codeblocks however.
* add copy codeblock buttonNCPlayz2020-05-273-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 modalJosh2020-05-273-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 modalJosh2020-05-273-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 JSJosh2020-05-272-63/+71
| | | | | | | * Refactor custom.js * Refactor scorer.js * tables variable shoudn't be in global scope
* Add faviconNadir Chowdhury2020-05-262-1/+1
|
* Use actual viewport tag with initial-scale set to 1Rapptz2020-05-261-1/+1
|
* Add fixed header links, fix some parts of mobile UIJens Reidel2020-05-251-5/+23
| | | | | | | | Dynamic content width equal to old one if on 1080p Fix mobile view Disable fixed header on mobile
* Bump Sphinx to 3.0.3Rapptz2020-05-251-2/+2
|
* make documentation sphinx 3.x compatibleRiley Shaw2020-05-252-3/+4
|
* Move table JS outside of scrollingRapptz2020-05-251-7/+8
|
* Bump Sphinx to 2.4.4Rapptz2020-05-251-1/+1
|
* Add attributetable and add some class-level sections.Rapptz2020-05-255-4/+435
| | | | | The extensions have yet to receive this treatment and CSS needs work, but for now this is fine.
* Consistent usage of RST inline code within Guild.features referencesRapptz2020-05-231-9/+9
|
* Implement some missing attributes of `Guild` (and `Guild.edit`)NCPlayz2020-05-232-7/+59
|
* use `_channel_factory` instead of manual checking in `Guild._sync`NCPlayz2020-05-231-9/+3
|
* isinstance(x, y) and isinstance(x, z) -> isinstance(x, (y, z))NCPlayz2020-05-231-1/+1
|
* Change _handshaking variable when handshake terminate매리2020-05-231-0/+1
|
* Add spoiler keyword argument to Attachment.to_fileZomatree2020-05-231-2/+6
|
* Fix TypeError in chunkerapple502j2020-05-231-1/+1
|