mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-21 15:15:21 -04:00
[PR #179] [MERGED] feat(ui): port radio inputs #570
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/179
Author: @insertish
Created: 4/20/2023
Status: ✅ Merged
Merged: 4/20/2023
Merged by: @insertish
Base:
master← Head:feat/ui/radio-component📝 Commits (7)
9de092dfeat(ui): start working on radio inputs91e9b85fix(ui): description using --accent-contrast when selected74c0e86chore: remove old assets module76e4e96chore: initialise new submodule2ec1b8dchore: rewrite asset linking script38c1fd6chore: allow auto-switching assets772b3f1chore: generate radio button screenshots📊 Changes
13 files changed (+2275 additions, -2938 deletions)
View changed files
📝
.gitmodules(+2 -2)📝
README.md(+4 -10)➕
components/ui/components/design/atoms/inputs/Radio.stories.tsx(+44 -0)📝
components/ui/components/design/atoms/inputs/Radio.tsx(+37 -27)➕
packages/browser-test-runner/__tests__/regression/compare.spec.ts-snapshots/Radio-chromium-linux.png(+0 -0)➕
packages/browser-test-runner/__tests__/regression/compare.spec.ts-snapshots/Radio-firefox-linux.png(+0 -0)➕
packages/client/.gitignore(+1 -0)📝
packages/client/assets(+0 -0)➕
packages/client/public/.gitkeep(+0 -0)📝
packages/client/scripts/copyAssets.mjs(+31 -16)📝
packages/showcase/componentData.ts(+1 -1)📝
packages/showcase/src/stories.ts(+2 -1)📝
pnpm-lock.yaml(+2153 -2881)📄 Description
Had to push additional changes on top of #178, so I pushed it to a branch on the repo and merging in from there.
This closes #178 and closes #73.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.