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

[UI] Add compact mode #68

Open
roxblnfk opened this issue Nov 17, 2023 · 2 comments
Open

[UI] Add compact mode #68

roxblnfk opened this issue Nov 17, 2023 · 2 comments
Assignees
Milestone

Comments

@roxblnfk
Copy link
Member

It would be great if you could add an option to activate a compact mode for the UI. In this mode, the left panel would be significantly reduced and the paddings would be trimmed.

I'm working on a small monitor and such a mode would help to fit more content in view.

@butschster butschster transferred this issue from buggregator/server Nov 17, 2023
@butschster butschster self-assigned this Nov 24, 2023
@leonardocustodio
Copy link

leonardocustodio commented Jan 8, 2024

First, I would like to say congratulations on the project. I've been using for a few days and it is awesome. It has become my primary logger php tool.

I agree that a compact mode would be awesome, especially on the logging page. It seems there is so much "wasted" space between each log, we can see it fits way more logs on Ray.

image
image

@roxblnfk
Copy link
Member Author

roxblnfk commented Jan 9, 2024

I think in this case it would be useful to use different layouts depending on the open tab.

For example, we don't need to display the log badge if we are already in the Logs tab. At the same time, we can optimize the logs page for more convenient viewing of logs (rather than dumps or others).
For example:

  • display the time in the left short column
  • display log level in the second column
  • Display source (ray) and content type (json) in another place (mb before tags) and remove the top line with labels
  • merge file with line
  • use white-space: nowrap; overflow: hidden; for content

@butschster butschster added this to the 1.0 milestone Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants