Add sidebar helper for default credentials for wasm example #156
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements to the WASM example, including a new sidebar UI for displaying default credentials, the addition of related assets and styles, and some minor codebase enhancements. The most significant changes are the addition of a toggleable sidebar in the example HTML, the creation of a dedicated CSS file for styling, and minor improvements to error handling and file system hierarchy.
WASM Example UI and Assets:
index.htmlthat displays default credentials, includes a toggle button with arrow icons, and links to the project website. The sidebar uses a new toggle script and references new image and CSS assets.styles.cssfile with custom styles for the sidebar, toggle button, and overall page appearance, leveraging Google Fonts and consistent color schemes.File System and Error Handling Improvements:
Path::NETWORK_DEVICESto the default virtual file system hierarchy inhierarchy.rs, ensuring this path is created by default.