Fix #595 "View Console Log", Add scrolling, Launch Job Folder in file browser.#621
Conversation
BryonLewis
left a comment
There was a problem hiding this comment.
This is just me being a pain. Could we possibily:
@click="visibleOutput = visibleOutput !== job.job.key ? job.job.key : null"
or something similar to be able to toggle close an open console, maybe a text change in the process as well.
I just know that I've subconsciously clicked again expecting it to work more like a vuetify expansion panel. Not a big deal if out of scope and obviously not necessary right now.
|
You should know by now that I can never just do one thing. |
BryonLewis
left a comment
There was a problem hiding this comment.
I'm good with whatever you decide for the styling of the 'file manager' button, I just noticed that it doesn't standout but it may not need to. Thanks for the button, it is much appreciated.
| class="selectable" | ||
| @click="openPath(job.job)" | ||
| > | ||
| show in file manager |
There was a problem hiding this comment.
Is this intentionally styled to be somewhat hidden? It doesn't look like a clickable area like the Console Log it's regular text that has a cover state.

fixes #595
fixes #601