Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FE: Configurable message amount per page #468

Open
2 tasks done
JonathanMbt opened this issue Jul 8, 2024 · 1 comment
Open
2 tasks done

FE: Configurable message amount per page #468

JonathanMbt opened this issue Jul 8, 2024 · 1 comment
Labels
area/messages scope/frontend Related to frontend changes status/pending-design Pending UI design solution status/triage/completed Automatic triage completed type/enhancement En enhancement/improvement to an already existing feature

Comments

@JonathanMbt
Copy link

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

Is your proposal related to a problem?

No response

Describe the feature you're interested in

The default number of messages displayed by topic is 100, I would like to be able to change that default value, and not having to do it by editing the url each time. I saw that it is defined as a constant (

export const MESSAGES_PER_PAGE = '100';
), would it not be possible to have a env variable that would allow to configure the default value ?

Describe alternatives you've considered

As a mitigation for the moment, I used the following environment variable to configure the API:

  • KAFKA_POLLING_DEFAULTPAGESIZE
  • KAFKA_POLLING_MAXPAGESIZE
    But it's not really user friendly, as the UI still have the limit to 100 in the URL... and it's make it not dynamic. I mean that the page size is static and cannot be change after settings that values... a default configurable value in frontend would permit to have something dynamic.

Version you're running

v1.0.0

Additional context

No response

@JonathanMbt JonathanMbt added status/triage Issues pending maintainers triage type/feature A brand new feature labels Jul 8, 2024
@kapybro kapybro bot added status/triage/manual Manual triage in progress scope/frontend Related to frontend changes status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Jul 8, 2024
Copy link

github-actions bot commented Jul 8, 2024

Hi JonathanMbt! 👋

Welcome, and thank you for opening your first issue in the repo!

Please wait for triaging by our maintainers.

As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues.
Sponsorship link

If you plan to raise a PR for this issue, please take a look at our contributing guide.

@Haarolean Haarolean changed the title [Frontend] Make message per page configurable FE: Configurable message amount per page Jul 8, 2024
@Haarolean Haarolean added type/enhancement En enhancement/improvement to an already existing feature status/pending-design Pending UI design solution area/messages and removed type/feature A brand new feature status/triage/manual Manual triage in progress labels Jul 8, 2024
@Haarolean Haarolean moved this to Backlog in Housekeeping Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/messages scope/frontend Related to frontend changes status/pending-design Pending UI design solution status/triage/completed Automatic triage completed type/enhancement En enhancement/improvement to an already existing feature
Projects
Status: Backlog
Development

No branches or pull requests

2 participants