Leonardo
7f16a06479
Copy Select options when creating View class
3 weeks ago
DA-344
c03afaaa5c
fix: views saying that arent dispatchable when they are
4 weeks ago
DA-344
5d5f4b6d14
fix: total_children not being updated when using add_item
4 weeks ago
DA-344
3697a9b96c
chore: prevent storing non-interactable views and various fixes
1 month ago
DA-344
3040529281
chore: remove unused imports and typings
1 month ago
DA-344
7345812ba4
fix: typings
1 month ago
DA-344
8c807e1e20
chore: update some things for storing items
1 month ago
DA-344
4bd97e1c71
chore: fix messy code on ViewStore.schedule_dynamic_item_call
1 month ago
DA-344
04d1ca077c
fix: dynamic items strange cases
1 month ago
DA-344
3582bf62be
fix: dynamic item calls failing
1 month ago
DA-344
e1d8a8419b
chore: change get_item behaviour
1 month ago
DA-344
b8432722d8
Revert "chore: update ViewStore.dispatch_view"
This reverts commit 49125e8406
.
1 month ago
DA-344
49125e8406
chore: update ViewStore.dispatch_view
Since a time ago, the /interactions/{token}/callback route got a return type (finally), and this code updates the whole interaction_id dependency the current system had to always use the
resource id (in case it is a message) Discord provides.
discord.py always defaults to receiving a response on interaction callbacks, so it should not fail anymore.
Maybe needs some fixing, the testing I've done seems to be working fine, so I guess I'll leave it like that currently
2 months ago
DA-344
78ed233f07
shuold
2 months ago
DA-344
d4e738abb2
qol things and changes
2 months ago
DA-344
42bd21a700
chore(breaking): Rename SeparatorSize to SeparatorSpacing
2 months ago
DA-344
d65437b4da
chore: QoL changes on BaseView.from_message and BaseView.from_dict and ActionRow.to_component_dict()
2 months ago
DA-344
03af02b4b5
chore: Run black and fix linting errors
2 months ago
DA344
c9e0f35453
fix: linting
2 months ago
DA-344
5489806a62
fix: row not being respected when being 0
2 months ago
DA-344
e3294223b6
feat: Add (Layout)View.from_dict methods
2 months ago
DA-344
acd17d8713
chore: Update LayoutView.to_components()
2 months ago
DA344
4005399f93
chore: remove setting default row
2 months ago
DA-344
091705c283
chore: remove _ViewWeights leftover code
2 months ago
DA-344
1281a2e5fa
chore: black
2 months ago
DA-344
0b25cf7a99
chore: dynamic items
2 months ago
DA-344
8f39bf5731
fix: rows being set weirdly because of sorted
2 months ago
DA-344
176d0a4182
fix attr error things
2 months ago
DA-344
4103a97635
things
2 months ago
DA-344
cf08c0e78f
chore: Remove ValueError on Container.add_item
2 months ago
DA-344
7b5f247502
chore: Add call to super().__init_subclass__()
2 months ago
DA-344
6122b32dae
fix: Sorting LayoutView children defaulting to 0 instead of sys.maxsize
2 months ago
DA-344
7012cec96a
fix: LayoutView.__total_children being incorrectly set when adding/removing items from an item
2 months ago
DA-344
b0b332a2e0
fix: Add/Modify View/Container.walk_children return types
3 months ago
DA-344
d41d7111a7
list -> tuple
3 months ago
DA-344
2da3a1467b
chore: Raise LayoutView component limit to 40 and remove component limit on containers
3 months ago
DA-344
7741166e86
chore: Add (View|Container|ActionRow|Section).walk_children methods
3 months ago
DA344
a8285e1931
more typings
3 months ago
DA344
5162d17d4a
fix typings and errors
3 months ago
DA344
de4d8c489d
fix: LayoutView’s duplicating items
3 months ago
DA-344
ab497987ac
chore: Update examples and things
3 months ago
DA344
952a623d23
remove unused import
3 months ago
DA344
f5415f5c59
chore: remove deprecation warning
3 months ago
DA-344
f5ec966a7b
chore: typings and docs and idk what more
3 months ago
DA-344
876397e5ad
chore: Improve Items documentation
3 months ago
DA-344
86ec83471b
chore: Update BaseView.__repr__
3 months ago
DA-344
70289119d2
fix: Item.view not being correctly set when using 'add_item' methods
3 months ago
DA-344
cf949c689f
chore: some bunch fixes and make interaction_check's work on every item
3 months ago
DA-344
e9d942b233
chore: typings
3 months ago
DA-344
cba602d472
chore: Add more params to MessageFlags.components_v2 docstring
3 months ago