-
Notifications
You must be signed in to change notification settings - Fork 4
Implementação de funcionalidades #1
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
Open
Junior331
wants to merge
27
commits into
globocom:main
Choose a base branch
from
Junior331:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
… context handling, updating the Header component to allow scene creation, and refining the Modal component for better scene editing functionality. Additionally, streamline the Studio component to utilize the new scenes context and remove redundant state management.
…ing Button, Input, Title, Card, Column, and Modal. Refactor Studio and related components to utilize these new structures, enhancing the overall layout and functionality. Remove deprecated layout component and streamline imports for better organization.
…emove deprecated layout and Studio components, and streamline imports across the application. Update global styles to enhance scrollbar appearance.
…nto distinct subcomponents for improved readability and maintainability. Update type definitions to include new props for footer and header, enhancing the component's flexibility. Remove deprecated button and card components from trash directory.
…ith useDroppable, adding visual feedback for active and over states, and updating styles for improved layout and usability.
…from cookies, updating the Header component to conditionally enable scene creation based on selected production, and enhancing the production reducer to handle cookie updates for production selection.
…d restructuring imports for better organization. Update NavItem type definition to reorder properties for consistency. Streamline imports in production and scenes contexts for improved readability.
…idebar, and Layout components. Adjust Column to include a maximum height for better overflow handling, modify Header to include an icon in the create scene button, and refine Sidebar and Layout for improved responsiveness and padding adjustments.
…body-specific selectors for scrollbar customization, ensuring consistent styling across all elements.
…, improving user feedback during save operations, and refining the layout for better usability. Update Column component to allow overflow in the content area for improved display of children elements.
…g @dnd-kit/sortable for improved drag-and-drop experience. Update state management to handle scene reordering and enhance type definitions for better clarity.
…ene filtering. Modify Column styles to include active step condition and refine scene rendering in Studio for improved clarity and usability.
…ndering. Update scene data structure to include order property for better drag-and-drop functionality. Enhance Column styles for active step indication and streamline child component rendering.
…data structure for better management
…mproved readability
…rd dates. Add new scenes with incremental IDs. Refactor Column component styles for smoother transitions and improved active step indication.
…ting modes. Enhance validation for required fields and update user notifications based on the operation type. Update Header and Studio components to integrate scene creation functionality and improve UI responsiveness.
…ionality. Update Column styles for improved layout consistency. Integrate search capabilities in Header and pass filtered scenes to Studio for better scene management.
…te Modal and Scene components to support actor selection, and enhance Sidebar for navigation. Implement actor fetching and display in Scene component for improved scene context.
… reusability. Update Actors and Studio pages to utilize the new Modal structure for actor creation and scene management, improving overall UI consistency and functionality.
…tor object structure with auto-generated ID and empty scenes array. Update API request to use the new structure for improved data handling.
… for improved modal structure, remove unused ActorModal and SceneModal components, and update related imports in Actors and Studio pages for enhanced reusability and consistency.
…p and order values for existing scenes, add new scenes with unique IDs, and enhance scene management functions in the context for improved API integration and error handling.
…: Implement useMemo for sorting scenes by order, integrate useRef for parent element reference, and utilize useVirtualizer for efficient rendering of large scene lists. Refactor scene operations in useSceneOperations hook to centralize error handling with showErrorToast. Update Actors page to fetch actors using the new API service and improve actor creation logic.
…a centered spinner for better user experience during data fetching.
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.
Este pull request contém os testes realizados a partir do fork do repositório, com foco na validação da funcionalidade