Skip to content

Conversation

@TheMath123
Copy link
Owner

No description provided.

- 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.
… 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.
@TheMath123 TheMath123 merged commit b39dae8 into main Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants