scimma / blast

Django web app for the automatic characterization of supernova hosts
MIT License
1 stars 2 forks source link

attempt for the login page #174

Closed SamLaiiii closed 6 months ago

SamLaiiii commented 1 year ago

Fixes #168

Description of the Change

Make the login page looks better

Checklist

Please check all that apply to your proposed changes

Additional context

first attempt

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.63%. Comparing base (3dd4bfc) to head (8ece55c). Report is 40 commits behind head on main.

:exclamation: Current head 8ece55c differs from pull request most recent head fdd924f. Consider uploading reports for the commit fdd924f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #174 +/- ## =========================================== + Coverage 53.62% 65.63% +12.01% =========================================== Files 28 24 -4 Lines 3355 1711 -1644 =========================================== - Hits 1799 1123 -676 + Misses 1556 588 -968 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

manning-ncsa commented 6 months ago

My fork of this branch completes the work started by Bolin. @djones1040 until I'm granted permissions on the repo, you will need to merge this into https://github.com/astrophpeter/blast/tree/Samlaii to complete this PR.

git remote add manning-ncsa git@github.com:manning-ncsa/blast.git
git fetch manning-ncsa
git checkout Samlaii 
git merge manning-ncsa/Samlaii
git push origin Samlaii