feat: offline copy changes#2627
Conversation
- Purpose: normalize user-facing status copy from "off-line" to "offline" across the web UI. - Before: the array stop helper text, offline usage-bar state, and device status label used the hyphenated spelling "off-line". - Problem: the wording was inconsistent with the rest of the UI and read like a typo in the affected screens. - Change: replace those strings with "offline" in the three affected views/helpers. - How: update the static copy in ArrayOperation, the offline usage-bar fallback in Helpers, and the stopped-array status text in nchan/update_2.
- Purpose: normalize remaining array state helper copy from "on-line" to "online". - Before: ArrayOperation start-state helper text used the hyphenated form "on-line" across multiple stopped-array paths. - Problem: the wording was inconsistent with the rest of the UI and did not match the earlier offline normalization. - Change: replace all user-facing "on-line" strings in ArrayOperation with "online". - How: update the start-action helper text for configuration-valid, parity-check, disk-clear, rebuild, and related array start states.
This reverts commit ab5e8d8.
This reverts commit 6064124.
This reverts commit 718037c.
This reverts commit b8080f5.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThree files updated with consistent spelling conventions for offline/online terminology in UI display strings. Replaced hyphenated forms ("off-line," "on-line") with unhyphenated versions ("offline," "online") across array operation messages, filesystem state labels, and device status rendering. No functional or control flow changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
🔧 PR Test Plugin AvailableA test plugin has been generated for this PR that includes the modified files. Version: 📥 Installation Instructions:Install via Unraid Web UI:
Alternative: Direct Download
|
Summary by CodeRabbit