-
Notifications
You must be signed in to change notification settings - Fork 30
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
Central Panel Scrolling #308
Comments
I'm not a perfect front-end developer (that's why my solution smells a bit), but I hope you will be glad about the result: |
I had tried to do it myself and let's just say I'm not even mediocre lol. Going to test this now and will provide an update shortly. |
Since I requested these changes, the least I can do is help debug/test. So I reverted back to
So one minor issue due to 306, and the others are down to the 308 change. Update:I was playing around with all this in Chrome Dev Tools and found that changing CSS for Something in 308 has resulted in the content not being full width, but if you add width: 100%; where I've highlighted, it seems to fix the issue: |
Also found that between screen widths of 690px and 760px the sidebar disappears. Below 690px the sidebar and main panel get stacked so you have to scroll all the way down the list of Requests to see the Request Details. I doubt I'll ever look at Webhook Tester on my phone, so it isn't an issue for me, but since it has been designed to be responsive, I thought I would let you know. I guess it would be covered off as part of your redesign 🙂 |
Hello! Apologies for the late response, but I have good news - I've added the requested feature, along with a number of other improvements I made while working on version 2 of the app. It would be great if you could try out the early test build and share your feedback. Do all the features work as expected? Did you encounter any crashes, or notice anything that isn’t functioning as intended? The Docker image and precompiled binary files are available at this link: https://github.com/tarampampam/webhook-tester/releases/tag/v2.0.0-alpha1 |
When scrolling down the list of Requests in the sidebar, the main div scrolls as well and so after selecting the desired Request, you have to scroll all the way back up to actually see it.
Sidebar scrolling should be independent of the page scrolling.
The text was updated successfully, but these errors were encountered: