layer5
layer5 copied to clipboard
Layer5, expect more from your infrastructure
### Description Scroll-based components on the [Kanvas section](https://layer5.io/cloud-native-management/kanvas) sometimes fail to trigger correctly, they also don't wait for the user to see them and they are scrolled past immediately. This...
### Description Visit this page, https://layer5.io/community/handbook/repository-overview, and you will see reference to a null page as an error in your console. ### Expected Behavior This error should be fixed and...
### Description On this section in the [kanvas page](https://layer5.io/cloud-native-management/kanvas), the user should be able to navigate to the relevant docs.layer5.io link on click.  Links to attach: - https://docs.layer5.io/cloud/ -...
### Description On the main [Kanvas page](https://layer5.io/cloud-native-management/kanvas), the "Link to Docs" button below the Kanvas image needs to be updated. The images for Designer and Operator mode are also outdated...
Signed-off-by: Lee Calcote **Description** Never using browser-only APIs during server-side rendering Consistent initial state between server and client renders Safe detection of the browser environment Proper handling of theme preferences...
### Description The [sistent/identity](https://layer5.io/projects/sistent/identity/color) page currently shows colors as just images.  ### Expected Behavior Replace these images with HTML, and implement copiable HEX and RGB codes. ### Screenshots ###...
### Current Situation gatsby-plugin-webpack-bundle-analyser-v2 is installed in `gatsby-config.js`, but is currently disabled. ### Desired Situation Performance needs to improve. 1. Use Webpack Bundle Analyzer to detect unused JavaScript code. 2....
### Current Behavior The homepage currently has `Meshery Playground` pop up:  ### Desired Situation A similar pop is needed for `Kanvas` https://kanvas.new on homepage, and other sections on sites,...
**Description:** We are continuing our series of "Meet the Maintainer" interviews under the [open source category](https://layer5.io/blog/category/open-source) in the [blog](https://layer5.io/blog). Next up is an interview with [Vivek Vishal](/community/members/vivek-vishal), one of our...
### Current Behavior Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn how to defer offscreen images](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/?utm_source=lighthouse&utm_medium=lr). ### Desired Situation...