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

fix: Improve UI performance of ephemeral messages #11071

Merged
merged 2 commits into from May 10, 2021
Merged

Conversation

AndyLnd
Copy link
Contributor

@AndyLnd AndyLnd commented May 10, 2021

No description provided.

@codecov
Copy link

codecov bot commented May 10, 2021

Codecov Report

Merging #11071 (1b1e71c) into dev (cc052c8) will decrease coverage by 5.69%.
The diff coverage is 50.58%.

@@            Coverage Diff             @@
##              dev   #11071      +/-   ##
==========================================
- Coverage   49.44%   43.74%   -5.70%     
==========================================
  Files         370      515     +145     
  Lines       13759    24375   +10616     
  Branches     2549     3901    +1352     
==========================================
+ Hits         6803    10663    +3860     
- Misses       6180    12879    +6699     
- Partials      776      833      +57     

@@ -17,7 +17,7 @@
params="user: user, actionsViewModel: actionsViewModel, onAction: onUserAction, isSelfActivated: isActivatedAccount()"
></user-actions>
<!-- /ko -->
<!-- ko if: !user() && !userNotFound() -->
<!-- ko if: isVisible() && !user() && !userNotFound() -->
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it just hide the loading-icon SVG? If yes, can we completely remove it via JavaScript? Because it seems to be related to this report: wireapp/wire-desktop#2507 (comment)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is now there for exactly this reason. The loading-icon will not be in the DOM when it is not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants