-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(routes/show): add star-based score input
This patch replaces the simple `<Input type='number' />` previously used to submit scores with a star-based selector that uses a radio group and `peer-` modifiers under the hood for CSS-only functionality. Note that this selector will not work without JS, as the Radix radio group component does not work without JS either. But the CSS-only styling should be incredibly performant.
- Loading branch information
1 parent
557649f
commit df8fdfb
Showing
3 changed files
with
177 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.