java / devrel

Java DevRel feedback
https://inside.java
10 stars 1 forks source link

[Suggestion]: UX Improvements #33

Open Xatenev opened 1 week ago

Xatenev commented 1 week ago

What happened?

The java playground would benefit greatly from some fairly simple UX improvements. The typical approach to using the playground for me looks like the following:

  1. Navigate to the website.

image

  1. Clear example code, either by pressing the button or ctrl+a and remove.
  2. Press enter 10 times to make some space to work in.
  3. Click into the first row to get started.
  4. Now I can start working with the following layout.

image

I assume that others also use a similar approach.

It would be very beneficial if either the starting layout would be adjusted so the user can get started more quickly without all the extra steps or alternatively the possibility to set some kind of user configuration in the session/cookie/etc.

Thanks!

OS

Linux

What browsers are you seeing the problem on?

Chrome

Contact Details (optional)

No response

Additional information

Leave blank

danthe1st commented 1 week ago

What exactly would you like to store in the browser (localStorage might be an option as well)?

For making space, I would suggest "just" setting a minimum height for the playground text area unconditionally.