Highlights: quicker Style and Note marker dialogs#13223
Conversation
|
If I tap on a previously made highlight, I will get that popup directly instead of the one with arrows to extend the highlight ? |
This. |
|
RadioButton widget required pressing Apply and Close buttons. |
|
It would be good to change the Color dialog in the same way, but we do not have colored buttons. |
|
I'm not sure if making this a new default is a good idea. While I really like the new menu compared to the old radio buttons one, I definitely prefer "generic" menu as a default tap-on-highlight action, since I don't change highlight style at all, but often use buttons to adjust the highlighted text. This mostly comes down to preference. I don't think it warrants change of default behavior, but that's debatable. I'd propose adding new action in In that case tap-on-highlight could still show the "generic" menu and user would still have the ability to customize highlights as soon as they are made. This is meant more as a food for thought rather than critique of the PR. I'm not arguing whether it should/shouldn't be merged. |
|
Thanks for the ideas. |
| function ReaderHighlight:onShowHighlightDialog(index) | ||
| function ReaderHighlight:showHighlightDialog(index) | ||
| local item = self.ui.annotation.annotations[index] | ||
| local edit_highlight_dialog |
There was a problem hiding this comment.
Oh, nice :). That instance variable was indeed awkward!

Immediate effect, saving two taps as discussed in #13187.
This change is