[PR #171] [MERGED] feat: CronEditor tooltip+popup UX, MarkdownEditor Placeholder/Style, InfoScheduler icon #163

Closed
opened 2026-02-26 17:37:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Corsinvest/cv4pve-admin/pull/171
Author: @franklupo
Created: 2/18/2026
Status: Merged
Merged: 2/18/2026
Merged by: @franklupo

Base: mainHead: feat/core-ux-improvements


📝 Commits (1)

  • 9d78da2 feat: CronEditor tooltip+popup UX, MarkdownEditor Placeholder/Style, InfoScheduler icon, minor fixes

📊 Changes

6 files changed (+52 additions, -34 deletions)

View changed files

📝 src/Corsinvest.ProxmoxVE.Admin.Core/BuildInfo.cs (+2 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.Core/Components/CronEditor.razor (+26 -26)
📝 src/Corsinvest.ProxmoxVE.Admin.Core/Components/CronEditor.razor.cs (+11 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.Core/Components/InfoScheduler.razor (+7 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.Core/Components/MarkdownEditor.razor (+5 -2)
📝 src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/Components/Widgets/Memo/Render.razor (+1 -1)

📄 Description

Summary

  • CronEditor: replace expand button with schedule icon; click on textbox toggles popup editor; hover shows tooltip with schedule description and next occurrence (hidden when popup is open)
  • MarkdownEditor: add Placeholder and Style parameters
  • InfoScheduler: use InfoIcon component instead of inline text for next execution info
  • BuildInfo: make TestingExpirationMonths private, change value from 3 to 1
  • Memo/Render.razor: self-closing tag whitespace fix

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Corsinvest/cv4pve-admin/pull/171 **Author:** [@franklupo](https://github.com/franklupo) **Created:** 2/18/2026 **Status:** ✅ Merged **Merged:** 2/18/2026 **Merged by:** [@franklupo](https://github.com/franklupo) **Base:** `main` ← **Head:** `feat/core-ux-improvements` --- ### 📝 Commits (1) - [`9d78da2`](https://github.com/Corsinvest/cv4pve-admin/commit/9d78da25b8b084a28d87b81b80e2d9852a485cdd) feat: CronEditor tooltip+popup UX, MarkdownEditor Placeholder/Style, InfoScheduler icon, minor fixes ### 📊 Changes **6 files changed** (+52 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `src/Corsinvest.ProxmoxVE.Admin.Core/BuildInfo.cs` (+2 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.Core/Components/CronEditor.razor` (+26 -26) 📝 `src/Corsinvest.ProxmoxVE.Admin.Core/Components/CronEditor.razor.cs` (+11 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.Core/Components/InfoScheduler.razor` (+7 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.Core/Components/MarkdownEditor.razor` (+5 -2) 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/Components/Widgets/Memo/Render.razor` (+1 -1) </details> ### 📄 Description ## Summary - **CronEditor**: replace expand button with schedule icon; click on textbox toggles popup editor; hover shows tooltip with schedule description and next occurrence (hidden when popup is open) - **MarkdownEditor**: add `Placeholder` and `Style` parameters - **InfoScheduler**: use `InfoIcon` component instead of inline text for next execution info - **BuildInfo**: make `TestingExpirationMonths` private, change value from 3 to 1 - **Memo/Render.razor**: self-closing tag whitespace fix --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 17:37:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-admin#163
No description provided.