The recently introduced changelog feature needs improvement in its formatting and structure. Currently, the changelog is not properly formatted as a content list, and it's linking to individual log pages instead of displaying the content directly.
See this PR: #3
Current Behavior
- Changelog items are listed with links to separate pages
- The formatting of the changelog items is inconsistent
- The component structure may not be optimal for displaying changelog entries
Desired Behavior
- Changelog items should be displayed directly on the page without links
- Consistent and visually appealing formatting for all changelog entries
- Simplified component structure for easier maintenance and better performance
Proposed Changes
- Modify the Changelog component to display content directly instead of linking to separate pages.
- Implement a consistent formatting style for all changelog entries.
- Restructure the component to simplify the rendering process.
Code References
The recently introduced changelog feature needs improvement in its formatting and structure. Currently, the changelog is not properly formatted as a content list, and it's linking to individual log pages instead of displaying the content directly.
See this PR: #3
Current Behavior
Desired Behavior
Proposed Changes
Code References
changelog.tsxcomponent andapp/changelogfolder