aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Alphabetically sort attributetable outputRapptz2020-12-181-1/+1
|
* Show the search bar on mobileRapptz2020-12-181-2/+27
|
* [matrix] General Sidebar cleanup (#5061)Josh2020-12-181-3/+17
|
* Various RTD related fixes.Rapptz2020-12-183-6/+30
|
* Set colours for active sidebar elementsJosh B2020-12-181-4/+6
|
* Fix sidebar active link selectionJosh B2020-12-181-2/+2
|
* First pass at double header displayRapptz2020-12-185-43/+199
|
* Create settings icon for mobileJosh B2020-12-182-10/+17
|
* Use new HTML5 <section> instead of <div class="section">Rapptz2020-12-181-0/+12
|
* [matrix] Search to top, iconJens Reidel2020-12-182-3/+18
| | | | | | | * Search bar to top, magnifying glass * Remove old file * Remove empty style directive
* First pass at centering content for large displaysRapptz2020-12-181-1/+18
|
* Add dark theme for codeblocksRapptz2020-12-182-1/+143
|
* Actually make overflowing have a scrollbar on mobileRapptz2020-12-181-1/+2
|
* Fix codeblock related things with mobile responsiveness.Rapptz2020-12-181-4/+7
|
* Use default scrollbar for body on webkit browsersJosh2020-12-181-5/+3
|
* [matrix] Modal cleanupJosh2020-12-183-29/+40
| | | | | * General modal cleanup * Remove second scrollbar caused by modal
* [matrix] Dark ThemeJosh2020-12-187-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-12-181-2/+1
|
* Reverse the related linksRapptz2020-12-181-1/+1
|
* Use html_js_files instead of the old approach to add JS files.Rapptz2020-12-181-2/+5
|
* Cleanup copy button CSS and add a hover-over explanation.Rapptz2020-12-182-9/+3
|
* Rewrite the DOM to use CSS gridsRapptz2020-12-183-407/+502
| | | | | This also rewrites the CSS to use CSS variables. Currently this isn't done to codeblocks however.
* add copy codeblock buttonNCPlayz2020-12-183-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-12-183-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-12-183-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-12-182-63/+71
| | | | | | | * Refactor custom.js * Refactor scorer.js * tables variable shoudn't be in global scope
* Add faviconNadir Chowdhury2020-12-182-1/+1
|
* Use actual viewport tag with initial-scale set to 1Rapptz2020-12-181-1/+1
|
* Add fixed header links, fix some parts of mobile UIJens Reidel2020-12-181-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-12-181-2/+2
|
* make documentation sphinx 3.x compatibleRiley Shaw2020-12-181-1/+2
|
* Move table JS outside of scrollingRapptz2020-12-181-7/+8
|
* Bump Sphinx to 2.4.4Rapptz2020-12-181-1/+1
|
* Add attributetable and add some class-level sections.Rapptz2020-12-185-4/+440
| | | | | The extensions have yet to receive this treatment and CSS needs work, but for now this is fine.
* Add support for Member.pending boolean attributeRapptz2020-12-181-1/+13
|
* [commands] max_concurrency comes before cooldownsRapptz2020-12-171-3/+3
| | | | Fix #6172
* Add versionadded string for Emoji.url_asRapptz2020-12-171-2/+4
|
* Add Emoji.url_asDaggy12342020-12-172-4/+50
|
* [tasks] Fix a typo in documentationRapptz2020-12-141-1/+1
|
* [tasks] Add support for manually calling the wrapped coroutineRapptz2020-12-141-0/+20
|
* Update Windows opus binaries from 1.2.1 to 1.3.1 Devon R2020-12-122-0/+0
|
* Add in DecoderDevon R2020-12-121-36/+176
|
* Make File docstring raw for Python 3.9 compatibilityTicClick2020-12-111-1/+1
|
* Allow PartialMessage to work with DM channels as wellRapptz2020-12-112-9/+31
|
* Export to_message_reference_dict to make PartialMessage.reply workRapptz2020-12-111-0/+1
|
* Add operations you can do to a Message and PartialMessage to docsRapptz2020-12-111-1/+27
|
* Add PartialMessage to allow working with channel/message_id pairs.Rapptz2020-12-113-21/+147
| | | | Fix #5905
* Fix WebhookMessages docstrings Steve C2020-12-101-2/+2
| | | Silly danno
* Add support for editing and deleting webhook messages.Rapptz2020-12-094-15/+241
| | | | Fix #6058
* Revert Message.edit logic that deals with allowed_mentionsRapptz2020-12-081-26/+11
| | | | It made no sense here.