mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #148] [MERGED] refactor: improve release notes markdown rendering #242
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/148
Author: @michelroegl-brunner
Created: 10/14/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @michelroegl-brunner
Base:
main← Head:refactor/readme_modal📝 Commits (1)
a4fb12bfeat: improve release notes markdown rendering📊 Changes
4 files changed (+1435 additions, -85 deletions)
View changed files
📝
package-lock.json(+1413 -83)📝
package.json(+3 -0)📝
src/app/_components/ReleaseNotesModal.tsx(+18 -2)📝
src/styles/globals.css(+1 -0)📄 Description
Summary
This PR improves the release notes modal by replacing plain text rendering with proper markdown parsing and formatting.
Changes
Added Dependencies:
Enhanced Release Notes Rendering:
Before/After
Before: Raw markdown syntax was displayed as plain text with
After: Properly formatted markdown with visual hierarchy, styled lists, and clickable links
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.