DA344
0342becc75
update container.accent_colour to not raise errors on None
Co-authored-by: Jay3332 <40323796+jay3332@users.noreply.github.com>
1 month ago
Leonardo
7f16a06479
Copy Select options when creating View class
1 month ago
DA-344
c03afaaa5c
fix: views saying that arent dispatchable when they are
1 month ago
DA-344
5d5f4b6d14
fix: total_children not being updated when using add_item
1 month ago
DA-344
9fc0d3fc56
fix: ActionRow missing id
1 month ago
DA-344
3697a9b96c
chore: prevent storing non-interactable views and various fixes
1 month ago
DA-344
8a79252e9d
typo
1 month ago
DA-344
3465426ff6
chore: revert removing comments
1 month ago
DA-344
3040529281
chore: remove unused imports and typings
1 month ago
DA-344
c4225ecd2f
chore: remove unused functions and attributes
1 month ago
DA-344
14bf8c1432
fix: Section not having all attributes due to cls.__new__(cls)
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
7e071ff3c9
chore: remove unused imports & run black
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
2 months ago
DA-344
b8432722d8
Revert "chore: update ViewStore.dispatch_view"
This reverts commit 49125e8406
.
2 months 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
d124702290
itertools.groupby bye
2 months ago
DA-344
5bde2f0d29
chore: rename Section.get_item_by_id to Section.get_item
2 months ago
DA-344
12abc1a83a
chore: fix DynamicItem errors
2 months ago
DA-344
ff55d37166
changes to every item, mostly on repr
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
DA344
f0c0e40ba9
fix: Colo(u)r being on TYPE_CHECKING block
2 months ago
DA344
0a8d9cbf02
chore: check types on Container.accent_colour setter
2 months ago
DA344
fe3b596379
fix: unexpected behaviour on accent_colours
Co-authored-by: Soheab <33902984+Soheab@users.noreply.github.com>
2 months ago
DA344
3d37331cba
chore:
Co-authored-by: Soheab <33902984+Soheab@users.noreply.github.com>
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
DA344
8e03c3a740
fix: is_persistent in container.py
2 months ago
DA-344
6e302a37ac
fix: is_persistent returning wrong values
2 months ago
DA-344
1b676df69b
chore: Improve documentation on MediaGallery(Item) and ui.File
2 months ago
DA-344
acd17d8713
chore: Update LayoutView.to_components()
2 months ago
DA344
2f029c3976
fix: Container rows
2 months ago
DA344
4005399f93
chore: remove setting default row
2 months ago
DA344
98b6322832
if
2 months ago
DA344
eb2996d91e
Make Container._init_children more similar to BaseView._init_children
2 months ago
DA-344
091705c283
chore: remove _ViewWeights leftover code
2 months ago
DA-344
eb38195e80
fix: Container.__dispatchable not having new dispatchable nested items added after a dispatchable item was added in add_item
2 months ago
DA-344
a19055b308
__dispatchable having children that were removed from the Container
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