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

Silence loading spinner warning #568

Merged
merged 2 commits into from Dec 2, 2020

Conversation

michielderoos
Copy link
Contributor

@michielderoos michielderoos commented Dec 2, 2020

Describe the Pull Request

Loading spinner was throwing a bunch of warnings in the console. This just casts to the input to the type it wants silence it.

Todo

  • Link relevant trello card or related issue to the pull request
  • Request review from relevant @person or team
  • QA your pull request. This includes running the app, login, testing changes etc.
  • Bump backend and/or frontend versions following Semver

@michielderoos
Copy link
Contributor Author

1 similar comment
@michielderoos
Copy link
Contributor Author

@codecov
Copy link

codecov bot commented Dec 2, 2020

Codecov Report

Merging #568 (1f0a878) into master (917b387) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #568      +/-   ##
==========================================
- Coverage   47.26%   47.25%   -0.01%     
==========================================
  Files         331      331              
  Lines       17200    17201       +1     
  Branches     1336     1337       +1     
==========================================
  Hits         8129     8129              
- Misses       9038     9039       +1     
  Partials       33       33              
Flag Coverage Δ
javascript 4.78% <0.00%> (-0.01%) ⬇️
python 71.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
app/client/components/dashboard/MetricsCard.jsx 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 917b387...1f0a878. Read the comment docs.

Copy link
Contributor

@tristanhcole tristanhcole left a comment

Choose a reason for hiding this comment

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

LGTM!

@tristanhcole tristanhcole merged commit 6bcad31 into master Dec 2, 2020
@tristanhcole tristanhcole deleted the silence-loading-spinner-warning branch December 2, 2020 21:48
enjeyw added a commit that referenced this pull request Dec 3, 2020
* master:
  Silence loading spinner warning (#568)
  Custom attribute bugfix (#549)
  Antify Message Bar (#566)
  Stop retrying infinitely (#565)
  Only update BlockchainTransaction on the worker when we absolutely have to (#564)
  Make SynchronizedBlock be updated in batch instead of one giant update (#563)
  Hide Filters and Groups (#558)
  adding more colors to charts, and tweaking legends (#561)
  Chart Tweaks (#560)
  Recipients filter (#533)
  Dynamic transfer card loaded (#559)
  multi-line notes (#556)
  Add indexes to eth_worker database (#545)

# Conflicts:
#	config.py
enjeyw added a commit that referenced this pull request Dec 3, 2020
* master:
  Silence loading spinner warning (#568)
  Custom attribute bugfix (#549)
  Antify Message Bar (#566)
  Stop retrying infinitely (#565)
  Only update BlockchainTransaction on the worker when we absolutely have to (#564)
  Make SynchronizedBlock be updated in batch instead of one giant update (#563)
  Hide Filters and Groups (#558)
  adding more colors to charts, and tweaking legends (#561)
  Chart Tweaks (#560)
  Recipients filter (#533)
  Dynamic transfer card loaded (#559)
  multi-line notes (#556)
  Add indexes to eth_worker database (#545)
  Changes to custom attributes (#540)
  Rewrite custom attribute filters (#552)
enjeyw added a commit that referenced this pull request Dec 7, 2020
* master:
  feat: small improvements to accessibility across the web app (#562)
  Group by Sender and Recipient (#567)
  Enable multiple chains (#496)
  Silence loading spinner warning (#568)
  Custom attribute bugfix (#549)
  Antify Message Bar (#566)

# Conflicts:
#	config.py
#	eth_worker/eth_src/celery_app.py
#	eth_worker/eth_src/sql_persistence/interface.py
enjeyw added a commit that referenced this pull request Dec 15, 2020
* master: (28 commits)
  Adding blockchain_task_uuid index to worker messages (#551)
  Make location lookup look at existing users' coordinates as a last resort (#555)
  Add support for Commcare (#569)
  Improve external transaction detection (#570)
  Remove unused imports (#571)
  Celo integration (#535)
  feat: small improvements to accessibility across the web app (#562)
  Group by Sender and Recipient (#567)
  Enable multiple chains (#496)
  Silence loading spinner warning (#568)
  Custom attribute bugfix (#549)
  Antify Message Bar (#566)
  Stop retrying infinitely (#565)
  Only update BlockchainTransaction on the worker when we absolutely have to (#564)
  Make SynchronizedBlock be updated in batch instead of one giant update (#563)
  Hide Filters and Groups (#558)
  adding more colors to charts, and tweaking legends (#561)
  Chart Tweaks (#560)
  Recipients filter (#533)
  Dynamic transfer card loaded (#559)
  ...

# Conflicts:
#	app/server/api/transfer_card_api.py
#	app/test_app/functional/api/test_transfer_card_api.py
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.

None yet

2 participants