-
Notifications
You must be signed in to change notification settings - Fork 11
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/527_highlight_header_tab #535
Conversation
Your Render PR Server URL is https://zero-waste-staging-pr-535.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cj4k4k76bdogf874u420. |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #535 +/- ##
===========================================
- Coverage 85.34% 76.43% -8.92%
===========================================
Files 64 64
Lines 778 802 +24
===========================================
- Hits 664 613 -51
- Misses 114 189 +75 ☔ View full report in Codecov by Sentry. |
@@ -208,6 +208,11 @@ h3.container { | |||
padding: 20px; | |||
} | |||
|
|||
.tab-active { | |||
color: darkgreen!important; |
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.
color: darkgreen!important; | |
color: darkgreen !important; |
@@ -0,0 +1,91 @@ | |||
<nav class="navbar navbar-expand-lg navbar-light bg-light border-bottom border-success"> | |||
<div class="container-fluid"> | |||
<%= link_to root_path, class: 'logo-zerowaste' do %> |
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.
де тайтл?
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.
і так скрізь у цьому файлі
<nav class="navbar navbar-expand-lg navbar-light bg-light border-bottom border-success"> | ||
<div class="container-fluid"> | ||
<%= link_to root_path, class: 'logo-zerowaste' do %> | ||
<%= image_tag('logo_zerowaste.png') %> |
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.
де альт?
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.
і так скрізь у цьому файлі
</div> | ||
|
||
<div class="d-flex order-lg-1"> | ||
<div class="mr-3 align-middle" id="lang-btn"> |
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.
айдішка йде першою
<ul class="navbar-nav mr-0"> | ||
<li class="nav-item mx-3"> | ||
<%= link_to_unless_current t('.calculators'), account_calculators_path, class: "navbar-brand text-success h3" do %> | ||
<span class="navbar-brand h3 tab-active"> |
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.
а для чого їх всіх в спан огортати? не бачу сенсу
<nav class="navbar navbar-expand-lg navbar-light bg-light border-bottom border-success"> | ||
<div class="container-fluid"> | ||
<%= link_to root_path, title: t('.homepage'), class: 'logo-zerowaste' do %> | ||
<%= image_tag('logo_zerowaste.png', alt: "ZeroWaste_logo")%> |
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.
без андерлайн і має бути локалізація, бо це буде читатися людям з проблемами зору
</li> | ||
|
||
<li class="nav-item mx-3"> | ||
<%= link_to_unless_current t('.app_config'), edit_account_app_config_path, title: t('.app_config'), class: "navbar-brand text-success h3" do %> |
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.
що це за "h3"?
…ocale for language selection, remove useless classes
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code reviewers
Summary of issue
Highlight active tab on admin panel
Summary of change
CHECK LIST
Before:
After: