Refactors application management to a new module

Moves ListView manipulation, BYO application import/export, and copy task logic from the main UI script and core UI module into a new `FFUUI.Core.Applications` module.

This improves code organization and modularity for application-related features.
This commit is contained in:
rbalsleyMSFT
2025-06-13 11:53:14 -07:00
parent d1835c5c06
commit 2e9a7265e9
4 changed files with 365 additions and 360 deletions
@@ -67,6 +67,7 @@ RequiredModules = @('..\FFU.Common\FFU.Common.psd1')
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('FFUUI.Core.Shared.psm1',
'FFUUI.Core.Applications.psm1',
'FFUUI.Core.Drivers.psm1',
'FFUUI.Core.Drivers.Dell.psm1',
'FFUUI.Core.Drivers.HP.psm1',