mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
f6c8172676
- Introduced a script-scoped list for managing Apps Script Variables data. - Updated the ListView to bind its ItemsSource to the new data list. - Enabled sorting for Key and Value columns in the Apps Script Variables ListView. - Improved item addition and removal logic to interact with the data list directly. - Ensured header checkbox state updates correctly after modifications to the data list.