Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: onboard apps with context #752

Merged
merged 7 commits into from
Sep 24, 2024
Merged

Commits on Sep 16, 2024

  1. style: Add ContextIndicator component to AgStyle

    This commit adds a new component called ContextIndicator to the AgStyle file in the portal-administration application. The ContextIndicator component is a styled span element that displays a colored circle based on the value of the 'active' prop. If the prop is set to 'true', the background color of the circle is set to the warning color defined in the design tokens. Otherwise, the background color is set to 'none'. This component is used for indicating the active state of a context in the application.
    Noggling committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ba3a2f2 View commit details
    Browse the repository at this point in the history
  2. feat: Add isGlobal and isContextual properties to PortalApp and Porta…

    …lApplication types
    
    This commit adds the properties isGlobal and isContextual to the PortalApp and PortalApplication types in the index.ts file. These properties indicate whether an app or application is global or contextual. The isGlobal property is added to the PortalApp type, while both properties are added to the PortalApplication type. This change allows for better categorization and management of apps and applications in the portal-administration application.
    Noggling committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    60ce98d View commit details
    Browse the repository at this point in the history
  3. refactor: Remove unused imports in ShowConfigPage component

    The ShowConfigPage component in the Portal folder had some unused imports that were causing unnecessary overhead. This commit removes the unused imports to improve code cleanliness and performance.
    Noggling committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9c5af81 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    bd74772 View commit details
    Browse the repository at this point in the history
  2. refactor: Update AddContext component in OnboardedContexts

    The AddContext component in the OnboardedContexts folder was updated to improve the user experience. The component now displays "Add Context" instead of "Add Context Type" to provide clearer instructions. Additionally, the InfoPopover title was changed to "Add Context" to match the updated component name. These changes enhance the usability of the AddContext feature in the portal-administration application.
    Noggling committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cee49a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    f5808a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    a0dcdec View commit details
    Browse the repository at this point in the history