Aditya Gannavarapu
Aditya Gannavarapu
This introduces a solution for the issue [#62](https://github.com/ErikWittern/openapi-snippet/issues/62) and following [#64](https://github.com/ErikWittern/openapi-snippet/issues/64). Solution This changes the response format of both `getSnippets` and `getEndpointSnippets`. As the response format is changed, test cases...
This PR introduces a few style changes to the `/frontend` repo From the screenshot below, I see a few things I wanted to improve * Address is overflowing from the...
- Update `ThemeProvider` to expose `setTheme` and `useTheme` functionality in any component via local storage - `const { theme, setTheme } = useTheme();` - Removes the dependency of creating `RootClientSideLayout`...