From 0d119beb4da000fb1eb55e6e65a83316dfbbfc0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Sch=C3=BCrch?= Date: Wed, 9 Oct 2024 16:53:05 +0200 Subject: [PATCH 1/5] chore(documentation): update design system team in footer --- .../.storybook/blocks/footer.tsx | 97 +++++++++++++++---- .../.storybook/blocks/layout/layout.scss | 82 +++++++++++++--- 2 files changed, 147 insertions(+), 32 deletions(-) diff --git a/packages/documentation/.storybook/blocks/footer.tsx b/packages/documentation/.storybook/blocks/footer.tsx index a64503e76b..ec94f9ee46 100644 --- a/packages/documentation/.storybook/blocks/footer.tsx +++ b/packages/documentation/.storybook/blocks/footer.tsx @@ -1,26 +1,78 @@ import React from 'react'; -interface Developer { +interface ITeamMember { name: string; title: string; - avatar: string; + githubImageId: string; + githubUsername: string; } -const DEVELOPERS: Developer[] = [ +const TEAM_MEMBERS: ITeamMember[] = [ { name: 'Philipp Gfeller', - title: 'Lead UI Developer', - avatar: 'https://avatars.githubusercontent.com/u/1659006?v=4', + title: 'Lead Potato', + githubImageId: '1659006', + githubUsername: 'gfellerph', }, { name: 'Alizé Debray', title: 'UI Developer', - avatar: 'https://avatars.githubusercontent.com/u/33580481?v=4', + githubImageId: '33580481', + githubUsername: 'alizedebray', }, { name: 'Oliver Schürch', + title: 'Señor Developer', + githubImageId: '9716662', + githubUsername: 'oliverschuerch', + }, + { + name: 'Myrta Sakellariou', + title: 'UI Developer', + githubImageId: '66249294', + githubUsername: 'myrta2302', + }, + { + name: 'Lea Gardavaud', + title: 'UI Developer', + githubImageId: '183501002', + githubUsername: 'leagrdv', + }, + { + name: 'Alona Zherdetska', + title: 'Cookie Master', + githubImageId: '138328641', + githubUsername: 'alionazherdetska', + }, + { + name: 'Tim Schär', title: 'UI Developer', - avatar: 'https://avatars.githubusercontent.com/u/9716662?v=4', + githubImageId: '59233938', + githubUsername: 'schaertim', + }, + { + name: 'Rouven Steiger', + title: 'Art Guy EDK', + githubImageId: '104423005', + githubUsername: 'rouvenpost', + }, + { + name: 'Christian Zundel', + title: 'UX Designer', + githubImageId: '119845956', + githubUsername: 'Cian77', + }, + { + name: 'Alessio Travaglini', + title: 'Token Orchestrator', + githubImageId: '158268546', + githubUsername: 'Vandapanda', + }, + { + name: 'Romain Veya', + title: 'UI Developer', + githubImageId: '111903046', + githubUsername: 'veyaromain', }, ]; @@ -43,20 +95,25 @@ export default (params: { pathToStoryFile?: String }) => (
-

Support

-
- {DEVELOPERS.sort(() => (Math.random() > 0.5 ? 1 : -1)).map((developer, index) => ( -
- -
-

- {developer.name} -

-

{developer.title}

-
-
+

Design System Team Members

+
+
Date: Mon, 14 Oct 2024 07:56:57 +0200 Subject: [PATCH 2/5] chore(documentation): update team members --- packages/documentation/.storybook/blocks/footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/documentation/.storybook/blocks/footer.tsx b/packages/documentation/.storybook/blocks/footer.tsx index ec94f9ee46..c836e40c2e 100644 --- a/packages/documentation/.storybook/blocks/footer.tsx +++ b/packages/documentation/.storybook/blocks/footer.tsx @@ -28,7 +28,7 @@ const TEAM_MEMBERS: ITeamMember[] = [ }, { name: 'Myrta Sakellariou', - title: 'UI Developer', + title: 'Mama Pigxel', githubImageId: '66249294', githubUsername: 'myrta2302', }, @@ -40,7 +40,7 @@ const TEAM_MEMBERS: ITeamMember[] = [ }, { name: 'Alona Zherdetska', - title: 'Cookie Master', + title: 'Component Fairy', githubImageId: '138328641', githubUsername: 'alionazherdetska', }, From b3456cdb0f9cb61e2a7d81d4d9c3c058e0401435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Sch=C3=BCrch?= Date: Tue, 15 Oct 2024 17:08:45 +0200 Subject: [PATCH 3/5] Update packages/documentation/.storybook/blocks/footer.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alizé Debray <33580481+alizedebray@users.noreply.github.com> --- packages/documentation/.storybook/blocks/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/.storybook/blocks/footer.tsx b/packages/documentation/.storybook/blocks/footer.tsx index c836e40c2e..f0eec422bb 100644 --- a/packages/documentation/.storybook/blocks/footer.tsx +++ b/packages/documentation/.storybook/blocks/footer.tsx @@ -16,7 +16,7 @@ const TEAM_MEMBERS: ITeamMember[] = [ }, { name: 'Alizé Debray', - title: 'UI Developer', + title: 'UI Mademoiselle', githubImageId: '33580481', githubUsername: 'alizedebray', }, From 642a94840fdaa385aa1c439a4513c9d5ab7a4462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Sch=C3=BCrch?= Date: Tue, 15 Oct 2024 17:09:18 +0200 Subject: [PATCH 4/5] Update packages/documentation/.storybook/blocks/footer.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alizé Debray <33580481+alizedebray@users.noreply.github.com> --- packages/documentation/.storybook/blocks/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/.storybook/blocks/footer.tsx b/packages/documentation/.storybook/blocks/footer.tsx index f0eec422bb..1be1bc5f25 100644 --- a/packages/documentation/.storybook/blocks/footer.tsx +++ b/packages/documentation/.storybook/blocks/footer.tsx @@ -1,6 +1,6 @@ import React from 'react'; -interface ITeamMember { +interface TeamMember { name: string; title: string; githubImageId: string; From 4f8591d031c822d74c1a6135d05fb958d7dab2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Sch=C3=BCrch?= Date: Tue, 15 Oct 2024 17:09:23 +0200 Subject: [PATCH 5/5] Update packages/documentation/.storybook/blocks/footer.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alizé Debray <33580481+alizedebray@users.noreply.github.com> --- packages/documentation/.storybook/blocks/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/.storybook/blocks/footer.tsx b/packages/documentation/.storybook/blocks/footer.tsx index 1be1bc5f25..2f58d78201 100644 --- a/packages/documentation/.storybook/blocks/footer.tsx +++ b/packages/documentation/.storybook/blocks/footer.tsx @@ -7,7 +7,7 @@ interface TeamMember { githubUsername: string; } -const TEAM_MEMBERS: ITeamMember[] = [ +const TEAM_MEMBERS: TeamMember[] = [ { name: 'Philipp Gfeller', title: 'Lead Potato',