Merged
Conversation
Collaborator
Author
|
This pull request introduces several changes across multiple files to improve the functionality and user interface of the scouting application. The key changes include the addition of new components for counter management, updates to the scouting form, and the removal of outdated code. Key Changes:New Components and Features:
Scouting Form Updates:
Code Cleanup: |
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.
This pull request includes significant updates to the
Teleopcomponent inTeleop.jsxand various improvements to theScoutingForminScouting.jsx. The changes focus on refactoring the code for better modularity, enhancing the UI, and improving the overall user experience.Refactoring and modularization:
src/Pages/Scouting/Game/Teleop.jsx: Refactored theTeleopcomponent by breaking it down into smaller components (CounterBox,AlgaeCounter,ClimbingOptions). This improves code readability and maintainability.UI enhancements:
src/Pages/Scouting/Game/Teleop.jsx: Updated the UI elements, such as buttons and typography, for a more modern and consistent look. Introduced new styles and layout adjustments to improve user interaction.src/Pages/Scouting/Scouting.jsx: Adjusted the layout and styling of theScoutingFormto enhance its appearance and usability, including changes to grid item sizes and padding. [1] [2] [3] [4] [5]Code cleanup:
src/Pages/Scouting/Scouting.jsx: Removed unused state variablesmodeanderaserModeto clean up the code and reduce complexity.These changes collectively improve the structure, appearance, and functionality of the
Teleopcomponent and theScoutingForm.