peepo5

Results 106 comments of peepo5

img no. 8 is referenced in the above issue ^

also, i feel the underlining of the videos, playlists, and about look kind of clunky, look more like links than buttons

I would like this functionality too :>

Yeah, you could keep a vector of tuples containing `(String, u16)` or something similar. Then you could use the width of the list element to calculate where to split the...

For my message above, just as a note for anyone that wants to do this, you could keep the list as a `Vec` or similar, and then you could transform...

I have thought of an even easier way of approaching this. Example below. ```rs // Splits a string into a vector of strings to appeal to a width (used for...

This library may be helpful too -> https://github.com/mgeisler/textwrap

that would be interesting