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

[Feature]: Previous / Next links on system detail page #608

Closed
BernhardBaumrock opened this issue Feb 20, 2025 · 2 comments
Closed

[Feature]: Previous / Next links on system detail page #608

BernhardBaumrock opened this issue Feb 20, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@BernhardBaumrock
Copy link

Describe the feature you would like to see

First of all thank you for this absolutely awesome piece of software!

--- request ---
Imagine you are monitoring several servers and you want to quickly check the metrics of all of them, for example once in a week or once in a month.

At the moment the process is like this:

  • start on the overview list
  • click on the first server
  • change period to 1 week
  • check server metrics
  • go back to overview page
  • find the next server
  • click on that server
  • change period to 1 week

My request is to add Previous / Next links here:

Image

This would improve the workflow like this:

  • start on the overview list
  • click on the first server
  • change period to 1 week
  • check server metrics
  • click "next"

Describe how you would like to see this feature implemented

Just add two links and make sure that when clicking prev/next it remembers the time setting for the metric (24h / 1 week / etc)

@BernhardBaumrock BernhardBaumrock added the enhancement New feature or request label Feb 20, 2025
@henrygd henrygd moved this to Feature backlog in Beszel Roadmap Feb 21, 2025
@henrygd henrygd moved this from Feature backlog to Done in Beszel Roadmap Mar 6, 2025
@henrygd henrygd closed this as completed by moving to Done in Beszel Roadmap Mar 6, 2025
@henrygd
Copy link
Owner

henrygd commented Mar 6, 2025

Left / right and h / l keys switch to next and previous in 0.10.0.

@BernhardBaumrock
Copy link
Author

Hey @henrygd thank you very much! Left/Right keys are even better! The only issue now is that I don't know where in the list I am. Imagine having 20 servers in the list and inspecting one by one... after some servers you don't know at which position you are and as the right key jumps from the last in the list to the first in the list automatically you might end up in an "endless" loop.

I know this might sound like a minor thing but the little details matter :)

You might think "just remember the last item and once you land there you know it's the last". BUT this requires to read and inspect the server host on each round, which is not a necessary information when just looping over all servers and inspecting the charts in my opinion.

I thought about how to solve this... Not sure. But I tried the process again and it's really an issue for me. I think the best would be to show a confirmation popup and ask the user whether he/she wants to jump from the end to the first item in the list. The popup could be confirmed with the right arrow key and esc could close it without any action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants