index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
ui
/
button.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ui.Button constructor default style to match the decorator
Rapptz
2021-07-03
1
-1
/
+1
*
Add a default style for buttons
Rapptz
2021-07-01
1
-1
/
+1
*
Fix link buttons not being regarded as persistent
Nadir Chowdhury
2021-06-29
1
-0
/
+5
*
[docs] Update Sphinx and Fix various references
Josh
2021-06-27
1
-7
/
+7
*
Lazily create Button custom_ids in decorator interface
Rapptz
2021-06-12
1
-2
/
+0
*
Allow passing Emoji in components
Rapptz
2021-06-02
1
-10
/
+19
*
Ensure views added to Client.add_view are persistent views
Rapptz
2021-05-31
1
-0
/
+1
*
Don't mark URL buttons as dispatchable
Rapptz
2021-05-31
1
-1
/
+1
*
Mention that rows are explicitly 0 indexed.
Rapptz
2021-05-31
1
-2
/
+2
*
Rework item grouping behaviour to take into consideration weights
Rapptz
2021-05-29
1
-12
/
+18
*
Add support for select components
Rapptz
2021-05-28
1
-1
/
+1
*
Add PartialEmoji.from_str helper
Rapptz
2021-05-28
1
-22
/
+8
*
Button labels can be None
Zomatree
2021-05-27
1
-10
/
+10
*
Force button style to link if a URL is passed
Rapptz
2021-05-27
1
-0
/
+3
*
Rename enums to use official API naming
Rapptz
2021-05-27
1
-1
/
+1
*
Make Item and Button generic over the underlying view
Rapptz
2021-05-27
1
-2
/
+3
*
Change the way callbacks are defined to allow deriving
Rapptz
2021-05-27
1
-20
/
+13
*
Add initial support for buttons and components
Rapptz
2021-05-27
1
-0
/
+288