-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Ideas for UI/UX improvements #766
Comments
The App Source scrolling issue is fixed in version 2023.3.1. |
Yes, I don't see this issue anymore @fleytman. Try the latest release? https://github.com/appium/appium-inspector/releases/tag/v2023.4.1 |
I didn't realize from the list of changes that I had to update to 2023.3.1 and the newer 2023.4.1 wasn't there yet. Tried it, it works - it makes it very easy to work and takes the frustration out of using it. Updated the original post. The other improvements I suggested, I'm sure can improve the user experience too. |
OK, I updated the title here to reflect the enhancement requests |
@jlipps Any noise on revamping the UI? 👀 |
It would be great to have you get to know the project @idebenone! Maybe @eglitise has some ideas for a good start? |
@eglitise I'm all ears! |
@idebenone there's quite a lot of room for improvements and enhancements in this project. |
@eglitise Sure, I can assist you with the refactoring. Have you looked into electron-vite? |
@idebenone let's continue the refactoring discussion in #1453 |
The inspector's appium window is divided into 3 parts. On the left is a screenshot of the device, in the middle the App Source, and on the right the Selected element.
The problem occurs when you start scrolling down App Source, because the whole window is scrolled. Because of this, I constantly have to scroll up to see what is highlighted in the screenshot and down to examine the structure of the xml. An illogical situation with the Selected element section. I propose to divide these sections so that scrolling works for each of them separately.UPD. fixed in 2023.3.1+ versionScreenshot
Also inconvenient that the size of these sections can not change itself, you can only change the size of the window itself. I think that there are a few solutions here
For inspiration, let's see how Layout Inspector looks like in Android studio
Environment
The text was updated successfully, but these errors were encountered: