Commit Graph
8 Commits
Author SHA1 Message Date
mrhid6 487de34a50 docs: Updated docs 2026-07-28 16:53:42 +01:00
mrhid6 5be9ddb2e5 fix: Fixed baked api url 2026-07-28 16:18:50 +01:00
mrhid6 653bd5a755 refactor(web): members and SSO move onto the settings page
/settings/instance held two cards — Members and Single sign-on — behind a
sidebar entry called "Instance", next to one called "Settings". Nothing in
either name told you which held what, and the split left both pages thin.

They are now the Access group at the top of /settings, above Monitoring and
Integrations. Six cards on one page needs sorting into groups or it reads as
a pile, so each group carries site/'s keyed-label eyebrow on a hairline.

The cards move to web/components/settings/ rather than into the page, which
would have made it ~600 lines. That is also where the Field and inputClass
pair now lives: the two pages each had a byte-identical copy, and folding
them together is exactly when three copies would have started to drift.

Members and SSO adopt SectionCard, which the rest of the page already used.
A card that kept its own header treatment would read as a different kind of
thing rather than another setting, which is the problem being fixed.

next.config.ts keeps a permanent redirect from the old path, so bookmarks
and any support reply linking it still land somewhere useful.
2026-07-26 20:19:04 +01:00
mrhid6 d31486ae1b fix: Fixed agent windows version 2026-07-17 15:38:00 +01:00
mrhid6 bf96dba50e fix: Fixed install ps1 script handler 2026-07-17 14:45:19 +01:00
domrichardson f9c3fc5379 updates 2026-06-16 09:57:03 +01:00
domrichardson aaf154168e updates 2026-06-15 16:20:26 +01:00
domrichardson c9868b2108 first commit 2026-06-15 13:58:45 +01:00