-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add message highlighting / text bubbles [feature] #99
Comments
This was a proposal I made in #96. With the qml timeline that is almost trivial to add, so yes, it could be done (You just need to add a background to the message delegate, the settings toggle would almost be more work). So when we are using qml for the timeline, we would just need to decide on the look, that we want to have. |
Ohhhhh, that looks pretty great! And yeah, having nice bubbles is not trivial, but the qml timeline makes it a lot easier than it was before. Message Layout
One big issue with that is, that it simply doesn't scale to bigger screens. I would probably stick to just adding bubbles in the first iteration, the alignment can be done later. Otherwise it becomes a bit much to review at once. MetadataThat sounds really tricky and is one of the reasons I haven't tried to add bubbles yet. A super simple way to do it, would be to just always preserve space for it. Then a future iteration could make it optionally only show, when the bubble is touched. Simpler is best in an early iteration and it can always improved iteratively.
|
Thanks for the feedback! I'm already on #nheko:neko.im |
One thing that might work, is to refactor the messages to be a Control. That way you can have a background property, that is either set to null/invisible or visible depending on the option of the "show bubbles" setting. And you can just duplicate the status indicators in a ColumnLayout/RowLayout and make them invisible conditionally or load different Items based on the settings. There are a few ways to do that with minimally invasive changes, but I'm not an expert on that either :3 |
as i had already asked here(mujx/nheko#408), in my opinion a kind of highlighting between different messages would enhance readability. Maybe this can be added as an optional feature?
The text was updated successfully, but these errors were encountered: