fix(ENG-10961): tooltip and password field improvements#30
Merged
adefreitas merged 1 commit intoStackOneHQ:mainfrom Nov 10, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the @stackone/malachite UI library from version 0.22.1 to 0.22.2 and applies associated UI adjustments.
- Updated @stackone/malachite dependency to version 0.22.2
- Added
showPasswordToggle={false}prop to password input fields - Adjusted spacing in card footer component
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumped @stackone/malachite version from 0.22.1 to 0.22.2 |
| package-lock.json | Updated lockfile with new malachite version and integrity hash |
| src/modules/integration-picker/components/IntegrationFields.tsx | Added showPasswordToggle prop to disable password toggle for input fields |
| src/modules/integration-picker/components/cardFooter.tsx | Changed Spacer size from 0 to 4 for improved spacing |
| dev/main.css | Reduced container max-width from 600px to 400px for development environment |
💡 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.
Summary by cubic
Improves tooltip layout and disables the password visibility toggle in the integration picker. Addresses hub styling issues in ENG-10961.
Bug Fixes
Dependencies
Written for commit b7dae2a. Summary will update automatically on new commits.