From 2c592059bcbd759bdd02af70a4598dac946368a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 19 Dec 2023 18:57:37 +0100 Subject: [PATCH] extensions-app: Use property bindings in row Now that extensions are represented as GObjects, we can update the UI via property bindings instead of manually handling the logic in the code. Part-of: --- .../extensions-app/data/ui/extension-row.ui | 32 +++++++++++++++++-- subprojects/extensions-app/js/extensionRow.js | 31 ++++-------------- 2 files changed, 37 insertions(+), 26 deletions(-) diff --git a/subprojects/extensions-app/data/ui/extension-row.ui b/subprojects/extensions-app/data/ui/extension-row.ui index 5208a9aa6..f7fb69fe8 100644 --- a/subprojects/extensions-app/data/ui/extension-row.ui +++ b/subprojects/extensions-app/data/ui/extension-row.ui @@ -2,12 +2,21 @@