-
Notifications
You must be signed in to change notification settings - Fork 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
Pulling feat/editor-container into develop #948
base: develop
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #948 +/- ##
========================================
Coverage 87.93% 87.93%
========================================
Files 361 361
Lines 19221 19221
Branches 792 791 -1
========================================
Hits 16902 16902
+ Misses 2318 2312 -6
- Partials 1 7 +6 |
02fee29
to
ca5e8fc
Compare
43670fb
to
61ab3d9
Compare
…torContainer for better organization The Editor component import has been refactored to include EditorContainer for better organization and separation of concerns within the file. This change improves code readability and maintainability.
…mponents to use EditorContainer component The EditView, EditableView, and ShowView components have been refactored to use the EditorContainer component from the @dictybase/editor library instead of the Container component from @material-ui/core. This change improves consistency and maintainability across the components by using a dedicated container component for the editor.
…and structuring editor content The EditorContainer component is added to provide a structured layout for editor content. It includes styling using Material-UI components such as Paper, Box, and Container to enhance the visual presentation of the editor content.
…better structure and organization The Editor component is now wrapped in an EditorContainer component to improve the structure and organization of the code. This change enhances readability and maintainability of the ShowView component.
…nd EditorContainer The export statement in the index file has been refactored to export all from Editor and EditorContainer instead of exporting them individually. This change simplifies the code and makes it easier to manage exports from the index file.
The 'classes' variable was declared but not used in the component. Removing it improves code cleanliness and eliminates unnecessary clutter.
…better visual appearance The changes were made to improve the visual appearance of the EditorContainer component. Border styles were added to the background container, and padding adjustments were made for responsiveness on smaller screens. Additionally, the Container component now has a maxWidth of "lg" for better layout control.
61ab3d9
to
869f0ef
Compare
No description provided.