Commit Graph
26 Commits
Author SHA1 Message Date
Josh 2a8453828b Fix sidebar scrolling on mobile 2020-06-28 17:42:14 +10:00
Josh f1e9017df1 Fix jank on iPads 2020-06-27 19:42:25 +10:00
JoshandGitHub 2ef0695e81 [matrix] General Sidebar cleanup (#5061) 2020-06-27 01:16:37 -04:00
Josh B 5cb1b109bb Set colours for active sidebar elements 2020-06-08 19:21:44 +10:00
Josh B 3c56240e5f Fix sidebar active link selection 2020-06-01 00:38:37 +10:00
Josh B b78f6a310b Create settings icon for mobile 2020-05-31 00:11:03 +10:00
JoshandGitHub a31cf94699 Use default scrollbar for body on webkit browsers 2020-05-29 03:52:56 -04:00
JoshandGitHub dc545f570e [matrix] Modal cleanup
* General modal cleanup

* Remove second scrollbar caused by modal
2020-05-29 03:25:13 -04:00
JoshandGitHub 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
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
JoshandGitHub 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
JoshandGitHub 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
JoshandRapptz c424d82f74 Add versionadded to Attachment.to_file use_cached param 2020-05-02 19:57:48 -04:00
Josh BandRapptz 20854de080 Allow for optional custom error handler in tasks extension 2020-04-04 03:11:25 -04:00
Josh BandRapptz d0a1956be9 Improve usability of utils.sleep_until
Fix issue where sleeping for an extended period on python 3.5
would cause an exception

Add sleep_until to API docs

Add result argument to sleep_until
2020-01-21 20:28:14 -05:00
Josh BandRapptz 40369a493d Add discord.utils.sleep_until helper function 2020-01-21 03:18:25 -05:00
Josh BandRapptz d7e925eb89 [tasks] Fix issue with next_iteration when task overruns time allotted 2020-01-21 03:18:25 -05:00
Josh BandRapptz a0b3e61b51 [tasks] Add Loop.next_iteration property 2020-01-20 07:22:21 -05:00
Josh BandRapptz 7df5effbb7 Add new audit log entry types. Fix issue with unknown entry types 2019-11-26 05:16:53 -05:00
Josh BandRapptz 46246a2844 Add view_guild_insights permission 2019-11-15 04:23:26 -05:00
Josh BandRapptz 07840db053 Document Command.cog property 2019-10-17 05:56:01 -04:00
Joshua BandDanny 8240454555 Add self_stream property to VoiceState object. 2019-09-19 21:21:54 -04:00
Joshua BandDanny 017d428db5 Fix discord.Object type hinting docs
discord.Object requires ID as an int not str
2019-09-19 21:15:41 -04:00
Joshua BandGitHub 9d0400516a Fix TeamMember.team typehinting
class Team should be capitalised.
2019-07-01 03:08:49 +10:00
Joshua BandRapptz d221ca5f7d [commands] ColourConverter raises if value is out of range
changes make the `ext.commands.ColourConverter` Converter fail when
user input is outside the acceptable value range 0x000000 - 0xFFFFFF
2019-03-19 09:23:10 -04:00
Joshua Butt f5a443fa8f Add support for animated emoji to commands ext EmojiConverter 2017-12-22 14:59:21 +10:00