-
Notifications
You must be signed in to change notification settings - Fork 204
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 front ui #1011
Fix front ui #1011
Conversation
Code Climate has analyzed commit ed655e4 and detected 0 issues on this pull request. View more on Code Climate. |
Codecov Report
@@ Coverage Diff @@
## main #1011 +/- ##
=========================================
- Coverage 73.7% 73.34% -0.37%
=========================================
Files 40 40
Lines 1388 1388
=========================================
- Hits 1023 1018 -5
- Misses 365 370 +5
|
@publiclab/mapknitter-reviewers |
Wow! This look amazing, love the new fonts and designs ❤️ 🎉 🎉. Maybe we should keep the publiclab icon. What do you think? |
Hi! This looks good, just re-using the already working code from the upper-right navbar dropdown. Super! Merging this now as I believe this resolves #1010 too? |
Thank you Sasha!!! (Had trouble sleeping? wow, late night critical fixes FTW! 🙌 ) |
</form> | ||
<br><br> | ||
<p>We strongly prefer that you should | ||
<%= render partial: "layouts/login_form" %> | ||
OR <a href="http://publiclab.org/signup">sign up for a Public Lab account</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sashadev-sky I think this line can be removed now.
* h * h * updates * fix front-ui
Fixes #1012 (<=== Add issue number here)
The login view was missing in the public lab icon, and github icon:

Re-implemented it and DRYed up code by using the

_login_form
partial instead of rewriting the UI logic.Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/mapknitter-reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!