Bug 404355 - The chat contains some events the user might not care about.
Summary: The chat contains some events the user might not care about.
Status: REPORTED
Alias: None
Product: ring-kde
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Emmanuel Lepage Vallée
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-14 16:13 UTC by Emmanuel Lepage Vallée
Modified: 2019-02-14 16:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emmanuel Lepage Vallée 2019-02-14 16:13:32 UTC
There is about a dozens type of events being shown in the chat view. Some users might not be interested in them and they slow down the UI on mobile due to the extra computing required.

On top of that, the sidebar summary proposed by the VDG is slower because it computes too much elements that ends up not being displayed.

The fix will be to provide a timeline filter model to remove the noise and a bunch of new KConfig/QmlActions to turn on and off some categories in the context drawer.