feat(client): introduce web frontend with shadcn/ui component library#17
Merged
Conversation
- Add .gitignore for Next.js project - Add package.json with dependencies - Add TypeScript configuration (tsconfig.json) - Add Next.js configuration (next.config.mjs) - Add PostCSS configuration (postcss.config.mjs) - Add shadcn/ui components configuration (components.json)
- Add root layout with HTML structure and metadata - Add home page component for landing page
- Add Tailwind CSS base styles and utilities - Add CSS variables for theming - Add global styles for the application
- Add layout component for auth routes - Configure auth page structure and styling
- Add login form component with email/password fields - Implement form validation and submission - Add navigation to registration page
- Add registration form with user details fields - Implement form validation for password confirmation - Add navigation to login page
- Add dashboard layout with sidebar navigation - Add shell component for dashboard structure - Implement responsive dashboard design
- Add Providers component for app context providers - Add ThemeProvider for dark/light mode support - Implement theme switching functionality
- Add admin overview page - Add equipment management page - Add sensor management page
- Add agronomist overview page - Add threshold management page - Add weather monitoring page
- Add TypeScript API type definitions - Add API client with base URL configuration
- Add AuthProvider for user authentication state - Implement login, register, and logout functions - Add token management and user session handling
- Add cn function for className merging - Add Tailwind CSS utilities for styling
- Add useApi hook for API calls - Add useMobile hook for responsive design - Add useToast hook for toast notifications
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.
No description provided.