-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse tome paramdefs on startup (#298)
* Set paramdefs on parse. * Removes debug statements. * Should fix tests * Missed this one * Updated UI. * Yay this works. * Remove debug statements. * Remove debug. * Rebuild UI. * auto reformat paramdefs to a JSON string. * Increase param def string size. * Updated UI * Add a non param example. * Add default value to params * Remove test. * Rebuild ui. * Remove test tome. * Add test 3 * Remove example 3 * Try updating parameters too. * Manually generated * Switch back to entry name metadata name is complex * Increase quest output drawer size (#306) * Set paramdefs on parse. * Removes debug statements. * Should fix tests * Missed this one * Updated UI. * Yay this works. * Remove debug statements. * Remove debug. * Rebuild UI. * auto reformat paramdefs to a JSON string. * Increase param def string size. * Updated UI * Add a non param example. * Add default value to params * Remove test. * Rebuild ui. * Remove test tome. * Add test 3 * Remove example 3 * Try updating parameters too. * Manually generated * Switch back to entry name metadata name is complex * Update UI.
- Loading branch information
Showing
20 changed files
with
86 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.d3a1f05a.css", | ||
"main.js": "/static/js/main.d00b684e.js", | ||
"main.js": "/static/js/main.dce5904d.js", | ||
"static/js/787.4af0fb89.chunk.js": "/static/js/787.4af0fb89.chunk.js", | ||
"static/media/eldrich.png": "/static/media/eldrich.a80c74e8249d2461e174.png", | ||
"index.html": "/index.html", | ||
"main.d3a1f05a.css.map": "/static/css/main.d3a1f05a.css.map", | ||
"main.d00b684e.js.map": "/static/js/main.d00b684e.js.map", | ||
"main.dce5904d.js.map": "/static/js/main.dce5904d.js.map", | ||
"787.4af0fb89.chunk.js.map": "/static/js/787.4af0fb89.chunk.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.d3a1f05a.css", | ||
"static/js/main.d00b684e.js" | ||
"static/js/main.dce5904d.js" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.d00b684e.js"></script><link href="/static/css/main.d3a1f05a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.dce5904d.js"></script><link href="/static/css/main.d3a1f05a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...rnal/www/build/static/js/main.d00b684e.js → ...rnal/www/build/static/js/main.dce5904d.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This file exists |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
print("Hello World") | ||
print(input_params['msg']) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
name: example | ||
description: An example tome! | ||
description: An example tome! | ||
paramdefs: | ||
- name: msg | ||
label: Message | ||
type: string | ||
placeholder: Something to print |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters