Skip to content

Component Utils#333

Draft
Kaktushose wants to merge 1 commit intomainfrom
feature/component-utils
Draft

Component Utils#333
Kaktushose wants to merge 1 commit intomainfrom
feature/component-utils

Conversation

@Kaktushose
Copy link
Owner

This PR aims to provide a superset of JDA's component api and solve common use cases not covered by JDA. This is wip and will be released in a 5.x feature release. Uses cases and components are subject to change.

Goals

  • localization support
  • usable outside of a JDA-Commands context
  • compatible with JDA api

Currently planned:

Container

  • SeparatorContainer
  • TextDisplayContainer
  • PaginationContainer

TBD

@Kaktushose Kaktushose self-assigned this Feb 26, 2026
@github-actions github-actions bot added meta:source code Indicates that files in a "src" directory are changed. type:feature This is a new feature. labels Feb 26, 2026
@Kaktushose Kaktushose linked an issue Feb 26, 2026 that may be closed by this pull request
@Kaktushose Kaktushose added the change:api This affects the end user api. label Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change:api This affects the end user api. meta:source code Indicates that files in a "src" directory are changed. type:feature This is a new feature.

Projects

Status: In Progess

Development

Successfully merging this pull request may close these issues.

Iterable Action Components

1 participant