diff --git a/scm-ui/ui-components/src/__resources__/avatar.png b/scm-ui/ui-components/src/__resources__/avatar.png new file mode 100644 index 0000000000..71632a3a51 Binary files /dev/null and b/scm-ui/ui-components/src/__resources__/avatar.png differ diff --git a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap index 0ec9bb0c76..17a73282c2 100644 --- a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap +++ b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap @@ -32389,6 +32389,272 @@ exports[`Storyshots Forms|Textarea OnSubmit 1`] = ` `; +exports[`Storyshots Layout|Footer Default 1`] = ` + +`; + +exports[`Storyshots Layout|Footer Full 1`] = ` + +`; + +exports[`Storyshots Layout|Footer With Avatar 1`] = ` + +`; + +exports[`Storyshots Layout|Footer With Plugin Links 1`] = ` + +`; + exports[`Storyshots Loading Default 1`] = `
{ + binder.bind(EXTENSION_POINT, () => { + return avatar; + }); +}; + +const bindLinks = (binder: Binder) => { + binder.bind("footer.links", () => REST API); + binder.bind("footer.links", () => CLI); +}; + +const withBinder = (binder: Binder) => { + return ( + +