kafbat / kafka-ui

Open-Source Web UI for managing Apache Kafka clusters
http://ui.docs.kafbat.io
Apache License 2.0
621 stars 80 forks source link

UX: Messages: Use "Newest" as default mode #570

Closed woile closed 1 month ago

woile commented 1 month ago

Issue submitter TODO list

Is your proposal related to a problem?

Most of the time, we have experienced that users want to see the newest first

Describe the feature you're interested in

In here:

https://github.com/kafbat/kafka-ui/blob/3f3ca4cfabe36acd57fddcec1589c39a1800f61f/frontend/src/lib/hooks/useMessagesFilters.ts#L38

Use default 1, which would be latest

Describe alternatives you've considered

Making it a configuration parameter, but I think "Newest" is good enough. I'd like to check here if everyone also agrees that Newest as default would be the best default.

Version you're running

1.0.0

Additional context

No response

github-actions[bot] commented 1 month ago

Hi woile! 👋

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 commented 1 month ago

I personally would prefer 'newest first' as well, let's see