Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Dan product left nav update#1445

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
chillenberger merged 23 commits intomasterfromdan-product-left-nav-update
May 13, 2024
Merged
Changes from1 commit
Commits
Show all changes
23 commits
Select commitHold shift + click to select a range
b01f9d7
fix current product nav to maintain state on FE
chillenbergerApr 24, 2024
8122f77
left nav works with shift checkpoint
chillenbergerApr 25, 2024
4bcb252
fixed left nav
chillenbergerApr 25, 2024
dcd197e
product mobile menu full length, change menu-item icon color
chillenbergerApr 25, 2024
b044163
Merge branch 'master' into dan-product-left-nav-update
chillenbergerApr 26, 2024
88ce70b
move product engines dropdown to topnav, set dropdown default formatt…
chillenbergerMay 6, 2024
d5d1ac7
Merge branch 'master' into dan-product-left-nav-update
chillenbergerMay 6, 2024
c1664d1
remove product lower left nav, remove account management nav, style u…
chillenbergerMay 6, 2024
79d0a74
make owl a font, default breadcrumb start is home, remove bc on mobile
chillenbergerMay 7, 2024
7656600
Merge branch 'master' into dan-product-left-nav-update
chillenbergerMay 7, 2024
4442192
fix icomoon 400
chillenbergerMay 7, 2024
66bda1d
reduce dropdown height in topnav
chillenbergerMay 7, 2024
0d815fe
fix left and top borders
chillenbergerMay 7, 2024
12725e3
change dashboard to home
chillenbergerMay 7, 2024
2f14bbf
keep left nav updated, reset dropdown on nav
chillenbergerMay 7, 2024
5d282af
reduce product left nav icon size, gap, images
chillenbergerMay 7, 2024
c9f0354
rename upper left nav to product left nav, add status and tier to das…
chillenbergerMay 8, 2024
0ecac2a
Fix dashboard urls
chillenbergerMay 10, 2024
2bdd96b
Merge branch 'master' into dan-product-left-nav-update
chillenbergerMay 10, 2024
9fb64b0
remove all hardcoded deployment urls, change dashboard url to engine,…
chillenbergerMay 10, 2024
082e942
fix warnings
chillenbergerMay 10, 2024
51a01ef
make left nave recursive
chillenbergerMay 13, 2024
1e49bc5
Merge branch 'master' into dan-product-left-nav-update
chillenbergerMay 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
change dashboard to home
  • Loading branch information
@chillenberger
chillenberger committedMay 7, 2024
commit12725e3c87a2f0c84702b58c6fd2817f5b532642
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -126,7 +126,7 @@
<div class="nav-item w-100 d-flex flex-column flex-lg-row collapse show drawer-submenu">
<ul class="sub-menu-dropdown mb-2 d-lg-none d-flex flex-column gap-3">
<% for link in links { %>
<% if link.name.to_lowercase() == "dashboard" {%>
<% if link.name.to_lowercase() == "home" {%>
<li class="menu-item d-flex mobile-dashboard-button mx-4 rounded-1">
<a
class="py-2 text-white w-100 text-center d-flex gap-2 ps-4 justify-content-center <% if link.disabled { %> disabled <% } %> <% if link.active { %> active <% } %>"
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp