JakuJ / quantum-explorer

Bachelor's project: Compiler Explorer for Q#
https://qexplorer.herokuapp.com
GNU General Public License v3.0
3 stars 0 forks source link

Add modal with "about" information #87

Closed Adam-Kowalczyk closed 3 years ago

Adam-Kowalczyk commented 3 years ago

This PR closes #82 and adds UniversalModal component for creating custom modal windows in blazor

codecov[bot] commented 3 years ago

Codecov Report

Merging #87 (7d1a065) into develop (3278e48) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #87      +/-   ##
===========================================
+ Coverage    94.16%   94.18%   +0.02%     
===========================================
  Files           42       44       +2     
  Lines         1080     1084       +4     
===========================================
+ Hits          1017     1021       +4     
  Misses          63       63              
Flag Coverage Δ
unittests 94.18% <100.00%> (+0.02%) :arrow_up:

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

Impacted Files Coverage Δ
Explorer/Components/Modals/AboutModal.razor 100.00% <100.00%> (ø)
Explorer/Components/Modals/UniversalModal.razor 100.00% <100.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 3278e48...7d1a065. Read the comment docs.