Add Dice Roller base utility and related components with updates - #43
Merged
Conversation
…/react-router, react-dropzone, typescript, and packageManager
…haracter Counter, Lorem Ipsum, and Meme Generator
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new Dice Roller utility to the application, including both a general dice roller and a specialized Vampire: The Masquerade (VtM) dice roller. It adds all necessary UI components, form handling, and navigation updates to integrate the feature into the utilities section. Additionally, it includes a reusable event listener hook and updates several dependencies.
New Dice Roller Utility
/utilities/dice-rollerroute and page, including metadata and a detailed description of features. [1] [2] [3] [4]dice-roller-tab.tsx, supporting both "Regular Dice" and "Vampire: The Masquerade" dice modes.VtmDiceRollercomponent with form validation (using Zod and React Hook Form), input fields, and actions for rolling dice and rouse checks.AnkhIconfor the VtM tab.UI and Application Enhancements
AppGlobalEventscomponent to globally handle certain touch events and prevent unwanted double-tap behaviors on mobile, using a newuseEventListenerhook. [1] [2] [3] [4]Navigation and Utilities List Updates
Dependency Updates
@hookform/resolvers,@vercel/react-router, andreact-dropzonefor compatibility and improvements. [1] [2]