Skip to content
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

[MainUI] Do not reload inbox for inboxupdatedevents #2918

Closed
wants to merge 2 commits into from

Conversation

seime
Copy link
Contributor

@seime seime commented Dec 14, 2024

See #2395

Skip inboxupdatedevents as they do not change the inbox count (which is the only information actually used after loading this potentially very large structure of data)

Copy link

relativeci bot commented Dec 14, 2024

#2563 Bundle Size — 10.9MiB (~+0.01%).

289a5d9(current) vs c2ae0ab main#2562(baseline)

Warning

Bundle contains 2 duplicate packages – View duplicate packages

Bundle metrics  Change 1 change
                 Current
#2563
     Baseline
#2562
No change  Initial JS 1.92MiB 1.92MiB
No change  Initial CSS 577.83KiB 577.83KiB
Change  Cache Invalidation 18.3% 17.65%
No change  Chunks 226 226
No change  Assets 249 249
No change  Modules 2947 2947
No change  Duplicate Modules 152 152
No change  Duplicate Code 1.8% 1.8%
No change  Packages 96 96
No change  Duplicate Packages 2 2
Bundle size by type  Change 1 change Regression 1 regression
                 Current
#2563
     Baseline
#2562
Regression  JS 9.11MiB (~+0.01%) 9.11MiB
No change  CSS 866.74KiB 866.74KiB
No change  Fonts 526.1KiB 526.1KiB
No change  Media 295.6KiB 295.6KiB
No change  IMG 140.74KiB 140.74KiB
No change  HTML 1.38KiB 1.38KiB
No change  Other 871B 871B

Bundle analysis reportBranch seime:thing_list_inbox_reloadingProject dashboard


Generated by RelativeCIDocumentationReport issue

Copy link
Contributor

@florian-h05 florian-h05 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for putting this up!

Instead of ignoring the InboxUpdatedEvent client side, we can say we don't want to listen to it and the server will not sent it anymore.

I have done that in #2942, which therefore replaces this PR.

@florian-h05
Copy link
Contributor

Superseded by #2942.

florian-h05 added a commit that referenced this pull request Dec 22, 2024
Fixes #2395.
Supersedes #2918.

Those do not change the inbox count and hence can be ignored.

Signed-off-by: Florian Hotze <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants