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

log tab cannot be expanded to show long lines #4224

Open
bss-dmitry-shmakov opened this issue Jun 14, 2024 · 2 comments
Open

log tab cannot be expanded to show long lines #4224

bss-dmitry-shmakov opened this issue Jun 14, 2024 · 2 comments

Comments

@bss-dmitry-shmakov
Copy link

there's no word-wrap function for logs, so it cannot be used for its main purpose of reading the logs easily and efficiently.
it is not user friendly and I wonder if it's just me who simply cannot find the right buttons to turn word wrap on, or to resize the tab somehow? or it really is constrained to the small 25% width of the screen on the right side?

image

@bss-dmitry-shmakov
Copy link
Author

it seems less than 25% of the screen width 😭 ... maybe 20%? fixed and cannot be resized... who could point me to the code where I can implement a feature to allow resizing that element, let's say to "full-screen width" and back, would be great feature for everyone to enjoy.

@topliceanurazvan
Copy link
Member

Hey @bss-dmitry-shmakov, thank you for your interest in contributing to Monokle. 🙌🏻

Currently, we are using the Antd Drawer component, and making it resizable might be complex, even close to impossible. The suggestion would be to check our internal Drawer component and try to figure out how the width is set and increase it. This should be the most straightforward solution for now and hopefully, will solve your problem.

Good luck and let us know if you need further help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No Status
Development

No branches or pull requests

2 participants