-
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 fix/latest-papers-link into develop #670
Conversation
…mponent URL The unnecessary interpolation in the Link component URL has been removed to fix the url to the single publication route.
Important Auto Review SkippedBot user detected. To trigger a single review, invoke 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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
…editing editable content pages The changes introduce new components for handling different aspects of the editable pages feature. The AddPageEditor component allows authorized users to add a new page by providing necessary information and saving it. The ContentEditor component renders the view for editable content pages, displaying the content in a read-only mode. The EditEditor component allows authorized users to edit existing content pages by providing updated content and saving the changes. The EditableEditor component renders editable content pages with a toolbar displaying information about the last update. These components enhance the functionality and user experience of the editable pages feature.
refactor: replace Editor with Editors specific to each view. The changes were made to improve code readability and maintainability. The unused imports and variables were removed, and the components were refactored to use more descriptive names. Wrapping the components in a Container component provides consistent styling and layout across the application.
…olbar This commit adds new components to the ui-common package. The components added are: - AddPageEditor - ContentEditor - EditableEditor - EditEditor - EditableContentToolbar These components are useful for building editable pages and provide additional functionality for editing content and managing the toolbar.
…tainer component to allow for wider content The maxWidth value in the Container component has been changed from "lg" to "xl" to allow for wider content. This change improves the layout of the FrontPageApp component by providing more space for the content within the Container.
…EditableEditor, ContentView to ContentEditor These components have been swapped to versions without any layout stylings. The previously used components were wrapped in Containers that had stylings for margins. In the context of DSC landing page, these margins are not necessary and detracted from the appearance of the editable content.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #670 +/- ##
===========================================
+ Coverage 94.73% 94.75% +0.01%
===========================================
Files 190 192 +2
Lines 14199 14234 +35
Branches 492 494 +2
===========================================
+ Hits 13452 13487 +35
Misses 747 747
|
No description provided.