DA-344
|
84ad47ffc2
|
chore: Remove unneccessary # type: ignore
|
3 months ago |
DA344
|
4c668bae57
|
template
|
3 months ago |
DA344
|
5120b0d5df
|
chore: Update ViewStore to handle Section.accessory properly
|
3 months ago |
DA344
|
9655749ae3
|
fix: Section.accessory not being dispatched
|
3 months ago |
DA-344
|
c48c512d88
|
chore: some fixes of bugs reported on the bikeshedding post
|
3 months ago |
DA-344
|
502051af71
|
chore: update ActionRow and View
|
3 months ago |
DA-344
|
c5ffc6a079
|
chore: fix LayoutView.to_components
|
3 months ago |
DA-344
|
7338da2b11
|
fix linting yet again
|
3 months ago |
DA-344
|
c63ad950ee
|
chore: more linting things and docs
|
3 months ago |
DA-344
|
67bfa57f32
|
chore: run black
|
3 months ago |
DA-344
|
8f59216e68
|
chore: more components v2 things and finished danny's suggested impl
|
3 months ago |
DA-344
|
cbdc618e3e
|
chore: Finish ActionRow and fix ViewStore.add_view
|
3 months ago |
DA-344
|
18f72f58fd
|
idk some things
|
3 months ago |
DA-344
|
869b68f68b
|
fix: _ViewWeights.v2_weights always returning False
|
3 months ago |
DA-344
|
568a3c396f
|
chore: Run black
|
3 months ago |
DA-344
|
70bdcfa0b7
|
chore: Update item _view attr and # type: ignore self.accessory in section
|
3 months ago |
DA-344
|
a4389cbe7e
|
chore: Revert change View.to_components() sorting key
|
3 months ago |
DA-344
|
0a0396889c
|
chore: fix errors
TextDisplay attribute error when doing TextDisplay.to_component_dict()
View.to_components() appending Item objects instead of Item.to_component_dict()
Changed View.to_components() sorting key
|
3 months ago |
DA-344
|
5d1300d9fc
|
fix: documentation errors
|
3 months ago |
DA-344
|
7824c3f544
|
chore: fix everything lol
|
3 months ago |
DA-344
|
de8a7238f8
|
chore: docs and some changes
|
3 months ago |
DA-344
|
28efb157ee
|
chore: Finished first components v2 impl
|
3 months ago |
DA-344
|
4aef97e249
|
chore: undo attachment file move
|
3 months ago |
DA-344
|
76e2028118
|
chore: More v2 components on UI and idk some changes
|
3 months ago |
DA-344
|
86897182ba
|
chore: more things to components v2
|
3 months ago |
DA-344
|
eea95d95c9
|
chore: Add more components and some things on weights and so
|
3 months ago |
DA-344
|
335b3976d8
|
chore: Update components
|
3 months ago |
Rapptz
|
8953938a53
|
Update Pyright to v1.1.394
|
4 months ago |
DA344
|
6ab747f9e5
|
Add support for sending views in stateless webhooks
|
4 months ago |
Soheab
|
2248fc1946
|
Fix various code around Message.interaction(_metadata)
|
1 year ago |
ナニカ
|
dc6d33c303
|
copy over original row position for dynamic items
|
1 year ago |
Rapptz
|
76666fbcf4
|
Properly check for maximum number of children
|
1 year ago |
Rapptz
|
078b500657
|
Fix dynamic item views having a timeout causing it to evict
|
1 year ago |
Soheab_
|
698363e76b
|
Refactor from_components for Select classes
Co-authored-by: Danny <[email protected]>
|
2 years ago |
z03h
|
e67d00502d
|
Fix View.from_message not creating other Selects
|
2 years ago |
Rapptz
|
94655cd804
|
Skip adding views to the synced message store if fully dynamic
|
2 years ago |
Rapptz
|
f793af0456
|
Add item parameter to DynamicItem.from_custom_id
|
2 years ago |
Rapptz
|
7c3868ef3b
|
Add Client.remove_dynamic_items
|
2 years ago |
Rapptz
|
a852f90358
|
Add support for dynamic items that parse custom_id for state
|
2 years ago |
Takagi Tasuku
|
f7e9795495
|
Call super for __init_subclass__ in View
Co-authored-by: Danny <[email protected]>
|
2 years ago |
Rapptz
|
6cb9a84898
|
Fix views not being removed from message store backing
This uses the original interaction ID if available for cache eviction
|
2 years ago |
Trevor
|
5009c83bc9
|
Implement New Select Types
Co-authored-by: Soheab_ <[email protected]>
Co-authored-by: rdrescher909 <[email protected]>
Co-authored-by: Danny <[email protected]>
|
3 years ago |
ster
|
95b6bd8782
|
Add coro tag to docstrings that were missing it
|
3 years ago |
Ionite
|
6981eb69c4
|
Normalize type formatting in TypeError
Normalize most mixed usages of `__class__`, `__class__!r`,
`__class__.__name__!r` to the standard form of
`__class__.__name__`
|
3 years ago |
Bryan Forbes
|
b12b4b18fd
|
Mark public callbacks as positional-only
|
3 years ago |
Rapptz
|
6327402730
|
Update View timeout only if interaction_check passes
|
3 years ago |
Mikey
|
9c38cf3aef
|
Fix ui.Select.values in modals
|
3 years ago |
Rapptz
|
efdda635fb
|
Fix View.from_message not respecting ActionRow row order
|
3 years ago |
mniip
|
1be36c9c3e
|
Change View, Modal, and AudioPlayer to use logger instead of stderr
|
3 years ago |
Lilly Rose Berner
|
7267d18d9e
|
Improve component typing
|
3 years ago |