UI AppShell containing the whole plugin #1548
Labels
type: enhancement
The issue is a request for an enhancement.
type: technical debt
This issue/PR represents/solves the technical debt of the project.
User story
This is a proposal and a follow-up to #1543 (review):
Here are a few problems that we have in our existing code without AppShell:
CustomerEffortScorePrompt
, as shown in Add useEffect to avoid multiple CES prompts on the Dashboard Page #1543 (review).DifferentCurrencyNotice
in multiple components.Describe the solution you'd like
Have an AppShell that contains the whole plugin, so that the above mentioned components can be placed in the AppShell, thus addressing the problems.
The text was updated successfully, but these errors were encountered: