Feature: quick start (#369)

* feat: quick start modal

* refactor: end message is part of view settings

* refactor: small tweaks and type improvements
This commit is contained in:
Carlos Valente
2023-04-29 21:20:25 +02:00
committed by GitHub
parent 33b496f98e
commit 38654f8981
41 changed files with 463 additions and 282 deletions
@@ -4,5 +4,4 @@ export type EventData = {
publicInfo: string;
backstageUrl: string;
backstageInfo: string;
endMessage: string;
};
@@ -1,3 +1,4 @@
export type ViewSettings = {
overrideStyles: boolean;
endMessage: string;
}