Skip to content

feature: plugin rollout state, custom modes in server form, rich push, maps soft delete - #560

Merged
lukepolo merged 7 commits into
mainfrom
bug/plugins
Aug 19, 2026
Merged

feature: plugin rollout state, custom modes in server form, rich push, maps soft delete#560
lukepolo merged 7 commits into
mainfrom
bug/plugins

Conversation

@lukepolo

@lukepololukepolo commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Three things the directory got wrong once a plugin was actually installed:
- Install records intent and the nodes converge on their own, so a rollout
part-way through is not waiting on anyone -- but the page kept offering a
primary Install button until every node had it. Once the request is on record
it reports the state instead, taken from what the nodes report rather than the
catalog's install_state, which would sit still while the rollout moved. The
count moves below it and a failed node gets a Retry.
- The configure button opened addons/<runtime>/configs/plugins, which a
framework only writes once a plugin has run, so a freshly installed plugin
landed on "this directory doesn't exist yet". It opens the config file the
catalog names, else where the release unpacks to.
- The guidelines switch is replaced by the fact when 5stack Ranks is on, since
ranks turns the same setting off and the risk is against the account rather
than one server.
A mode's plugin list links each plugin to its page in a new tab, so working out
what belongs in a mode does not cost an unsaved selection.
@lukepololukepolo changed the title chore: improve plugin uxfeat: plugin rollout state, custom modes in server form, rich push, maps soft deleteAug 19, 2026
@lukepololukepolo changed the title feat: plugin rollout state, custom modes in server form, rich push, maps soft deletefeature: plugin rollout state, custom modes in server form, rich push, maps soft deleteAug 19, 2026
@lukepolo
lukepolo merged commit 15f87c6 into mainAug 19, 2026
1 check failed
@lukepolo
lukepolo deleted the bug/plugins branch August 19, 2026 20:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@lukepolo