-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New setup dynamic forms #187
Conversation
NicholasLin718
commented
Mar 5, 2023
- Implemented new API instance manifest integration to dynamically generate forms based on the sections provided by the manifest
- Added a new sidebar and select game instance page + styling
…e-Team/dashboard into new-setup-dynamic-forms
✅ Deploy Preview for lodestone-storybook ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for lodestone-dashboard ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more things not mentioned in the comments:
src-tauri/Cargo.toml
Outdated
@@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] } | |||
tauri = { version = "1.1.1", features = ["api-all", "devtools"] } | |||
tauri-plugin-localhost = "0.1.0" | |||
portpicker = "0.1" | |||
lodestone_core = {git = "https://github.com/Lodestone-Team/lodestone_core", branch = "main"} | |||
lodestone_core = {git = "https://github.com/Lodestone-Team/lodestone_core", branch = "dev/refactor-setup"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably change this to release/0.4.3, and backend should merge dev/refactor-setup in to 0.4.3 @CheatCod
…e-Team/dashboard into new-setup-dynamic-forms
New dynamic settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ent for radio fields
…nto new-setup-dynamic-forms
Setup form styling - new input fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!