-
Notifications
You must be signed in to change notification settings - Fork 1
Matheus/updates #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
- Updated author GitHub link in package.json. - Added @biomejs/biome as a devDependency in package.json. - Removed eslint and eslint-config-next from devDependencies in package.json. - Created .vscode/settings.json to configure Biome as the default formatter for various file types. - Added biome.json configuration file for Biome settings, including formatter and linter options.
- Updated dependencies in package.json to latest versions, including next, react, and zod. - Refactored the phone input page to improve code organization and readability. - Adjusted the use of hooks and form handling to align with updated dependencies.
- Updated formatting in Header, Input, TextArea, CopyButton, LinkCard, SkeletonCard, Spinner, Select, Tooltip components for consistent indentation and spacing. - Reorganized exports in index.ts files for better structure. - Enhanced the PhoneContextProvider for clearer state management and effect handling. - Improved environment variable handling in env.ts. - Refined form validation schema in formSchema.ts for better clarity. - Streamlined API service functions for fetching countries and country info. - Updated utility functions for better readability and consistency.
…omponent error message display
… menu, form, input, label, popover, select, separator, textarea, tooltip - Implemented Card component with subcomponents: CardHeader, CardTitle, CardDescription, CardAction, CardContent, CardFooter. - Created Checkbox component using Radix UI. - Developed Command component with CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandSeparator, CommandItem, CommandShortcut. - Added Dialog component with DialogTrigger, DialogPortal, DialogClose, DialogOverlay, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription. - Built DropdownMenu component with DropdownMenuPortal, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent. - Established Form component with FormField, FormItem, FormLabel, FormControl, FormDescription, FormMessage. - Created Input component. - Developed Label component. - Implemented Popover component with PopoverTrigger, PopoverContent, PopoverAnchor. - Built Select component with SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectLabel, SelectItem, SelectSeparator, SelectScrollUpButton, SelectScrollDownButton. - Added Separator component. - Created Textarea component. - Developed Tooltip component with TooltipTrigger, TooltipContent, TooltipProvider. - Introduced utility function `cn` for class name merging.
…ctionality and validation
…mprove LinkCard integration
…tting in PhoneContext
…orm field components
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.
No description provided.