mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-20 23:03:46 -04:00
[PR #178] [CLOSED] feat(ui): Finish porting radio button component #567
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/for-web/pull/178
Author: @ghost
Created: 4/20/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
9de092dfeat(ui): start working on radio inputs91e9b85fix(ui): description using --accent-contrast when selected📊 Changes
6 files changed (+2238 additions, -2911 deletions)
View changed files
➕
components/ui/components/design/atoms/inputs/Radio.stories.tsx(+44 -0)📝
components/ui/components/design/atoms/inputs/Radio.tsx(+37 -27)➖
packages/client/public/assets(+0 -1)➕
packages/client/public/assets(+1 -0)📝
packages/showcase/componentData.ts(+1 -1)📝
packages/showcase/src/stories.ts(+2 -1)📝
pnpm-lock.yaml(+2153 -2881)📄 Description
Please make sure to check the following tasks before opening and submitting a PR
This PR finishes porting radio buttons from revoltchat/components to @revolt/ui
This should close #73
I haven't tested multiple radio components ye, so I don't know whether the
disabledprop works properly.Here is how it looks in the component showcase
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.