cli icon indicating copy to clipboard operation
cli copied to clipboard

Remove the "..." from the events published thought the event bus

Open jeronimoalbi opened this issue 3 years ago • 4 comments

Description

Not so long ago we added support to send events thought and event bus with the purpose of having more control on the logging format and output. These changes introduced the spinner to give feedback to the user to wait while the CLI is working. The "..." suffix in the event messages was used before the spinner with the same purpose.

Currently we are using both, there are places in the CLI code that are still adding the "..." suffix which is redundant when the spinner is used.

The "..." suffix could be removed in favor of the spinner animation.

Solution

Remove the "..." suffix from the events sent thought the event bus.

Don't add "..." suffix to events that are printed within the spinner.

jeronimoalbi avatar Oct 20 '22 14:10 jeronimoalbi

Related to #2990

jeronimoalbi avatar Dec 14 '22 13:12 jeronimoalbi

Lets remove!

aljo242 avatar Dec 14 '22 15:12 aljo242

I would concur that removing the ... would be ideal since we have the spinner that communicates the same thing and the spinner itself is more reassuring that "it's working" than just a static .... Nice suggestion @jeronimoalbi!

scottcarterco avatar Dec 16 '22 17:12 scottcarterco

My two cents is that it looks nicer with the spinner and the .... If we remove them, it looks like something is missing.

julienrbrt avatar Feb 01 '24 09:02 julienrbrt