kafbat / kafka-ui

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

FE: Messages: Add back button in pagination #270

Open chris7532 opened 6 months ago

chris7532 commented 6 months ago

Issue submitter TODO list

Is your proposal related to a problem?

No response

Describe the feature you're interested in

The message page for topics currently only supports a "Next" button. Adding a "Backward" or "Previous" button would greatly enhance convenience for browsing through message logs.

Describe alternatives you've considered

No response

Version you're running

1.0.0

Additional context

No response

Haarolean commented 6 months ago

TODO:

  1. backend: implement backward cursor
  2. frontend: add a back button and use the backward cursor
malavmevada commented 5 months ago

Hey @Haarolean , Can I work on this feature ?

Haarolean commented 5 months ago

Hi @malavmevada! It's nice to see you again.

This issue requires backend changes first and the changes might be quite complex as we need to implement the backward cursor for messages first.

Can I suggest picking up something from "up for grabs" board instead? Here: link The board should be more convenient than ever before as I've added fields like "size" and "expertise" :) If there's nothing suitable for you there now, let me know, and I can add some issues there.

malavmevada commented 5 months ago

Hi @malavmevada! It's nice to see you again.

This issue requires backend changes first and the changes might be quite complex as we need to implement the backward cursor for messages first.

Can I suggest picking up something from "up for grabs" board instead? Here: link The board should be more convenient than ever before as I've added fields like "size" and "expertise" :) If there's nothing suitable for you there now, let me know, and I can add some issues there.

Hey @Haarolean , thank you for your response. I'll pick one of issues from up for grabs :)