Migrate the ~9 inline ff-dialog usages scattered across pages and components to the universal modal system. These are raw ff-dialog elements defined directly in page templates, toggled by data properties.
Known locations:
pages/application/DeviceGroups.vue
pages/application/PipelineStage/form.vue
pages/admin/Settings/General.vue
pages/admin/Template/sections/Environment.vue
pages/device/Settings/General.vue
pages/team/DeviceGroups/index.vue
components/DevicesBrowser.vue
components/expert/components/ExpertChatInput.vue
components/file-browser/FileBrowser.vue
Part of #8144, #8122.
Migrate the ~9 inline
ff-dialogusages scattered across pages and components to the universal modal system. These are rawff-dialogelements defined directly in page templates, toggled by data properties.Known locations:
pages/application/DeviceGroups.vuepages/application/PipelineStage/form.vuepages/admin/Settings/General.vuepages/admin/Template/sections/Environment.vuepages/device/Settings/General.vuepages/team/DeviceGroups/index.vuecomponents/DevicesBrowser.vuecomponents/expert/components/ExpertChatInput.vuecomponents/file-browser/FileBrowser.vuePart of #8144, #8122.