BobaBoard / boba-components

BobaBoard's UI components
https://www.bobaboard.com
MIT License
8 stars 17 forks source link

Update storybook stories to latest story format #74

Open essential-randomness opened 2 years ago

essential-randomness commented 2 years ago

Starting with Storybook v6, it is recommended to write stories using Component Story Format v3. Most (if not all) of our stories are using an outdated format, and we should change them.

This is a list of all the stories we currently have, they should all be in older formats. When a story is fixed, please tick it off.

### Stories
- [ ] Blocks/200-SubscriptionBlock.stories.tsx
- [ ] Blocks/100-RulesBlock.stories.tsx
- [ ] Sidebar/104-SidebarSection.stories.tsx
- [ ] Sidebar/102-TextSection.stories.tsx
- [ ] Sidebar/100-BoardSidebar.stories.tsx
- [ ] Sidebar/103-SectionsList.stories.tsx
- [ ] Sidebar/101-TagsSection.stories.tsx
- [ ] Experimental/Layout/101-BottomBar.stories.tsx
- [ ] Experimental/Common/400-Reactions.stories.tsx
- [ ] Post/102-PostHeader.stories.tsx
- [ ] Post/200-Comment.stories.tsx
- [ ] Post/103-PostFooter.stories.tsx
- [ ] Post/101-Card.stories.tsx
- [ ] Post/400-CommentEditor.stories.tsx
- [ ] Post/100b-CompactPostThread.stories.tsx
- [ ] Post/100c-PostQuote.stories.tsx
- [ ] Post/200b-ChainComment.stories.tsx
- [ ] Post/100-Post.stories.tsx
- [ ] Post/300-PostEditor.stories.tsx
- [ ] Buttons/400-PopupButtons.stories.tsx
- [ ] Buttons/300-CircleButton.stories.tsx
- [ ] Buttons/100-Button.stories.tsx
- [ ] Buttons/200-IconButton.stories.tsx
- [ ] Board/100-BoardsDisplay.stories.tsx
- [ ] Board/101-BoardPreview.stories.tsx
- [ ] Layout/200-Settings.stories.tsx
- [ ] Layout/100-Layout.stories.tsx
- [ ] Layout/102-MenuBar.stories.tsx
- [ ] Legacy/Sidebar/15-LegacySidebar.stories.tsx
- [ ] Legacy/Thread/LegacyThread.stories.tsx
- [ ] User/100-User.stories.tsx
- [ ] Tags/201-TagInput.stories.tsx
- [ ] Tags/202-TagSuggestions.stories.tsx
- [ ] Tags/100-Tags.stories.tsx
- [ ] Tags/200-TagsInput.stories.tsx
- [ ] Tags/101-Tag.stories.tsx
- [ ] Feeds/100-Feeds.stories.tsx
- [ ] Common/300-DropdownPreview.stories.tsx
- [ ] Common/200-Toasts.stories.tsx
- [ ] Common/100-Input.stories.tsx
- [ ] SideMenu/101-BoardsMenuSection.stories.tsx
- [ ] SideMenu/100-SideMenu.stories.tsx
- [ ] SideMenu/200-PinnedMenu.stories.tsx
- [ ] Thread/100-Thread.stories.tsx
- [ ] Thread/101-CommentsThread.stories.tsx
- [ ] Thread/102-ThreadPreview.stories.tsx 
essential-randomness commented 2 years ago

Note: I would start this by making a list of all the storybook stories that have this issue. Fixing them all is probably not a "small annoyances" thing, and we can do a group effort if needed.