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: admin app use new app manifest model #841

Merged
merged 6 commits into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. refactor: update Fusion Framework dependencies

    - Update @equinor/fusion-framework-cli from 9.12.14 to 10.0.1
    - Update @equinor/fusion-framework-module-navigation from 4.0.6 to 4.0.7
    - Update @equinor/fusion-framework-react-app from 5.2.7 to 5.2.10
    
    This commit updates the Fusion Framework dependencies in the package.json file. It bumps the versions of @equinor/fusion-framework-cli, @equinor/fusion-framework-module-navigation, and @equinor/fusion-framework-react-app to their latest versions. This ensures that the project is using the most up-to-date dependencies.
    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    78fd8ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a77bdac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8abfc9 View commit details
    Browse the repository at this point in the history
  4. refactor: update PortalAppTable to display category field

    The PortalAppTable component in the portal-administration app has been updated to display the category field from the appManifest object. This allows users to filter and search for portal applications based on their category. The field is added to the table columns and filter options.
    
    Refactor the PortalAppTable component to use the new field 'appManifest.category.displayName' for the category column and filter.
    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2b2a63b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65a7a08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8457dc1 View commit details
    Browse the repository at this point in the history