-
Notifications
You must be signed in to change notification settings - Fork 6
DocPIlot Base #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
base: main
Are you sure you want to change the base?
Conversation
Unifies multi-role screens with bottom navigation Replaces old home screen with dedicated wrappers Updates main entry point to leverage auto_route
Co-authored-by: xkaper001 <[email protected]>
Updated clone URL in development setup instructions.
…0d7-453b-a8f7-a3ab41f3fb4f Add essential open source documentation and reorganize README for better project accessibility
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Add GitHub Actions workflow to auto-comment on new issues
feat: Create shared component library (docpilot_core) with reusable form inputs
Fixes #28
Add GoRouter to both apps
Added a pull request template to guide contributors.
Create pull request template for contributions
Fixes the issue #33
Added MIT License File
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Created GitHub Action workflow to auto-comment on merged PRs - Workflow triggers only when PRs are merged (not just closed) - Implements 5 randomized encouraging thank you messages - Messages are personalized with contributor's username - Adds appreciation and encouragement for contributors - Uses actions/github-script@v8 Fixes #35
feat: Add automated thank you comment on merged PRs
added templates for issues
- Created shared theme system in docpilot_core - Implemented comprehensive text styles (TextStyle) with all variants - Added ThemeHelper for centralized theme access - Integrated theme system in docpilot_doctor and docpilot_patient - Added icon assets to docpilot_doctor - Updated palette definitions for consistency across apps Addresses #17
feat: Implement theme system and shared text styles for Button and Navigation Components
|
Important Review skippedToo many files! 17 files out of 167 files are above the max files limit of 150. You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…pdown, text area, and text field - Introduced `FormCheckbox` and `FormCheckboxFormField` for checkbox input with validation support. - Added `FormDatePicker` for date selection with theme-aware styling and validation. - Implemented `FormDropdown` for selecting options with optional search functionality. - Created `FormTextArea` for multi-line text input with expandable height and validation. - Developed `FormTextField` for single-line input with various customization options. - Removed deprecated `forms.dart` and organized exports in `widgets.dart`. - Updated dependencies in `pubspec.lock` and `pubspec.yaml` for compatibility with Dart SDK 3.6.0.
…prescribe screens
…avigation structure feat: Implement HapticService for managing haptic feedback chore: Update package versions in pubspec.lock for dependencies docs: Correct component names in theme README
No description provided.