diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 12ceec1a..c9eff48d 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -14,7 +14,7 @@ a more complete list of code changes can be found [in the git repo](https://gith ### new/updated - **new "ComponentsV2" format for system/member/group cards and help menu** (use -show-embed or -se flag to get the old view) - [we have written a blog post giving some context behind this change](/posts/2025-09-08-components-v2/) - please read this also! - - a config option to toggle showing color codes on the new cards was also added as `pk;config show color` + - color codes are now hidden by default on cards, and a config option to show them again was added: `pk;config show color on` - **new status page at ** - replies to commands can now be deleted forever (previously 24h) - logclean support for [Zeppelin](https://zeppelin.gg/) bot diff --git a/docs/content/command-list.md b/docs/content/command-list.md index dd50f0d0..80abf707 100644 --- a/docs/content/command-list.md +++ b/docs/content/command-list.md @@ -148,6 +148,7 @@ You can have a space after `pk;`, e.g. `pk;system` and `pk; system` will do the - `pk;config split IDs [on|off]` - Toggles whether to display 6-letter IDs with a hyphen, to ease readability. - `pk;config capitalize IDs [on|off]` - Toggles whether to display IDs as capital letters, to ease readability. - `pk;config pad IDs [left|right|off]` - Toggles whether to pad (add a space) 5-character IDs in lists. +- `pk;config show color [on|off]` - Toggles whether to show color codes in system/member/group cards - `pk;config proxy switch [new|add|off]` - Toggles whether to log a switch whenever you proxy as a different member (or add member to recent switch in add mode). - `pk;config name format [format]` - Changes your system's username formatting. - `pk;config server name format [format]` - Changes your system's username formatting for the current server. diff --git a/docs/content/posts/2025-09-08-components-v2.md b/docs/content/posts/2025-09-08-components-v2.md index 29f67155..70384499 100644 --- a/docs/content/posts/2025-09-08-components-v2.md +++ b/docs/content/posts/2025-09-08-components-v2.md @@ -61,6 +61,16 @@ the entire card, which can be split however we like. this means that once the old embed-based cards are removed, we will be able to raise the description character limit! +### where'd the color codes go? + +one of the design choices we made for the new system/member/group cards was +to hide the hex color codes by default - this has been a near-constantly +requested feature, and the Components V2 rework gave us a good opportunity +to implement it. + +we added a configuration toggle for this - if you *do* want to see the hex +codes for colors, you can use `pk;config show color on` to re-enable them. + ### other small improvements - Components V2 allows us to use real code blocks in the card footers for