chore: main sync in develop#1021
Closed
whoami-amrit wants to merge 21 commits into
Closed
Conversation
whoami-amrit
commented
Mar 6, 2026
Contributor
- chore: icon added for notification event
- chore: image approve svg fix
- chore: bell icon added
- chore: icon update for configuration
- chore: version bump
- chore: version bump
- Add Empty State Key illustration to illustrationMap
- Bump version to 1.22.8-beta-11 in package.json and package-lock.json
- chore: update version to 1.23.0 in package.json and package-lock.json
- Add new icons and update ActionMenu and HelpButton components for OSS Plus upgrade
- fix: typo in HelpMenuItems enum and update HelpButton case reference
- chore: version bump
- chore: bump version to 1.23.3 and remove ENABLE_RESTART_WORKLOAD flag
chore: update version to 1.23.0 in package.json and package-lock.json
feat: release candidate v0.45.0
feat: add new icons and update ActionMenu and HelpButton components for OSS Plus upgrade
chore: icon added for notification event
…mon-lib into feat/auto-assign-user-permission
…ission feat: add empty state key illustration to illustrationMap and claude instructions
…ault chore: bump version to 1.23.3 and remove ENABLE_RESTART_WORKLOAD flag
There was a problem hiding this comment.
Pull request overview
This PR syncs changes from main into develop for the common FE library, primarily adding new icons/illustrations, extending UI type support, updating Help menu behavior for OSS Plus upgrade, and bumping the package version.
Changes:
- Added new icons/illustrations and wired them into
Icon/Illustrationmaps and Help menu options. - Extended shared UI types (e.g., new
IconBaseSizeTypesize andGenericModalborder variant). - Removed the
ENABLE_RESTART_WORKLOADenv flag and bumped library version to1.23.3.
Reviewed changes
Copilot reviewed 13 out of 22 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/index.ts | Removes ENABLE_RESTART_WORKLOAD from customEnv. |
| src/Shared/types.ts | Adds 56 to IconBaseSizeType. |
| src/Shared/Providers/MainContextProvider/types.ts | Extends MainContext with OSS Plus upgrade dialog state/setter. |
| src/Shared/Components/Illustration/Illustration.tsx | Adds empty-state-key illustration to illustrationMap. |
| src/Shared/Components/Icon/Icon.tsx | Adds new icons and registers them in iconMap. |
| src/Shared/Components/Header/types.ts | Adds UPGRADE_TO_OSS_PLUS to HelpMenuItems. |
| src/Shared/Components/Header/constants.ts | Adds “Upgrade to OSS Plus” item to OSS Help menu. |
| src/Shared/Components/Header/HelpButton.tsx | Triggers setShowUpgradeToOSSPlusDialog(true) for the new help menu item. |
| src/Shared/Components/GenericModal/types.ts | Adds primary to BorderVariantType. |
| src/Shared/Components/GenericModal/constants.ts | Maps primary border variant to border__primary. |
| src/Shared/Components/ActionMenu/ActionMenu.component.tsx | Increases menu max-height utility class from mxh-300 to mxh-320. |
| src/Assets/Illustration/empty-state-key.svg | Adds new illustration asset. |
| src/Assets/IconV2/ic-play-outline.svg | Updates the play outline icon SVG. |
| src/Assets/IconV2/ic-medium-upgrade.svg | Adds new upgrade icon asset. |
| src/Assets/IconV2/ic-image-approve.svg | Adds new image-approve icon asset. |
| src/Assets/IconV2/ic-configuration-file.svg | Adds new configuration-file icon asset. |
| src/Assets/IconV2/ic-bell.svg | Updates bell icon SVG. |
| src/Assets/IconV2/ic-arrow-up-circle.svg | Adds new arrow-up-circle icon asset. |
| src/Assets/IconV2/ic-arrow-up-circle-with-dot.svg | Adds new arrow-up-circle-with-dot icon asset. |
| package.json | Bumps package version to 1.23.3. |
| package-lock.json | Bumps lockfile package version to 1.23.3. |
| CLAUDE.md | Adds repository guidance documentation for Claude Code. |
💡 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.