-
Notifications
You must be signed in to change notification settings - Fork 12
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
Spawner Profile page #135
Spawner Profile page #135
Conversation
…io-button component with test. created a route to the servers type page
Merge branch 'main' into ui-spawner-profile-268
@kildre is attempting to deploy a commit to the nebari-jhub-apps Team on Vercel. A member of the Team first needs to authorize it. |
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.
See comments for some changes. Also make sure to do another buildCopy once all updates are made
ui/src/index.css
Outdated
.button-container button { | ||
} |
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.
This should be removed if not being used
<div className="container mx-auto px-4"> | ||
<div className="grid grid-cols-12 gap-4"> | ||
<div className="col-start-4 col-span-6 bg-gray-200 p-4"> | ||
<h1 className="mb-0">Hardware Environment</h1> |
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.
This should be Server Type...and maybe update the paragraph wording below
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Launching JupyterLab or VSCode will also hit the spawn page. Are those going to be the same as this one or different? Reason I'm asking is "create app" doesn't fit in those cases. |
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.
In addition to the comments, please also review unit tests. Looks like 1 might be failing.
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.
Great work!
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.
Created a page where the user can select a server type they would like to use for their application
Reference Issues or PRs
What does this implement/fix?
This removes the application server type selection from the form and puts it on its own page.
Put a
x
in the boxes that applyTesting
Documentation
Access-centered content checklist
Text styling
H1
or#
in markdown).Non-text content
Any other comments?