cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows
https://cylc.github.io
GNU General Public License v3.0
37 stars 27 forks source link

Log view: wrap lines and improve UX #1708

Closed MetRonnie closed 8 months ago

MetRonnie commented 8 months ago

Addresses numerous usability concerns raised by users:

Before

image

After

image

With word wrapping turned on:

image

Check List

oliver-sanders commented 8 months ago

@MetRonnie, the plan was to use an in-browser text editor / code viewer to provide this functionality along with other things like syntax highlighting, line numbers, etc to avoid implementing each feature individually ourselves.

The umbrella issue for this #144

Before we go down the route of developing our own code viewing from scratch, we should ensure that there isn't already something out there that can fulfil our requirements.