Skip to content

frontend: improve detail view badges, addon texts, and HTML title#12461

Merged
michelroegl-brunner merged 1 commit intomainfrom
feat_bump_website
Mar 2, 2026
Merged

frontend: improve detail view badges, addon texts, and HTML title#12461
michelroegl-brunner merged 1 commit intomainfrom
feat_bump_website

Conversation

@MickLesk
Copy link
Member

@MickLesk MickLesk commented Mar 2, 2026

✍️ Description

  • Show colored type badges (VM/LXC/PVE/ADDON) in detail view matching list view
  • Display PVE and ADDON labels in script cards instead of empty strings
  • Show 'Existing LXC or Proxmox Node' as OS for addons instead of generic 'Proxmox Node'
  • Hide privileged badge for addon scripts
  • Add specific update hint for addons: 'Run update_ to update'
  • Set document title to ' | Proxmox VE Helper-Scripts' when a script is selected

🔗 Related Issue

Fixes #12027

✅ Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

- Show colored type badges (VM/LXC/PVE/ADDON) in detail view matching list view
- Display PVE and ADDON labels in script cards instead of empty strings
- Show 'Existing LXC or Proxmox Node' as OS for addons instead of generic 'Proxmox Node'
- Hide privileged badge for addon scripts
- Add specific update hint for addons: 'Run update_<slug> to update'
- Set document title to '<ScriptName> | Proxmox VE Helper-Scripts' when a script is selected
@MickLesk MickLesk requested a review from a team as a code owner March 2, 2026 07:58
@github-actions github-actions bot added refactor website A change to the website labels Mar 2, 2026
@michelroegl-brunner michelroegl-brunner merged commit d258ff4 into main Mar 2, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor website A change to the website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set the title of the selected script as html title so that you can bookmark it with a meaningful name

3 participants