From a58ddc6146d082e95e366f58b7a796db480250a5 Mon Sep 17 00:00:00 2001 From: June Date: Mon, 9 Jun 2025 18:33:10 +0200 Subject: [PATCH 01/15] other: add GNOME 48.2 panel source code file to .eslintignore --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 2b884b5..524273b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,3 +4,4 @@ /docs/panel_45.0_2023-09-26.js /docs/panel_46.4_2024-09-11.js /docs/panel_47.rc_2024-09-12.js +/docs/panel_48.2_2025-06-08.js From 185a48c857aeadaca70bd66a80180459f821ac9c Mon Sep 17 00:00:00 2001 From: June Date: Mon, 9 Jun 2025 19:53:12 +0200 Subject: [PATCH 02/15] fix: use row title to make settings window not break for long item names Use the title of the PrefsBoxOrderItemRow (AdwActionRow) for the item name instead of a label in the prefix. Aside from generally being more correct, item names now wrap correctly, avoiding the settings window breaking (being cut off by default to the right with even the close button not showing, until resizing) with long item names. --- data/ui/prefs-box-order-item-row.ui | 6 ------ src/prefsModules/PrefsBoxOrderItemRow.js | 11 ++++------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/data/ui/prefs-box-order-item-row.ui b/data/ui/prefs-box-order-item-row.ui index 239ac55..0debab6 100644 --- a/data/ui/prefs-box-order-item-row.ui +++ b/data/ui/prefs-box-order-item-row.ui @@ -1,12 +1,6 @@