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

STRIPES-861: Setup module federation #1303

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

STRIPES-861: Setup module federation #1303

wants to merge 11 commits into from

Commits on Apr 25, 2023

  1. STRIPES-861: Setup federation

    mkuklis committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a7833d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Cleanup

    mkuklis committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    317ace2 View commit details
    Browse the repository at this point in the history
  2. Cache remote components

    mkuklis committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6add08b View commit details
    Browse the repository at this point in the history
  3. Prefetch handlers

    mkuklis committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6cd3160 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    01146fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68ac662 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

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

Commits on Jun 8, 2023

  1. STCOR-718 load remote translations (#1309)

    Draft: load translations when loading remote modules
    
    Note: QueryClientProvider must be explicitly shared
    See https://tanstack.com/query/v3/docs/react/reference/QueryClientProvider
    
    Refs STCOR-718, STRIPES-861
    zburke committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    61fcd70 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. STCOR-725 load remote icons (#1317)

    Load remote icons, and clean up the translation loading a bit; it was
    still very much in draft form, and still is, but at least it doesn't
    throw lint errors everywhere now.
    
    Refs STCOR-725, STRIPES-861
    zburke committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1b37d66 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. STCOR-718 correctly set apps' localized displayName

    Correctly set each apps' localized `displayName` attribute. It isn't
    totally clear to me why this doesn't work via `formattedMessage`. It
    seems that something is happening asynchronously that we don't realize
    is async, and therefore don't await, and then we end up calling
    `formatMessage()` before the translations have been pushed to the store.
    In any case, pulling the value straight from the translations array
    works fine.
    
    Refs STCOR-718
    zburke committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fe2e4fb View commit details
    Browse the repository at this point in the history
  2. STCOR-725 correctly load multiple icons per app

    Correctly handle multiple icons per application.
    
    Refs STCOR-725
    zburke committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    01f3df8 View commit details
    Browse the repository at this point in the history