Commit Graph

  • b388571010
    Merge 63e799d401 into 26855160f8 #10189 Soheab 2025-05-23 07:24:31 +0000
  • 63e799d401 Category.create_text/voice/stage/forum(_channel) #10189 Soheab_ 2025-05-23 09:24:21 +0200
  • 6224fb5b8c Cleanup types for Permission(s)(Overwrite) Soheab_ 2025-05-23 09:04:40 +0200
  • 0806747662
    Merge f0c0e40ba9 into 26855160f8 #10166 DA344 2025-05-21 04:03:23 -0700
  • f0c0e40ba9
    fix: Colo(u)r being on TYPE_CHECKING block #10166 DA344 2025-05-21 13:03:20 +0200
  • 0a8d9cbf02
    chore: check types on Container.accent_colour setter DA344 2025-05-20 23:29:25 +0200
  • cf21c5bf80
    chore: revert double quotes to single quotes DA344 2025-05-20 23:23:56 +0200
  • fe3b596379
    fix: unexpected behaviour on accent_colours DA344 2025-05-20 23:21:40 +0200
  • 3d37331cba
    chore: DA344 2025-05-20 23:20:44 +0200
  • 03af02b4b5 chore: Run black and fix linting errors DA-344 2025-05-20 21:15:17 +0200
  • c9e0f35453
    fix: linting DA344 2025-05-20 20:42:19 +0200
  • 5489806a62 fix: row not being respected when being 0 DA-344 2025-05-20 20:36:22 +0200
  • b4b7a7493a yet more fixes DA-344 2025-05-20 19:54:45 +0200
  • 22daf24830 fix: View.from_dict raising unexpected errors DA-344 2025-05-20 19:54:06 +0200
  • b221fd2fef Merge branch 'feat/components-v2' of https://github.com/DA-344/d.py into feat/components-v2 DA-344 2025-05-20 19:34:11 +0200
  • f63f9f6382 chore: Consistency on types DA-344 2025-05-20 19:33:52 +0200
  • e3294223b6 feat: Add (Layout)View.from_dict methods DA-344 2025-05-20 19:33:36 +0200
  • b52ded68c8 Use total=False over NotRequired everything Soheab_ 2025-05-20 19:02:43 +0200
  • 1970e71402
    Merge 2dd33ce1e8 into 26855160f8 #10190 ! Sleepy 2025-05-20 01:17:08 +0000
  • 2dd33ce1e8
    Update discord/user.py #10190 ! Sleepy 2025-05-19 18:17:06 -0700
  • 8e03c3a740
    fix: is_persistent in container.py DA344 2025-05-19 20:47:02 +0200
  • 6e302a37ac fix: is_persistent returning wrong values DA-344 2025-05-19 20:37:17 +0200
  • f3183b1e3c is this why its broken? lets find out! ! Sleepy 2025-05-18 18:01:41 -0700
  • 5778ad7d1b moved clan and primary_guild from PartialUser to User ! Sleepy 2025-05-18 17:05:56 -0700
  • b7a82873a0 the previous commit message is true. ! Sleepy 2025-05-18 16:44:26 -0700
  • 90898ba429 fixed a bug and probably added 3 more at the same time ! Sleepy 2025-05-18 16:38:30 -0700
  • ced0664532 added support for clan tags (hopefully) ! Sleepy 2025-05-18 16:28:10 -0700
  • 621af5f654 Add missing kwargs for (AutoSharded)Bot Soheab_ 2025-05-18 17:10:04 +0200
  • 1b676df69b chore: Improve documentation on MediaGallery(Item) and ui.File DA-344 2025-05-18 12:11:01 +0200
  • a79a693868 app_commands: commands Soheab_ 2025-05-17 22:03:54 +0200
  • a4aeab9a59 abc Soheab_ 2025-05-17 22:03:45 +0200
  • b2173bf6ec ext.commands: checks Soheab_ 2025-05-17 22:03:39 +0200
  • 62e6b8e20f ext.commands: bot Soheab_ 2025-05-17 22:02:35 +0200
  • 21b07a2a79 ext.commands: core Soheab_ 2025-05-17 22:02:15 +0200
  • 62a59babac ext.commands: help Soheab_ 2025-05-17 22:02:00 +0200
  • 0145ecb46c permissions Soheab_ 2025-05-17 22:01:54 +0200
  • 574235c634 Remove unnecessary comments Soheab_ 2025-05-17 22:01:38 +0200
  • 2353a82b9b AutoSharded(Client/Bot) Soheab_ 2025-05-17 18:00:02 +0200
  • 624ce4ddd6 Permission[s](Overwrite) Soheab_ 2025-05-17 17:33:12 +0200
  • f2700a96e1 flags: MemberCacheFlags Soheab_ 2025-05-17 17:25:09 +0200
  • 89a210b55b Remove unusued imports Soheab_ 2025-05-17 17:20:44 +0200
  • 7e8a254541 ext.commands: hybrid Soheab_ 2025-05-17 17:18:57 +0200
  • edb32b6337 Run "black discord" Soheab_ 2025-05-17 16:25:42 +0200
  • 13848f0e88 Remove unneeded total=False Soheab_ 2025-05-17 16:25:12 +0200
  • 3ff66286cb ext.commands: cog, core Soheab_ 2025-05-17 16:18:39 +0200
  • 79e426f7ea flags: Intents Soheab_ 2025-05-17 15:28:27 +0200
  • 38b72da479 Remove unused imports Soheab_ 2025-05-17 00:22:19 +0200
  • b4a10c50fb fix: intents should actually be required Soheab_ 2025-05-17 00:06:42 +0200
  • 6dbe1184ad Client & Bot Soheab_ 2025-05-17 00:03:16 +0200
  • acd17d8713 chore: Update LayoutView.to_components() DA-344 2025-05-16 22:43:56 +0200
  • 2f029c3976
    fix: Container rows DA344 2025-05-16 15:51:43 +0200
  • 4005399f93
    chore: remove setting default row DA344 2025-05-16 11:34:39 +0200
  • 98b6322832
    if DA344 2025-05-16 11:33:15 +0200
  • eb2996d91e
    Make Container._init_children more similar to BaseView._init_children DA344 2025-05-16 11:32:10 +0200
  • 091705c283 chore: remove _ViewWeights leftover code DA-344 2025-05-15 15:45:22 +0200
  • eb38195e80 fix: Container.__dispatchable not having new dispatchable nested items added after a dispatchable item was added in add_item DA-344 2025-05-15 15:41:02 +0200
  • a19055b308 __dispatchable having children that were removed from the Container DA-344 2025-05-15 15:35:54 +0200
  • 736fbfcb7d fix: typings on examples of dynamic DA-344 2025-05-14 17:04:49 +0200
  • 1281a2e5fa chore: black DA-344 2025-05-14 16:37:06 +0200
  • 0b25cf7a99 chore: dynamic items DA-344 2025-05-14 16:35:21 +0200
  • 8fc329d4bf fix: missing applied_tags param on overloads DA-344 2025-05-14 16:32:43 +0200
  • 8f39bf5731 fix: rows being set weirdly because of sorted DA-344 2025-05-14 16:31:04 +0200
  • 176d0a4182 fix attr error things DA-344 2025-05-12 15:33:57 +0200
  • 4103a97635 things DA-344 2025-05-09 22:19:43 +0200
  • 4ca483efdb chore: fix is_persistent and default to sys.maxsize instead of 0 on sorting key DA-344 2025-05-08 19:11:10 +0200
  • cf08c0e78f chore: Remove ValueError on Container.add_item DA-344 2025-05-07 15:48:03 +0200
  • 7b5f247502 chore: Add call to super().__init_subclass__() DA-344 2025-05-06 16:54:55 +0200
  • 6122b32dae fix: Sorting LayoutView children defaulting to 0 instead of sys.maxsize DA-344 2025-05-06 16:54:13 +0200
  • e29c10d186 fix: Webhook.send overloads missing ephemeral kwarg DA-344 2025-05-06 16:46:50 +0200
  • 7012cec96a fix: LayoutView.__total_children being incorrectly set when adding/removing items from an item DA-344 2025-05-06 16:43:05 +0200
  • ed7af0522d
    Merge 6250feeced into 26855160f8 #10154 Alex Nørgaard 2025-05-06 04:27:27 -0700
  • 6250feeced
    add regression test for the fix #10154 Alex Nørgaard 2025-05-06 12:27:16 +0100
  • 1b32380603
    Merge fcc42cb8d9 into 26855160f8 #10152 Leonardo 2025-05-02 14:19:18 +0000
  • fcc42cb8d9
    Fix unchanged docstring #10152 Leonardo 2025-05-02 16:18:54 +0200
  • 25133de19a changed the version added #10182 RoxMine 2025-05-02 15:12:49 +0200
  • 8b0bb2aba9 Add new Discord UI background colours (Ash, Dark, Onyx) RoxMine 2025-05-02 12:48:26 +0200
  • 03964172d3 rows DA-344 2025-05-01 16:14:57 +0200
  • 27db09adcf chore: overloads DA-344 2025-05-01 11:42:21 +0200
  • 145af2f67f chore: update docstrings DA-344 2025-05-01 11:24:35 +0200
  • 4044b2c97f chore: add *children param and validation for children DA-344 2025-04-30 22:20:23 +0200
  • 9c745bb751 chore: run black DA-344 2025-04-30 22:20:03 +0200
  • b0b332a2e0 fix: Add/Modify View/Container.walk_children return types DA-344 2025-04-30 22:16:13 +0200
  • 50c40a20b3
    fix: Change send type to None in Section.walk_children return type DA344 2025-04-30 22:14:48 +0200
  • d41d7111a7 list -> tuple DA-344 2025-04-30 16:38:18 +0200
  • 2da3a1467b chore: Raise LayoutView component limit to 40 and remove component limit on containers DA-344 2025-04-30 16:26:35 +0200
  • 26a0cdc948
    Merge b25ae1a097 into 26855160f8 #10181 owocado 2025-04-30 12:23:43 +0000
  • 0f0097224d
    Merge d44b3cf05e into 26855160f8 #10180 owocado 2025-04-30 12:12:18 +0000
  • d44b3cf05e fix CI #10180 owocado 2025-04-30 13:12:10 +0100
  • 661811194f fix CI owocado 2025-04-30 13:06:57 +0100
  • ad25c05a84
    fix types owocado 2025-04-30 17:26:35 +0530
  • ac567c8a52
    Merge 7047e36b68 into 26855160f8 #10178 owocado 2025-04-30 11:08:41 +0000
  • 7047e36b68 fix #10178 owocado 2025-04-30 12:08:32 +0100
  • fb768eb38c
    Merge 2547715e50 into 26855160f8 #10179 owocado 2025-04-30 11:07:07 +0000
  • bea619d323 lint: black owocado 2025-04-30 12:06:12 +0100
  • 682b6206f2
    looks like `# pyright: ignore` is needed here LOL owocado 2025-04-30 16:27:21 +0530
  • ecd61519ea
    remove `#pyright: ignore` for now owocado 2025-04-30 16:20:53 +0530
  • ba48545762
    Merge 0bbd316f27 into 26855160f8 #10177 owocado 2025-04-30 16:05:45 +0530
  • 0bbd316f27
    missed here #10177 owocado 2025-04-30 16:02:28 +0530
  • 1e16facfe8
    Merge 88b1a27079 into 26855160f8 #10176 owocado 2025-04-30 15:54:00 +0530
  • 88b1a27079
    add `platform` key in `__repr__` method for `Game` & `Streaming` class #10176 owocado 2025-04-30 15:50:04 +0530