Lakshya Satpal
Lakshya Satpal
**Description** - Improved the help message of 'new' command with examples **Related issue(s)** Fixes #162
completes task 1 of #6688
**Description** This PR fixes # **Notes for Reviewers** **[Signed commits](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [x] Yes, I signed my commits.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Click on "Manage" for an Organization on `/orglist` 2....
**Is your feature request related to a problem? Please describe.** CRA has become outdated with time and we would like migrate to Vite for the following reasons: - Faster build...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Login as an Admin 2. Go to Event page...
**Notes for Reviewers** This PR fixes #195 The prettier config is taken from `meshery/meshery`, and all the files formatting are changed based on that **[Signed commits](../blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [ ] Yes,...
#### Current Behavior Currently, we don't define a consistent formatting style for the code #### Desired Behavior We should setup `prettier`, that adds the formatting schema in `.prettierrc` file. ####...
**Notes for Reviewers** This PR fixes site build error. Errors was majorly due to omitting React import in components, gatsby doesn't allow it. https://github.com/gatsbyjs/gatsby/issues/28657 There were some issues because of...
Frontend refactor: typescript added, updated packages, directory structure and functional components
typescript added, updated packages, improved directory structure, and converted all class-based components to functional components Completes task 1, 2 and 3 of issue #28