-
Notifications
You must be signed in to change notification settings - Fork 955
Open
Labels
design readydesign is approved and ready for implementationdesign is approved and ready for implementationneeds-evaluationUse this label on feature requests that require joint evaluation by Product and Engineering teams.Use this label on feature requests that require joint evaluation by Product and Engineering teams.
Description
Currently, we show all coder_script
logs in a single UI container, which makes it challenging to debug which script has an issue.
It would help to move these to separate tabs for each coder_script
starting from startup_script
. It may look like this:
Here the name can be rendered from coder_script.display_name
and icon from coder_script.icon
The main changes requested are:
- Split logs from each script into separate tabs.
- Each tab should have a display name set to
coder_script.display_name
- Each tab should have an icon set to
coder_script.icon
- Each tab should show the exit status code of the last command by a change in color.
aslilac, Emyrk, DanielleMaywood, mafredri and matifali
Metadata
Metadata
Assignees
Labels
design readydesign is approved and ready for implementationdesign is approved and ready for implementationneeds-evaluationUse this label on feature requests that require joint evaluation by Product and Engineering teams.Use this label on feature requests that require joint evaluation by Product and Engineering teams.