You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the multi and it works great. However, I'm wondering if it would be possible to add support for centered, overlay text? For example, I have a pipeline with many steps, however, some of them can be skipped and I'd like to denote that in the progress. Something like this:
# ┌ main [■■■■■■■■■■■■■□□□□□□□□□□] 50%
# ├── one [■■■■■■■■Skipped■■■■■■■■] 100%
# └── two [■■■■■■■■■■■■□□□□□□□□□□□] 50%
How would the new feature work?
If this capability doesn't already exist, there would need to be a new method which performs the action with the text input. Something like:
Describe the problem
I'm using the multi and it works great. However, I'm wondering if it would be possible to add support for centered, overlay text? For example, I have a pipeline with many steps, however, some of them can be skipped and I'd like to denote that in the progress. Something like this:
How would the new feature work?
If this capability doesn't already exist, there would need to be a new method which performs the action with the text input. Something like:
Drawbacks
This may be too tedious to implement.
The text was updated successfully, but these errors were encountered: