Closed xiCO2k closed 1 year ago
Thank you Francisco, this looks neat and stylish :pray:
If you like this output but don't like to have the HTML inside the class, I can move that to a view.
That would be ideal, so we have the logic and HTML separated :+1:
@TomasVotruba ready!
On the last commit I did remove the TablePrinter
and moved the logic to the TextOutputFormatter
.
Let me know what do you think.
Thanks for the updated :+1: , I'll handle it today
Btw, could you update the vendor
command as well, so we have the output consistent? :)
@TomasVotruba still need more time to have the VendorCommand
, will keep you posted.
@TomasVotruba please take a look, I may try to restyle the Progress Bar as well, but want to know your thoughts first.
Thanks.
Thank you :+1:
Looks good for me :clap: Let's merge it so we can iterate testing in real life. I might adjust it later, but want to ship it now :muscle:
sounds great!
Btw, I'm curious, how do you use this package? How and when do you need to measure these?
for the ProgressBar I would say I will add a method the Loading
class and add a view to handle the styling.
I mean how do you the lines package and what for
got it 😀.
I'm using it on a couple of a big projects that I'm cleaning up, and thats good to keep track of it
That's cool 😎 I'm doing something with dripping as much dependencies as I can.
I'd love to see your tricks to remove code :) what's your most effective way?
Hey,
This PR adds a new style for the
TextOutputFormatter
usingTermwind
.Before
After
If you like this output but don't like to have the HTML inside the class, I can move that to a view.
Thanks.