Merge develop into master (15 Nov)#2696
Merged
gorkem-bwl merged 22 commits intomasterfrom Nov 16, 2025
Merged
Conversation
…utton-disable Create demo data button commented for now
….develop Enhancing login alert messages and dashboard spacings
….develop Backend bug fix for use-case and demo data creation/deletion
Updated NewControlPane to use the StandardModal component for consistent styling and behavior across the application.
Changes:
- Replaced raw Modal component with StandardModal
- Removed ~100 lines of custom modal container styling
- Moved title and description to StandardModal props for gradient header
- Leveraged StandardModal's built-in footer with Cancel/Save buttons
- Removed duplicate close button and save button implementations
- Wrapped content in Stack with spacing={6} for consistent 48px spacing
- Maintained 800px maxWidth for wide content layout
- Properly integrated isSubmitting state with StandardModal
Benefits:
- Consistent modal appearance across the application
- Reduced code duplication and maintenance burden
- Improved accessibility with StandardModal's built-in features
- Better UX with consistent gradient headers and footers
Co-Authored-By: Gorkem Cetin <gorkem.cetin@verifywise.ai>
- Extract flexGrow, minWidth, maxWidth from sx and apply to select-wrapper - Remove maxWidth constraint from inputStyles to allow fields to expand - Reduce gaps between form rows and fields for better spacing
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…ol-modal Standardize control pane modal with StandardModal component
Changed alignItems from 'center' to 'flex-end' to ensure input fields align at the bottom across both rows, fixing vertical misalignment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Changed from flexGrow: 1 to flex: 1 (with flexBasis: 0) to ensure all fields distribute space equally and have identical widths. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This reverts commit 196fc7f.
Calculate exact width for 3 fields accounting for gaps between them. Each field gets (100% - 64px) / 3 width with flexShrink: 0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Update DatePicker to extract and apply layout props (width, flexGrow, minWidth, maxWidth) to wrapper Stack instead of MuiDatePicker. This matches the Select component pattern and ensures all form fields in the Dropdowns component have equal widths. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…ol-modal Fix form field alignment and equal width in control modal
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
gorkem-bwl
approved these changes
Nov 16, 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.
Describe your changes
Write your issue number after "Fixes "
Enter the corresponding issue number after "Fixes #"
Please ensure all items are checked off before requesting a review: