.flake8
.gitignore
.gitmodules
.pre-commit-config.yaml
.prettierignore
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
babel.config.js
binderhub_config.py
dev-requirements.txt
eslint.config.mjs
jupyterhub_config.py
package-lock.json
package.json
pyproject.toml
screenshot.png
setup.py
setupTests.js
tsconfig.json
webpack.config.js
.github/workflows/checks.yml
.github/workflows/docker-build.yaml
.github/workflows/release.yaml
jupyterhub_fancy_profiles/__init__.py
jupyterhub_fancy_profiles/_version.py
jupyterhub_fancy_profiles.egg-info/PKG-INFO
jupyterhub_fancy_profiles.egg-info/SOURCES.txt
jupyterhub_fancy_profiles.egg-info/dependency_links.txt
jupyterhub_fancy_profiles.egg-info/top_level.txt
jupyterhub_fancy_profiles/static/dist/form.js
jupyterhub_fancy_profiles/static/dist/form.js.map
jupyterhub_fancy_profiles/static/dist/node_modules_xterm-addon-fit_lib_xterm-addon-fit_js.form.js
jupyterhub_fancy_profiles/static/dist/node_modules_xterm-addon-fit_lib_xterm-addon-fit_js.form.js.map
jupyterhub_fancy_profiles/static/dist/vendors-node_modules_jupyterhub_binderhub-client_lib_index_js.form.js
jupyterhub_fancy_profiles/static/dist/vendors-node_modules_jupyterhub_binderhub-client_lib_index_js.form.js.map
jupyterhub_fancy_profiles/static/dist/vendors-node_modules_xterm_lib_xterm_js.form.js
jupyterhub_fancy_profiles/static/dist/vendors-node_modules_xterm_lib_xterm_js.form.js.map
jupyterhub_fancy_profiles/templates/form.html
src/ImageBuilder.test.tsx
src/ImageBuilder.tsx
src/ProfileForm.test.tsx
src/ProfileForm.tsx
src/ProfileOptions.tsx
src/ResourceSelect.tsx
src/form.css
src/index.tsx
src/state.tsx
src/components/Permalink.tsx
src/components/form/Combobox.test.tsx
src/components/form/Combobox.tsx
src/components/form/CustomSelect.tsx
src/components/form/fields.test.tsx
src/components/form/fields.tsx
src/context/FormCache.tsx
src/context/Permalink.tsx
src/hooks/useFormCache.ts
src/hooks/useRepositoryField.ts
src/hooks/useSelectOptions.ts
src/test/renderWithContext.tsx
src/types/binderhub-client.d.ts
src/types/config.ts
src/types/fields.ts
src/utils/index.ts
src/utils/indexedDb.ts