argo-workflows
argo-workflows copied to clipboard
UI: Show full (long) name of workflow in list
Summary
So let say that you want to search (CNTRL+F) for workflow with generated id like -zxy123
in long-long-long-long-long-long-workflow-name-zxy123
But cannot pin point which is the worklow that we looking for
Use Cases
When I go to the UI what i see is long-long-long-lon...
(i dont know what the minimum character to make it have ...
) when search -zxy123
it found 1 but i cannot point which is which (imagine 20-30 long-long-long-lon...)
And I also expect if I opened Show Details
it will show full name of the workflow. But it doesnt
Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
I really like to contribute to Argo Workflow but currently i don't know React. hehe
When I go to the UI what i see is
long-long-long-lon...
(i dont know what the minimum character to make it have...
)
It depends on the width of your window; it's responsive.
There is no simple way to resolve long text issues. Only thing I can think of is to allow users to dynamically resize or remove some of the columns. That requires a pretty sizeable amount of code and a library to do though (L-size scope). EDIT: see #12738 for a feature request for that.
And I also expect if I opened
Show Details
it will show full name of the workflow. But it doesnt
That one's a lot easier to modify. Would just be a few lines to add here in the WorkflowDrawer
component.
This one's really simple even if you don't know much React if you want to give it a try 🙂 It is hacktoberfest after all!
This one's really simple even if you don't know much React if you want to give it a try 🙂 It is hacktoberfest after all!
I think its time to read https://argoproj.github.io/argo-workflows/CONTRIBUTING/ . let see what i can do about this issue
is it still available?
If there has been no PR in some time (in this case 9+ months), yes it is available. No need to ask.