Further modularization of HealBot codebase by splitting core logic into dedicated controller and view components

This commit is contained in:
Bluewhale1337
2026-06-25 19:33:48 +02:00
parent 786e5d66df
commit 3ae3f26f77
12 changed files with 2429 additions and 2453 deletions
+21 -15
View File
@@ -1,17 +1,24 @@
## Interface: 11200
## Title: HealBotBlue
## Version: 1.3
## Author: Bluewhale
## Notes: Adds panel with skinable bars for healing and decursive
## SavedVariables: HealBot_Config
..\..\FrameXML\Fonts.xml
..\..\FrameXML\OptionsFrameTemplates.xml
..\..\FrameXML\UIPanelTemplates.xml
..\..\FrameXML\UIDropDownMenu.xml
HealBot_Error.xml
HealBot_Model.lua
HealBot.xml
HealBot_Action.xml
## Interface: 11200
## Title: HealBotBlue
## Version: 1.3
## Author: Bluewhale
## Notes: Adds panel with skinable bars for healing and decursive
## SavedVariables: HealBot_Config
..\..\FrameXML\Fonts.xml
..\..\FrameXML\OptionsFrameTemplates.xml
..\..\FrameXML\UIPanelTemplates.xml
..\..\FrameXML\UIDropDownMenu.xml
HealBot_Error.xml
HealBot_Model.lua
HealBot_Controller_Range.lua
HealBot_Controller_Comms.lua
HealBot_Controller_Aura.lua
HealBot_Controller_Spells.lua
HealBot_Controller_Events.lua
HealBot.xml
HealBot_View_Layout.lua
HealBot_View_Tooltip.lua
HealBot_Action.xml
HealBot_Options.xml
HealBot_Options_General.xml
HealBot_Options_Spells.xml
@@ -20,4 +27,3 @@ HealBot_Options_CDC.xml
HealBot_Options_Skins.xml
HealBot_Options_Buffs.xml
HealBot_Options_Chat.xml