Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

do not show up loading icon for about pages #10304

Merged
merged 1 commit into from
Aug 7, 2017
Merged

do not show up loading icon for about pages #10304

merged 1 commit into from
Aug 7, 2017

Conversation

cezaraugusto
Copy link
Contributor

@cezaraugusto cezaraugusto commented Aug 4, 2017

Auditors: @bsclifton
fix #10303

Test plan:
See #10303

each new tab created renders the loading animation and cause unnecessary paint junk and there's not a real need as about pages are rendered almost instantly.

@cezaraugusto cezaraugusto added this to the 0.21.x (Nightly Channel) milestone Aug 4, 2017
@cezaraugusto cezaraugusto self-assigned this Aug 4, 2017
@cezaraugusto cezaraugusto requested a review from bsclifton August 4, 2017 21:41
@codecov-io
Copy link

codecov-io commented Aug 4, 2017

Codecov Report

Merging #10304 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master   #10304      +/-   ##
==========================================
+ Coverage    53.4%    53.4%   +<.01%     
==========================================
  Files         238      238              
  Lines       21069    21070       +1     
  Branches     3255     3256       +1     
==========================================
+ Hits        11251    11252       +1     
  Misses       9818     9818
Flag Coverage Δ
#unittest 53.4% <100%> (ø) ⬆️
Impacted Files Coverage Δ
app/renderer/components/tabs/content/favIcon.js 100% <100%> (ø) ⬆️

Copy link
Member

@bsclifton bsclifton left a comment

Choose a reason for hiding this comment

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

Changes LGTM 😄 👍

@bsclifton bsclifton merged commit 54a174c into master Aug 7, 2017
@bsclifton bsclifton deleted the 10303 branch August 7, 2017 15:51
@bbondy bbondy modified the milestones: 0.21.x (Developer Channel), 0.20.x (Beta Channel) Oct 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

do not show loading icon for about pages
4 participants