shadoof / rtwtr

reading through writing through ...
GNU General Public License v3.0
0 stars 1 forks source link

section navigation widget #28

Closed shadoof closed 4 years ago

shadoof commented 4 years ago

easy?

cqx931 commented 4 years ago

@shadoof Could you remind me of the design you have in mind? I think you briefly mentioned that you want a dropdown menu with all the page numbers and the arrow keys being able to go to prev page and next page. Something like this? << 7 >>

shadoof commented 4 years ago

I do like the design you suggest with the <<>> chevrons. I was just thinking left justified above the text separated by one blank line.

cqx931 commented 4 years ago

widget added https://github.com/shadoof/rtwtr/pull/33/commits/181f0c5bb3caf588530b59223ca6a297603c2a64 please check and let me know if there are more style tweaks you want to make.

shadoof commented 4 years ago

Thanks for this Sally. Could we try two things:

shadoof commented 4 years ago

Also the "<<" and ">>" of the widget should not appear to be active when hovered.

cqx931 commented 4 years ago

How about this? The font size is 20px for the menu, while the main text is 24px. 24px would be a bit too big I think. Screenshot 2020-05-23 at 5 51 59 PM

cqx931 commented 4 years ago

oh the "<<" and ">>" are supposed to be "previous page" and "next page" buttons(which I forgot to add for the current commit). Do we still want that function? They can also just be purely decorative, if so, I will remove the on hover effect.

shadoof commented 4 years ago

look of the previous comment seems good to me and sorry! yes: I think the previous and next behaviors active on "<<" and ">>" are just as they should be! My bad.

cqx931 commented 4 years ago

Please check https://github.com/shadoof/rtwtr/pull/36/commits/ec0d56cc25d2e4a198680dbc955843cf4a6ceefc

shadoof commented 4 years ago

for tweaking, see #39