From 58ac4ee7431224d48aec555618890f258e7f98ef Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 18 Apr 2026 00:02:25 +0200 Subject: [PATCH] Update CHANGELOG to remove UI flow consistency details Removed UI flow consistency section from CHANGELOG. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1623a7..023e30a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -244,8 +244,6 @@ This release also consolidates significant work on the core ProxMenux scripts. - **Intel / AMD GPU tools** kept in sync with the new shared patterns - **Hardware & graphics menu** restructured for consistency with the rest of ProxMenux -### UI flow consistency -All recently-touched scripts follow the unified `msg_info` / `stop_spinner` / `show_proxmenux_logo` pattern between dialog menus and during the main execution phase, resulting in cleaner screen transitions and no more spinner artifacts over dialogs. ---