-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Erick Wendel <erick.workspace@gmail.com>
- Loading branch information
1 parent
d364316
commit 1547c14
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule initial-app-template
updated
11 files
+28 −0 | .github/workflows/run_tests.yaml | |
+22 −0 | .vscode/launch.json | |
+3 −0 | .vscode/settings.json | |
+2 −2 | README.md | |
+2 −1 | package.json | |
+89 −1 | src/platforms/web/view.js | |
+51 −0 | src/shared/controller.js | |
+42 −0 | test/controller.test.js | |
+129 −0 | test/web.test.js | |
+3 −2 | ui/index.html | |
+10 −0 | ui/index.js |