fix(ENG-10961): fix styling issues#25
Merged
adefreitas merged 2 commits intoStackOneHQ:mainfrom Nov 6, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR refactors the integration picker component to separate state management and UI concerns, adds support for a configurable footer, and updates the UI design with improved styling and layout.
- Lifts search and category filter state from
IntegrationListtoIntegrationPickerparent component - Splits
IntegrationListintoIntegrationListHeaderandIntegrationListcomponents for better separation of concerns - Adds
showFooterLinksprop to conditionally render footer links throughout the component hierarchy
Reviewed Changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| IntegrationListView.tsx | Passes new search and category props, re-exports IntegrationListHeader |
| cardTitle.tsx | Reduces logo and button sizes for visual refinement |
| cardFooter.tsx | Adds showFooterLinks prop to conditionally render footer links |
| IntegrationPickerContent.tsx | Forwards search and category props to child components |
| IntegrationList.tsx | Splits into header and list components, removes local state management |
| IntegrationFields.tsx | Updates padding and formatting, removes nested Spacer wrapper |
| IntegrationPicker.tsx | Adds state management for search/category, implements new header structure |
| StackOneHub.tsx | Passes through showFooterLinks prop |
| Hub.tsx | Passes through showFooterLinks prop |
| package.json | Updates @stackone/malachite dependency to 0.22.1 |
| package-lock.json | Updates malachite lockfile entry |
| dev/main.css | Adds hide-scrollbar CSS class for webkit browsers |
Comments suppressed due to low confidence (2)
src/StackOneHub.tsx:17
- Unused import CsvImporter.
import { CsvImporter } from './modules/csv-importer.tsx/CsvImporter';
src/StackOneHub.tsx:18
- Unused import IntegrationPicker.
import { IntegrationPicker } from './modules/integration-picker/IntegrationPicker';
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jpmiguel
reviewed
Nov 6, 2025
jpmiguel
reviewed
Nov 6, 2025
jpmiguel
approved these changes
Nov 6, 2025
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.
Screen.Recording.2025-11-06.at.16.09.41.mov
Screen.Recording.2025-11-06.at.16.10.47.mov
Summary by cubic
Fixes Hub integration picker styling to improve header layout, scrolling, and footer behavior. Addresses ENG-10961 by polishing search/category UX, form overflow, and title sizing.
Bug Fixes
Dependencies
Written for commit 795ae2f. Summary will update automatically on new commits.