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: landing page app #843

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft

feat: landing page app #843

wants to merge 22 commits into from

Commits on Oct 29, 2024

  1. feat: init app

    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5595099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1409a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfc8517 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    715fdb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    968acbf View commit details
    Browse the repository at this point in the history
  6. chore: use node 20

    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a5fc200 View commit details
    Browse the repository at this point in the history
  7. chore: trigger

    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9eecc83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    577630b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e219517 View commit details
    Browse the repository at this point in the history
  10. feat: init page not full

    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    38af24d View commit details
    Browse the repository at this point in the history
  11. chore: bump version

    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b8e6425 View commit details
    Browse the repository at this point in the history
  12. refactor: Update tsconfig.json and remove unused imports

    - Update tsconfig.json to target ESNext and update lib options
    - Remove unused imports in UserCard.tsx and ProjectPortalPage.tsx
    - Export useRelationsByType and types/relations from context/index.ts
    - Update package.json version to 0.0.3
    - Add useRelationsByType hook to context/hooks/use-relations-by-type.ts
    - Add useContextRelationsQuery and getContextRelations to context/queries/get-context-relations.ts
    - Add ProfileCardHeader component to components/ProfileCardHeader.tsx
    - Add Skeleton component to components/skeleton/Skeleton.tsx
    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ef16789 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e32f7a5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    66faa35 View commit details
    Browse the repository at this point in the history
  15. chore: Bump version to 0.0.4 and update tsconfig.json

    Refactor tsconfig.json to remove unused imports and update the version in package.json to 0.0.4.
    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7340bfd View commit details
    Browse the repository at this point in the history
  16. chore: enable context module

    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    cfe8f9a View commit details
    Browse the repository at this point in the history
  17. chore: Update package.json and add new dependency

    Bump the version in package.json from 0.0.5 to 0.0.6. Also, add the new dependency "@equinor/fusion-framework-module-event" to the project.
    
    refactor: Update use-navigate-on-context-change.ts
    
    Refactor the use-navigate-on-context-change.ts file to use the updated modules from the fusion framework. Remove the unused imports and update the event listener to use the "onCurrentContextChanged" event.
    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1074b80 View commit details
    Browse the repository at this point in the history
  18. chore: Update package.json and yarn.lock

    Bump the version to 0.0.7 in package.json and update the yarn.lock file to include the new dependency [email protected]. Also, add the necessary code changes in use-app-loader.ts to measure the app loading time.
    Noggling committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1965a84 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4648148 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. feat: add context selector

    Noggling committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    adc6597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1de7378 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf7da4f View commit details
    Browse the repository at this point in the history