nebari-dev / jhub-apps

Application creator and general launcher for JupyterHub
https://jhub-apps.nebari.dev/
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

Add query parameters to create-app page for pre-filling form #488

Closed nenb closed 1 month ago

nenb commented 1 month ago

Reference Issues or PRs

Issue: https://github.com/nebari-dev/jhub-apps/issues/472

What does this implement/fix?

Put a x in the boxes that apply

Testing

Documentation

Access-centered content checklist

Text styling

Non-text content

Any other comments?

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jhub-apps ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2024 6:36pm
jhub-apps-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2024 6:36pm
jbouder commented 1 month ago

PR looks good now. Just need to resolve the merge conflict on the build. To do that, you’ll need to do a few things:

  1. Merge main into your branch (make sure to do a fresh pull on main)
  2. Delete the local index.js to resolve any merge conflicts on that file
  3. Perform an ‘npm install’ from the ui directory
  4. Perform an ‘npm run build’ from the ui directory
  5. Commit the new build and push
nenb commented 1 month ago

PR looks good now. Just need to resolve the merge conflict on the build. To do that, you’ll need to do a few things:

Ah, sorry, I was halfway through a rebase before I saw this. I think it should be okay now.