russ icon indicating copy to clipboard operation
russ copied to clipboard

[FEATURE] Highlighted voices should be allowed to draw multiple rows of text

Open Locorock opened this issue 2 years ago • 5 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Feature description

With really long titles, or when russ isn't on fullscreen, text tends to get cut at the border. There is no way to actually read the cut part without looking at the info box, and in that case the info box is so full that the date and part of the link is cut out. That's why i propose for highlighted text to be able to be drawn in multiple lines.

Current Behaviour: scrot-2022-10-12-19_58

Proposed Behaviour: scrot-2022-10-12-19_58_2

Locorock avatar Oct 12 '22 18:10 Locorock

@Locorock I agree this makes sense! Do you have a branch that has changes that do this that you would be willing to contribute?

ckampfe avatar Oct 14 '22 00:10 ckampfe

Not really, i just did a quick edit on krita

@Locorock I agree this makes sense! Do you have a branch that has changes that do this that you would be willing to contribute?

Locorock avatar Oct 14 '22 02:10 Locorock

I still think this is a good idea, however I'm just commenting again to say that I haven't yet had a chance to look at how this might be implemented.

ckampfe avatar Apr 15 '23 18:04 ckampfe

I still think this is a good idea, however I'm just commenting again to say that I haven't yet had a chance to look at how this might be implemented.

image This seems to do the trick (just \n when you reach the end of the screen), but my rust code is hideous

Still, no idea how to fix the info boxes, i was thinking a marquee but it's probably better to keep the ui static, or maybe have them resize dynamically, stealing some space from the feed box when needed

Locorock avatar Apr 17 '23 21:04 Locorock

Thank you! I will take a look when I am able.

On April 17, 2023, Zibi Braniecki @.***> wrote:

I still think this is a good idea, however I'm just commenting again to say that I haven't yet had a chance to look at how this might be implemented.

This seems to do the trick (just \n when you reach the end of the screen), but my rust code is still hideous Still, no idea how to fix the info boxes, i was thinking a marquee but it's probably better to keep the ui static, or maybe have them resize dynamically, stealing some space from the feed box when needed

— Reply to this email directly, view it on GitHub https://github.com/ckampfe/russ/issues/12#issuecomment-1512091285, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2B2JBOEROPGJUFEMER6UDXBWWTBANCNFSM6AAAAAARDQ5COE . You are receiving this because you commented.Message ID: @.***>

ckampfe avatar Apr 17 '23 23:04 ckampfe