Skip to content

Commit

Permalink
NNotepad: UI update (#249)
Browse files Browse the repository at this point in the history
* Update UI of NNotepad

* Fix issues based on feedback of inexorabletash

* Update eslintignore to ignore CDN file lint issues

* Remove monaco editor local code from source tree

* remove /nnotepad/js/index.js from .eslintignore
  • Loading branch information
ibelem authored Jun 18, 2024
1 parent b81e927 commit e1b2216
Show file tree
Hide file tree
Showing 10 changed files with 722 additions and 154 deletions.
1 change: 1 addition & 0 deletions common/component/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ const webnnsamplenav = () => {
Samples
</a>
<div class="dropdown-menu" id="webnn-dropdown">
<a class="dropdown-item" href="../nnotepad/index.html">NNotepad - WebNN Playground</a>
<a class="dropdown-item" href="../image_classification/index.html">Image Classification</a>
<a class="dropdown-item" href="../lenet/index.html">Handwritten Digits Classification</a>
<a class="dropdown-item" href="../nsnet2/index.html">Noise Suppression (NSNet2)</a>
Expand Down
Binary file not shown.
Binary file not shown.
36 changes: 36 additions & 0 deletions common/img/webnn-reverse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e1b2216

Please sign in to comment.