You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found code smells issues in the code, some errors are related to DOM, JSX, Large Component, Too many props.
In the first refactoring, we decided to divide it into smaller components, making the code more readable and modular. That's why we split the 'BackgroundLayerChooser' component into smaller subcomponents:
'LayerCard': Represents the view of each individual layer.
'ToggleBackgroundButton': Represents the button for toggling the visibility of layers.
'BackgroundPreview': Represents the preview of the selected layer or background imag
'BackgroundLayerMapComponent': Responsible for rendering the OpenLayers map.
'LayerTitleComponent': Responsible for displaying the layer title.
'LoadingSpinComponent': Responsible for displaying the loading spinner.
'LayerPreviewContainer': Container component that gathers the other components.
Feature request
Code correction and restructuring
Anything else?
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Related issue
We found code smells issues in the code, some errors are related to DOM, JSX, Large Component, Too many props.
In the first refactoring, we decided to divide it into smaller components, making the code more readable and modular. That's why we split the 'BackgroundLayerChooser' component into smaller subcomponents:
Feature request
Code correction and restructuring
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: