Skip to content

Commit 18df4c6

Browse files
committed
lib: Introduce the Dialog Implementation Convenience Kit
1 parent 6f741fb commit 18df4c6

File tree

8 files changed

+2572
-1
lines changed

8 files changed

+2572
-1
lines changed

files.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const info = {
2929
"playground/remote.tsx",
3030
"playground/terminal.tsx",
3131
"playground/packagemanager.tsx",
32+
"playground/dialog.tsx",
3233

3334
"selinux/selinux.js",
3435
"shell/shell.jsx",
@@ -124,6 +125,7 @@ const info = {
124125
"playground/remote.html",
125126
"playground/terminal.html",
126127
"playground/packagemanager.html",
128+
"playground/dialog.html",
127129

128130
"selinux/index.html",
129131

pkg/base1/test-http.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ QUnit.test("simple request", assert => {
8585
},
8686
packagemanager: {
8787
label: "PackageManager (install dialog)"
88-
}
88+
},
89+
dialog: {
90+
label: "Dialog Implementation Convenience Kit"
91+
},
8992
},
9093
preload: ["preloaded"],
9194
"content-security-policy": "img-src 'self' data:"

0 commit comments

Comments
 (0)