Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
N00bG1rl committed Sep 26, 2023
1 parent d00bf69 commit b585dd5
Showing 1 changed file with 1 addition and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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.`
// },
// },
// };

0 comments on commit b585dd5

Please sign in to comment.