From 3cbdb48fd28b485208a05e8c63fad983e1fecb91 Mon Sep 17 00:00:00 2001 From: Mikhail Yenuchenko Date: Tue, 4 Aug 2026 13:02:49 +0300 Subject: [PATCH] docs: note the Applications layout fix in the CHANGELOG The change itself landed in d35b309, which swept up an unrelated tree while the layout work was still in progress, so its message says nothing about Applications. Splitting that commit would mean rewriting a branch already pushed to origin; the entry here stands in for it instead. Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 748ac91..253309d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,15 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); version the longest unbreakable run it holds, and email addresses have nothing to break on. Timestamps are exempt and stay on one line. +- panel: the Applications list on a domain page no longer comes apart. It was a + four-column table whose last column held six controls, two of them expanding + panels with textareas — far more than the width of a column, so the controls + broke into a staircase, the login cell grew into a block as tall as the row, + and the two text columns were left stranded on the baseline halfway down it. + An application is now a block rather than a row: the login on one line, mode + and addresses on the next, and the controls in a single wrapping row, with an + opened panel claiming the full width for its fields. + ## [0.3.0] - 2026-08-03 ### Fixed