Change text input to custom dialog#437
Merged
makermelissa merged 8 commits intocircuitpython:betafrom Dec 30, 2025
Merged
Conversation
Bumps [@adafruit/circuitpython-repl-js](https://github.com/adafruit/circuitpython-repl-js) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/adafruit/circuitpython-repl-js/releases) - [Commits](adafruit/circuitpython-repl-js@1bd2db0...1d14bb6) --- updated-dependencies: - dependency-name: "@adafruit/circuitpython-repl-js" dependency-version: 1d14bb66f89853d23584668d403b464af6bc890d dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/adafruit/circuitpython-repl-js-3.2.5 Bump @adafruit/circuitpython-repl-js from 3.2.4 to 3.2.5
Bumps [@xterm/addon-fit](https://github.com/xtermjs/xterm.js) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](xtermjs/xterm.js@0.10...0.11) --- updated-dependencies: - dependency-name: "@xterm/addon-fit" dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/xterm/addon-fit-0.11.0 Bump @xterm/addon-fit from 0.10.0 to 0.11.0
Bumps [@xterm/addon-web-links](https://github.com/xtermjs/xterm.js) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](xtermjs/xterm.js@0.11...0.12) --- updated-dependencies: - dependency-name: "@xterm/addon-web-links" dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/xterm/addon-web-links-0.12.0 Bump @xterm/addon-web-links from 0.11.0 to 0.12.0
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This creates a custom dialog for text input that does the same thing as the browser prompt, except it plays well with JavaScript Promises.