-
Notifications
You must be signed in to change notification settings - Fork 3
Implement new tractor order form #337
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
✅ Deploy Preview for pintomoney ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@claude update the tooltip in the temperature tractor order form from Update |
|
Claude finished @fr1jo's task —— View job ✅ Updated Tractor Order Form TooltipsSuccessfully updated the tooltip texts in the temperature tractor order form as requested. Completed Tasks:
Changes Made:
All updates have been applied to |
- Shorten temperature tooltip to remove redundant explanation - Change 'Execute during the Morning Auction' to 'Execute during the Morning' - Update morning tooltip with detailed explanation about 10-minute period 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: fr1jo <fr1jo@users.noreply.github.com>
…hooks and constants
…oved tip calculation
Extract the select function outside the useCultivationFactor hook to maintain a stable reference and prevent unnecessary re-renders. This improves performance by avoiding function recreation on every render. Co-authored-by: fr1jo <fr1jo@users.noreply.github.com>
frijo/tractor-order-refactor
…/interface into tractor-order-refactor
|
@claude Update the Morning Tooltip from |
|
Claude finished @fr1jo's task —— View job ✅ Updated Morning Tooltip TextTodo List:
Successfully updated the Morning tooltip text in the tractor order form as requested. Change Made: To: The change has been committed and pushed to the |
Co-authored-by: fr1jo <fr1jo@users.noreply.github.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
|
Claude finished @fr1jo's task —— View job ✅ Updated Tooltip TextsTodo List:
Changes Made:
Both tooltip updates have been committed and pushed to the |
- Capitalize 'Morning' and add newline to morning tooltip - Update 'Tip per Execution' tooltip to clarify PINTO payment Co-authored-by: fr1jo <fr1jo@users.noreply.github.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This pull request refactors the
SowOrderDialogcomponent to introduce a clearer multi-step form flow, separating entry, review, and advanced parameter editing. It also adds new summary and tip estimation components for improved user feedback and modularity. The changes enhance usability, maintainability, and clarity of the sow order process.Form Flow and State Management Improvements
minSoil,maxPerSeason,podLineLength) based on user input and chain constants, improving user experience and reducing errors.UI and Component Modularity
SowOrderEntryFormParametersSummary,SowOrderFormAdvancedParametersSummary, andSowOrderFormButtonRowfor modular review and advanced parameter display, and refactored the main dialog to use these. [1] [2]SowOrderEstimatedTipPaidcomponent to display estimated total tip paid, providing users with clearer cost expectations. [1] [2]Codebase Cleanup and Usability