From fa546c281c283c5de972a9ca15576c3d28fcbccf Mon Sep 17 00:00:00 2001 From: Julia Miocene Date: Wed, 10 Jul 2024 14:28:41 +0200 Subject: [PATCH] Add an example illustrations --- .../themes/components/theme_test.stories.js | 26 + .../themes/components/theme_test.vue | 528 ++++++++++++++++++ locale/gitlab.pot | 6 - 3 files changed, 554 insertions(+), 6 deletions(-) create mode 100644 app/assets/javascripts/themes/components/theme_test.stories.js create mode 100644 app/assets/javascripts/themes/components/theme_test.vue diff --git a/app/assets/javascripts/themes/components/theme_test.stories.js b/app/assets/javascripts/themes/components/theme_test.stories.js new file mode 100644 index 00000000000000..748de4ed8e08e3 --- /dev/null +++ b/app/assets/javascripts/themes/components/theme_test.stories.js @@ -0,0 +1,26 @@ +import ThemeTest from './theme_test.vue'; + +export default { + component: ThemeTest, + title: 'themes/theme_test', +}; + +const Template = () => ({ + components: { ThemeTest }, + template: ` +
+ + + + + + + + + + +
+ `, +}); + +export const Default = Template.bind({}); diff --git a/app/assets/javascripts/themes/components/theme_test.vue b/app/assets/javascripts/themes/components/theme_test.vue new file mode 100644 index 00000000000000..187d4bcc57353c --- /dev/null +++ b/app/assets/javascripts/themes/components/theme_test.vue @@ -0,0 +1,528 @@ + + + + + diff --git a/locale/gitlab.pot b/locale/gitlab.pot index fe04b87ae2ef2f..68f1a753c691a7 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -60576,9 +60576,6 @@ msgstr "" msgid "Workspaces|Creating" msgstr "" -msgid "Workspaces|Develop anywhere" -msgstr "" - msgid "Workspaces|Devfile location" msgstr "" @@ -60597,9 +60594,6 @@ msgstr "" msgid "Workspaces|Git reference" msgstr "" -msgid "Workspaces|GitLab Workspaces is a powerful collaborative platform that provides a comprehensive set of tools for software development teams to manage their entire development lifecycle." -msgstr "" - msgid "Workspaces|Group agents" msgstr "" -- GitLab