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

Increase width of log entry list #1085

Closed
AlexanderThiele opened this issue Jul 17, 2023 · 5 comments
Closed

Increase width of log entry list #1085

AlexanderThiele opened this issue Jul 17, 2023 · 5 comments
Assignees
Labels
feature New feature request

Comments

@AlexanderThiele
Copy link

Hey Mockoon!

I love your tool and use it regularly when developing my App!
Something is always bugging me, whenever i open the Logs-Tab and look at my Log-Overview, it stops expanding until a certain width. We have many calls with the same path and i have to click every log entry 1 by 1 to find my call.

It is possible to expand it even more so that i can see my call when browsing the Log-List?

That would be awesome!

I'm using the Mac App currently with version 3.1.0

And here a screenshot:

Screenshot 2023-07-17 at 13 12 18

Thank you very much!
Best,
Alex

@255kb
Copy link
Member

255kb commented Jul 17, 2023

Hi Alex

Currently, the width of this menu is shared with all the similar menus (routes, etc.). It's a % of the application full width. It is limited to avoid right part of the UI to collapse when it's too small. I agree that for the logs it doesn't really make sense.

Handling the menus size independently would fix this, but there is a quicker fix that we could implement.

There is a setting to avoid long names/paths truncation:
image

The result is that the environment names, route paths, and data bucket names are not truncated anymore.
image

This is not yet activated for the logs but could solve your problem.
What do you think?

@AlexanderThiele
Copy link
Author

Hey @255kb,
thanks for the prompt answer!

Yes, that would probably help, but it might get a little confusing if all the URLs are split into multiple lines.

But definitely an improvement!

Thank you!

@255kb 255kb added the feature New feature request label Jul 21, 2023
@255kb 255kb self-assigned this Jul 21, 2023
@255kb
Copy link
Member

255kb commented Jul 21, 2023

Let's test that for a while, it will be quick to do on my side. After that, feel free to open a new issue if it doesn't solve your issue properly :)

@255kb 255kb closed this as completed Jul 21, 2023
255kb added a commit that referenced this issue Jul 24, 2023
* Logs standardization (#1064)

- add log transaction option to serverless and desktop
- extract server logging to commons-server
- standardize how server is logging its events
- use same logger (winston) for all the applications
- redact authorization headers when logging to file
Closes #978
Closes #688
Closes #1063

* Add context menu entry to move an environment file (#1065)

Closes #1062

* Review desktop messages and logging after #1063

* Fix documentation generator

* Enable OpenAPI `example` export (#1067)

fixes OpenAPI export crashing with CRUD routes
Closes #352
Closes #1066

* Make `data` helpers compatible with safestring (#1071)

Closes #1069

* Remove reload view and rewrite change detection

use custom rxjs operator that listen to the object changed and some reducer actions that always force the refresh
Also disable template generation on pressing enter if quota reached

* Switch lerna version to fixed

* Add stringify option to oneof helper

* Allow search of hidden routes in the desktop app (#1083)

Automatically uncollapse parent folders of selected route after a search
Closes #960

* Fix for faker methods with numbers in their names (#1084)

* Enable watch mode for libraries

Closes #1076

* Added crudkey property, updated environment and databucket actions (#1082)

* Added crudkey property, updated environment and databucket actions

* Updated crudKey to be a property of RouteResponse
Closes #1041

* Fix package lock and crudKey tooltip wording

* Move crudKey field next to CRUD data bucket selector in desktop app

* CLI refactoring (#1090)

- remove PM2 dependency
- remove list and stop commands, remove `--pname` flag
- make foreground the default and remove the `--daemon-flag`
- simplify the dockerize command to only generates a Dockerfile, and enable file downloading
- remove some dependencies to simplify maintenance (inquirer, etc.)
Closes #1081

* Update repository images

* Update CLI documentation headers and links

* Enable truncation for log menu entries in desktop app

Closes #1085

* Update dependencies

* New prettier format

---------

Co-authored-by: ajatkj <ajatkj@yahoo.co.in>
Co-authored-by: n1ce1041 <70496526+n1ce1041@users.noreply.github.com>
@255kb
Copy link
Member

255kb commented Jul 24, 2023

📦 This is now available with release v4.0.0.

@AlexanderThiele
Copy link
Author

Looks great! Thanks for the swift update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
Archived in project
Development

No branches or pull requests

2 participants