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

Unify navbar template #549

Merged
merged 1 commit into from
Mar 6, 2018
Merged

Unify navbar template #549

merged 1 commit into from
Mar 6, 2018

Conversation

mbeacom
Copy link
Contributor

@mbeacom mbeacom commented Mar 6, 2018

Description

The goal of this PR is to simplify the navbar handling by removing nav_internal.html and handle all related navbar logic in nav.html

Checklist
  • linter status: 100% pass
  • changes don't break existing behavior
  • commit message follows commit guidelines
Affected core subsystem(s)

ui, nav

Testing

Tested all changes locally on all views.

Refers/Fixes

Fixes: #548

@mbeacom mbeacom added frontend This needs frontend expertise. ui labels Mar 6, 2018
@mbeacom mbeacom self-assigned this Mar 6, 2018
@mbeacom mbeacom requested a review from owocki March 6, 2018 18:20
Copy link
Contributor

@owocki owocki left a comment

Choose a reason for hiding this comment

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

good idea. good execution. 👍from me



@register.filter
def is_in_list(value, input_list):
Copy link
Contributor

Choose a reason for hiding this comment

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

oooh ive never done this in django before.. cool!

@codecov
Copy link

codecov bot commented Mar 6, 2018

Codecov Report

Merging #549 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #549   +/-   ##
=======================================
  Coverage   29.04%   29.04%           
=======================================
  Files          86       86           
  Lines        4555     4555           
  Branches      547      547           
=======================================
  Hits         1323     1323           
  Misses       3185     3185           
  Partials       47       47

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 d8a4569...0d5bb90. Read the comment docs.

Copy link
Member

@thelostone-mc thelostone-mc left a comment

Choose a reason for hiding this comment

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

cleaner cleaner! woot woot :D

@mbeacom mbeacom merged commit 9875923 into master Mar 6, 2018
@mbeacom mbeacom deleted the mark-unified-navbar branch March 6, 2018 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend This needs frontend expertise.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants