Bump up promkit version to v0.11.0 - #24
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the codebase to be compatible with promkit v0.11.0 / promkit-widgets v0.3.0 by adapting to API changes in widget state/config structures.
Changes:
- Bump
promkitto0.11.0andpromkit-widgetsto0.3.0. - Update text editor usage to reference
state.config.edit_modeand to passtext_editor::Configviatext_editor::State. - Migrate app config structs to use
promkit_widgets’ built-intext_editor::Configandlistbox::Config.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/sig.rs | Adapts streaming input handling and hint rendering to the updated widget state/config APIs. |
| src/main.rs | Constructs text_editor::State / listbox::State using the new config fields and updated listbox construction. |
| src/config.rs | Removes local appearance wrappers and switches to promkit_widgets config types for (de)serialization. |
| src/archived.rs | Updates archived-mode input handling to use readline.config.edit_mode. |
| Cargo.toml | Bumps promkit-related dependency versions. |
| Cargo.lock | Updates lockfile to reflect new dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.