feat(FN-4169): wrap plugin detail errors in PluginManager

Wraps plugin detail errors in PluginManager with proper error boundaries, accompanied by 32 lines of new test coverage. The CSS change is a single token addition.

Fusion-Task-Id: FN-4169
This commit is contained in:
Fusion
2026-05-12 22:20:52 -07:00
committed by gsxdsm
parent 6417f00e9d
commit 1aa9c6c01f
2 changed files with 33 additions and 0 deletions

View File

@@ -183,6 +183,7 @@
text-overflow: clip;
white-space: normal;
overflow-wrap: anywhere;
word-break: break-word;
}
.plugin-detail-content {