From f452f468487a32f257b426b3ca38101d0ec75379 Mon Sep 17 00:00:00 2001 From: David O'Regan Date: Sat, 18 Feb 2023 06:24:00 +0000 Subject: [PATCH 1/3] Add Workspaces empty state --- .../empty-state/empty-workspaces.svg | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 illustrations/empty-state/empty-workspaces.svg diff --git a/illustrations/empty-state/empty-workspaces.svg b/illustrations/empty-state/empty-workspaces.svg new file mode 100644 index 00000000..411b4bf8 --- /dev/null +++ b/illustrations/empty-state/empty-workspaces.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From 2ac8c2d5fc5482aa508626903d33fb8cf56b24e9 Mon Sep 17 00:00:00 2001 From: Julia Miocene Date: Fri, 24 Feb 2023 16:28:39 +0000 Subject: [PATCH 2/3] Update Workspaces empty state according to new guidelines --- .../empty-state/empty-workspaces.svg | 106 ++---------------- 1 file changed, 11 insertions(+), 95 deletions(-) diff --git a/illustrations/empty-state/empty-workspaces.svg b/illustrations/empty-state/empty-workspaces.svg index 411b4bf8..ba13f104 100644 --- a/illustrations/empty-state/empty-workspaces.svg +++ b/illustrations/empty-state/empty-workspaces.svg @@ -1,96 +1,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + -- GitLab From 09428fd574d5e73af6ba24ba227abd70ba0542f9 Mon Sep 17 00:00:00 2001 From: Jeremy Elder Date: Tue, 28 Feb 2023 19:13:37 +0000 Subject: [PATCH 3/3] Add -md suffix --- .../empty-state/{empty-workspaces.svg => empty-workspaces-md.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename illustrations/empty-state/{empty-workspaces.svg => empty-workspaces-md.svg} (100%) diff --git a/illustrations/empty-state/empty-workspaces.svg b/illustrations/empty-state/empty-workspaces-md.svg similarity index 100% rename from illustrations/empty-state/empty-workspaces.svg rename to illustrations/empty-state/empty-workspaces-md.svg -- GitLab