From b585dd51d8c71995998ec2a4cc773fc3057f4e01 Mon Sep 17 00:00:00 2001 From: N00bG1rl <403helen@gmail.com> Date: Tue, 26 Sep 2023 14:58:33 +0300 Subject: [PATCH] Improve comments --- .../LoadingSpinner/LoadingSpinner.stories.tsx | 25 +------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/Source/DesignSystem/atoms/LoadingSpinner/LoadingSpinner.stories.tsx b/Source/DesignSystem/atoms/LoadingSpinner/LoadingSpinner.stories.tsx index 8d8e74c83..0f5c8480e 100644 --- a/Source/DesignSystem/atoms/LoadingSpinner/LoadingSpinner.stories.tsx +++ b/Source/DesignSystem/atoms/LoadingSpinner/LoadingSpinner.stories.tsx @@ -5,7 +5,7 @@ import { componentStories, LoadingSpinner } from '@dolittle/design-system'; const { metadata, createStory } = componentStories(LoadingSpinner); -//TODO: update component to include text +// TODO: Update component to improve text. metadata.parameters = { docs: { @@ -20,26 +20,3 @@ metadata.parameters = { export default metadata; export const Default = createStory(); - -// //TODO: Implement component -// export const ErrorSpinner = createStory(); -// ErrorSpinner.parameters = { -// docs: { -// description: { -// story: `When the information is not processed successfully, we provide a clear indication in the UI to the user. -// The spinner changes to an error icon with a new description indicating what happened and how the user can resolve it. -// Use the main error color.` -// }, -// }, -// }; - -// //TODO: Implement component -// export const SuccessSpinner = createStory(); -// SuccessSpinner.parameters = { -// docs: { -// description: { -// story: `When the information has been processed successfully we provide a clear indication in the UI to the user. -// The spinner changes to a checkmark icon with a new description indicating what happened. Use the main success color.` -// }, -// }, -// };