-
Notifications
You must be signed in to change notification settings - Fork 311
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
Add Word Wrap option to events list in Live Data views #3718
Labels
c/console
This is related to the Console
size/small
This should not be a lot of work
ui/web
This is related to a web interface
Milestone
Comments
lnlp
changed the title
[console] Add Word Wrap option for messages in Live Data views
[console] Add Word Wrap option to events list in Live Data views
Jan 30, 2021
htdvisser
added
c/console
This is related to the Console
goldplating
This is just polishing
ui/web
This is related to a web interface
labels
Feb 1, 2021
htdvisser
changed the title
[console] Add Word Wrap option to events list in Live Data views
Add Word Wrap option to events list in Live Data views
Feb 1, 2021
kschiffer
added
the
blocked
This can't continue until another issue or pull request is done
label
Feb 16, 2021
Blocked on #3817 |
KrishnaIyer
removed
the
blocked
This can't continue until another issue or pull request is done
label
Oct 14, 2024
12 tasks
7 tasks
KrishnaIyer
added
needs/testing
This needs to be tested on staging
and removed
needs/testing
This needs to be tested on staging
labels
Dec 2, 2024
This is tested and will be available in the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c/console
This is related to the Console
size/small
This should not be a lot of work
ui/web
This is related to a web interface
Summary
Add a Word Wrap option to events list in Live Data views. This is only needed for the Data Preview field.
Why do we need this?
To improve the UX and usability. To make visible all event summary data at a glance, without being required to horizontal scroll each event separately.
Events summaries are displayed on a single line but the lines can be long and often the right part is not visible.
One has to horizontally scroll each message separately to see the non-visible remainder of the line and this needs to be done with a very tiny scrollbar below the message. It is impossible to see all event summary data at a glance, especially when new events are added all the time.
What is missing? What do you want to see?
Missing is a Word Wrap option for the Data Preview field.
With word wrap enabled data in the Data Preview can continue on the next line (in same column to keep it tidy) so it can all be visible without falling off-screen.
How do you propose to implement this?
Add a checkbox somewhere in the top of Live Data windows to enable/disable the Word Wrap option.
The text was updated successfully, but these errors were encountered: