Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
ab2d4f1
working on radio input feature
ivyalin2015 Dec 4, 2024
730c8b0
finished radioInput
ivyalin2015 Dec 15, 2024
65e6c8d
Merge branch 'main' into audrey/checkbox
ivyalin2015 Dec 15, 2024
c01bbc2
storybook package.json versions, moving Checkbox, tailwind formatting
ivyalin2015 Jan 15, 2025
267a31d
updated format for RadioGroup using SideLabel
ivyalin2015 Jan 22, 2025
9c18e62
modified formatting for radiogroup, cleaned up formatting for SideLab…
ivyalin2015 Jan 29, 2025
7d71454
Update src/components/Radio/Radio.test.tsx
ivyalin2015 Feb 1, 2025
4578689
changes from second code check - index.tsx, formatting
ivyalin2015 Feb 1, 2025
0fb28a2
Merge branch 'audrey/checkbox' of https://github.com/ivyalin2015/spez…
ivyalin2015 Feb 1, 2025
9ca9632
copied .gitignore, package-lock.json, package.jason from main; Radio.…
ivyalin2015 Feb 1, 2025
0f5c2be
Update src/components/Radio/Radio.test.tsx
arkadiuszbachorski Feb 2, 2025
4c9d1ca
removed classname from Radio.stories.tsx
ivyalin2015 Feb 11, 2025
7c13d90
Merge remote-tracking branch 'StanfordSpezi/main' into audrey/checkbox
ivyalin2015 Feb 11, 2025
5a69a0b
radio in exports of package.json
ivyalin2015 Feb 11, 2025
a0e2b04
added newlines and reverted package-lock.json
ivyalin2015 Mar 2, 2025
61f9c3a
package version changes
ivyalin2015 Mar 10, 2025
b1c4a84
Bring back previous version of web configurations
arkadiuszbachorski Mar 10, 2025
f8f1028
Merge branch 'main' into audrey/checkbox
arkadiuszbachorski Mar 10, 2025
b5c9f22
Merge branch 'main' into audrey/checkbox
arkadiuszbachorski Mar 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ eslint_report.json
docs

# editors
.idea/
.idea/
Loading