humam kerdiah 4bfd8c84a9 feat: add template checkpoint edit dialog and vendor management components
- Implemented TemplateCheckpointEditDialog for creating and editing inspection checkpoints.
- Added VendorActions component for managing vendor actions including edit, activate/deactivate, and delete.
- Created VendorContext for managing vendor state across components.
- Developed VendorGeneralInfo component to display detailed vendor information.
- Introduced AedSymbol and Money components for consistent currency representation.
- Added PromptDialog for user input prompts throughout the application.
- Implemented RelationLink component for unified related-data display in CRUD tables.
- Created InspectionTemplatesClient for API interactions related to inspection templates.
2026-05-18 12:08:42 +04:00
..
2026-03-27 16:20:46 +03:00
2026-03-27 16:20:46 +03:00
2026-03-27 16:20:46 +03:00
2026-03-27 16:20:46 +03:00
2026-03-27 16:20:46 +03:00
2026-03-27 16:20:46 +03:00
2026-03-27 16:20:46 +03:00
2026-03-27 16:20:46 +03:00
2026-03-27 16:20:46 +03:00
2026-03-27 16:20:46 +03:00
2026-05-07 15:04:05 +03:00

Next.js template

This is a Next.js template with shadcn/ui.

Adding components

To add components to your app, run the following command:

npx shadcn@latest add button

This will place the ui components in the components directory.

Using components

To use the components in your app, import them as follows:

import { Button } from "@/components/ui/button";