ckampfe / russ

A TUI RSS reader with vim-like controls and a local-first, offline-first focus
GNU Affero General Public License v3.0
173 stars 18 forks source link

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

Open Locorock opened 2 years ago

Locorock commented 2 years ago

Is there an existing issue for this?

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

ckampfe commented 2 years ago

@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 commented 2 years ago

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?

ckampfe commented 1 year ago

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.

Locorock commented 1 year ago

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

ckampfe commented 1 year ago

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: @.***>