Skip to content

Commit

Permalink
Merge branch 'master' into fix/searchbar-click
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalvivekm authored Oct 28, 2024
2 parents e69290a + ca466d9 commit ccea8fa
Show file tree
Hide file tree
Showing 43 changed files with 33,285 additions and 87 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
![image](https://github.com/user-attachments/assets/926e71c4-4f1b-4188-8540-6f951c173710)# Layer5 Product Documentation

<div>
<a href="https://meshery.io/community"><img alt="Layer5 Community" src=".github/readme/images//community.svg" style="margin-right:8px;padding-top:9px;" width="140px" align="left" /></a>
<p>
✔️ <em><strong>Join</strong></em> any or all of the weekly meetings on <a href="https://calendar.google.com/calendar/b/1?cid=bGF5ZXI1LmlvX2VoMmFhOWRwZjFnNDBlbHZvYzc2MmpucGhzQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20">community calendar</a>.<br />
✔️ <em><strong>Watch</strong></em> community <a href="https://www.youtube.com/Layer5io?sub_confirmation=1">meeting recordings</a>.<br />
✔️ <em><strong>Access</strong></em> the <a href="https://drive.google.com/drive/u/4/folders/0ABH8aabN4WAKUk9PVA">Community Drive</a> by completing a community <a href="https://layer5.io/newcomer">Member Form</a>.<br />
✔️ <em><strong>Discuss</strong></em> in the <a href="https://discuss.layer5.io">Community Forum</a>.<br />
✔️ <em><strong>Explore more</strong></em> in the <a href="https://layer5.io/community/handbook">Community Handbook</a>.<br />
</p>
</div>
Explore tutorials and documentation by product in the docs.layer5.io website; documentation and developer resources of Layer5 products.

## Contributions Welcome
Expand Down Expand Up @@ -197,7 +205,7 @@ Find out more on the <a href="https://layer5.io/community">Layer5 community</a>.
<img alt="Shows an illustrated light mode meshery logo in light color mode and a dark mode meshery logo dark color mode." src=".github/readme/images//slack-128.png" width="110px" align="right" style="margin-left:10px;padding-top:13px;">
</picture>
</a>
<div class="flex">
<div>
<a href="https://meshery.io/community"><img alt="Layer5 Community" src=".github/readme/images//community.svg" style="margin-right:8px;padding-top:9px;" width="140px" align="left" /></a>
<p>
✔️ <em><strong>Join</strong></em> any or all of the weekly meetings on <a href="https://calendar.google.com/calendar/b/1?cid=bGF5ZXI1LmlvX2VoMmFhOWRwZjFnNDBlbHZvYzc2MmpucGhzQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20">community calendar</a>.<br />
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

@include media-breakpoint-down(lg) {
.td-navbar-nav-scroll {
max-width: 100%;
max-width: fit-content;
height: 2.5rem;
overflow: hidden;
font-size: 0.9rem;
Expand Down
71 changes: 54 additions & 17 deletions assets/scss/_navbar_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,48 @@
color: $primary !important;
}

@media (min-width: 768px) {
&:hover {
.dropdown-menu {
display: block;
}
.dropdown-menu {
transform: translate(-15%, 0rem);
}
}
}
// @media (min-width: 768px) {
// &:hover {
// .dropdown-menu {
// transform: translate(-15%, 0rem);
// }
// }
// }
.dropdown-menu {
padding: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 180px;
justify-content: center;
padding: 0.5rem .2rem;
// padding: 0;
transform: translate(-15%, 2.5rem);
border-radius: 0;
border-radius: 0.75rem;
&::after{
content: "";
width: 5rem;
}
.dropdown-item {
height: 5rem;
width: 20rem;
width: 5rem;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 0.75rem;
.logo-container {
height: 2rem;
width: 2rem;
margin: 1rem 0;
margin: 0.5rem 0;
display: flex;
align-items: center;
justify-content: center;
img {
width: 100%;
}
}
span {
margin-left: 1rem;
}
// span {
// margin-left: 1rem;
// }
&:hover {
color: $black;
img {
Expand All @@ -55,3 +64,31 @@
.dropdown{
position: static;
}

.avatar-container {
cursor: pointer;
width: 2.5rem;
height: 2.5rem;
display: flex;
align-items: center;
border-radius: 50%;
background-color: #c5c5c5;
overflow: hidden;
border: 2px solid rgb(60, 73, 79);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
&:hover {
background-color: #ebebeb;
border: 2px solid rgb(0, 179, 159);
}
}
.avatar-container a img {
width: 100%;
height: 100%;
object-fit: cover;
}
img.grid-icon {
transition: filter 0.15s ease-in-out;
&:hover {
filter: invert(.6);
}
}
2 changes: 1 addition & 1 deletion assets/scss/_search_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
background-color: $body-bg !important;

.td-navbar-nav-scroll {
max-width: fit-content;
// max-width: fit-content;
@media (max-width: 991.98px){
padding-bottom: 3rem;
}
Expand Down
2 changes: 1 addition & 1 deletion build/meshery-cloud.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.34
v0.8.41
2 changes: 1 addition & 1 deletion build/meshery-extensions.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.124-2
v0.7.128-1
27 changes: 27 additions & 0 deletions content/en/cloud/reference/releases/v0.8.35.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: v0.8.35
date: 2024-10-22T21:46:47Z
tag: v0.8.35
prerelease: false
---

## What's New
## 🔤 General
## 🖥 Cloud UI

- Add next Head to include meta descriptions @sudhanshutech (#2853)
- Use sistent svgs for catalog and remove the old svgs. @amitamrutiya (#2846)

## 💻 Server

- [feat] add anonymous user role and kanvas permissions @dragon-slayer875 (#2792)

## 🦴 Infrastructure

- [feat] add anonymous user role and kanvas permissions @dragon-slayer875 (#2792)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@MUzairS15, @aabidsofi19, @amitamrutiya, @dragon-slayer875, @l5io and @sudhanshutech

31 changes: 31 additions & 0 deletions content/en/cloud/reference/releases/v0.8.36.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: v0.8.36
date: 2024-10-23T13:27:19Z
tag: v0.8.36
prerelease: false
---

## What's New
## 🔤 General
## 🖥 Cloud UI

- fix search author bug in catalog @sudhanshutech (#2859)
- fix bug download token @sudhanshutech (#2856)

## 💻 Server

- fix comment notifications @aabidsofi19 (#2855)

## ☁️ Api Specifications

- fix comment notifications @aabidsofi19 (#2855)

## 🐛 Bug Fixes

- fix search author bug in catalog @sudhanshutech (#2859)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@MUzairS15, @aabidsofi19, @l5io, @leecalcote and @sudhanshutech

20 changes: 20 additions & 0 deletions content/en/cloud/reference/releases/v0.8.37.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: v0.8.37
date: 2024-10-24T08:42:01Z
tag: v0.8.37
prerelease: false
---

## What's New
## 🔤 General
- bump schemas @aabidsofi19 (#2862)

## 🖥 Cloud UI

- Fix spaces/overview nav menu not redirect issue @amitamrutiya (#2860)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@MUzairS15, @aabidsofi19, @amitamrutiya and @l5io

21 changes: 21 additions & 0 deletions content/en/cloud/reference/releases/v0.8.38.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: v0.8.38
date: 2024-10-24T12:21:23Z
tag: v0.8.38
prerelease: false
---

## What's New
## 🔤 General
- chore: add test id for login page @jerensl (#2863)

## 🖥 Cloud UI

- Add missing api for ui crash @sudhanshutech (#2864)
- create new workspace activity widget @amitamrutiya (#2857)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@amitamrutiya, @jerensl, @l5io and @sudhanshutech

18 changes: 18 additions & 0 deletions content/en/cloud/reference/releases/v0.8.39.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: v0.8.39
date: 2024-10-25T01:55:58Z
tag: v0.8.39
prerelease: false
---

## What's New
## 🔤 General
## 💻 Server

- fix all patterns fetching @sudhanshutech (#2854)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@l5io and @sudhanshutech

45 changes: 45 additions & 0 deletions content/en/cloud/reference/releases/v0.8.40.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: v0.8.40
date: 2024-10-25T21:55:00Z
tag: v0.8.40
prerelease: false
---

## What's New
## 🔤 General
## 🖥 Cloud UI

- leecalcote/from meshmap to kanvas @leecalcote (#2870)
- add loading indicator in workspace activty @amitamrutiya (#2869)
- add design widget in dashboard @sudhanshutech (#2851)
- make catalog header section consist with other @amitamrutiya (#2865)

## 💻 Server

- fix share design url @aabidsofi19 (#2867)

## 🦴 Infrastructure

- leecalcote/from meshmap to kanvas @leecalcote (#2870)

## ☁️ Api Specifications

- leecalcote/from meshmap to kanvas @leecalcote (#2870)

## 🐛 Bug Fixes

- fix share design url @aabidsofi19 (#2867)

## 🧰 Maintenance

- leecalcote/from meshmap to kanvas @leecalcote (#2870)

## 📖 Documentation

- leecalcote/from meshmap to kanvas @leecalcote (#2870)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io, @leecalcote and @sudhanshutech

19 changes: 19 additions & 0 deletions content/en/cloud/reference/releases/v0.8.41.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: v0.8.41
date: 2024-10-28T02:18:32Z
tag: v0.8.41
prerelease: false
---

## What's New
## 🔤 General
## 🖥 Cloud UI

- [Chore]: Bump @layer5/sistent v0.14.106 @l5io (#2872)
- Add create design modal @sudhanshutech (#2868)

## 👨🏽‍💻 Contributors

Thank you to our contributors for making this release possible:
@MUzairS15, @jerensl, @l5io and @sudhanshutech

4 changes: 2 additions & 2 deletions content/en/kanvas/designer/embedding-designs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Usually the script is located "static" folder
After Finishing the steps , the embedded design will be rendered like :

<!-- Design Embed Container -->
<div id="embedded-design-6afd9029-60cf-4662-b031-cf4f9ab854fd" style="height:30rem;width:100%;border:1px solid #eee"></div>
<script src="../export-designs/embedded-design-mongo_configuration_using_configmap.js" type="module" ></script>
<div id="embedded-design-7d183e77-09e1-4b69-a5ee-3e3870e9c5f4" style="height:30rem;width:100%;border:1px solid #eee"></div>
<script src="../export-designs/embedded-design-dapr.js" type="module" ></script>

### Customization

Expand Down
Loading

0 comments on commit ccea8fa

Please sign in to comment.