Commit Graph

8 Commits

Author SHA1 Message Date
sbwalker
50b2b80778 fix #5951 - add ISettingsControl declaration to Settings component 2026-03-26 18:38:59 -07:00
Shaun Walker
0d75e0f555 Revert "Revert "Rename client and server module services"" 2026-02-11 14:12:15 -05:00
Shaun Walker
171735fac4 Revert "Rename client and server module services" 2026-02-11 13:54:10 -05:00
Leigh Pointer
783d01bf9f Rename client and server module services
Rename the client service class to Client[Module]Service and the server service file to Server[Module]Service, updating all references accordingly. Updated DI registration in ClientStartup to register Client[Module]Service, and updated Edit.razor and Index.razor to inject and call Client[Module]Service instead of [Module]Service. This clarifies client vs server implementations and avoids naming collisions.
2026-02-06 18:31:58 +01:00
Leigh Pointer
0dc9382215 Move I[Module]Service to Shared/Interfaces
Extract the I[Module]Service interface out of Client/Services/[Module]Service.cs and add it as a new shared interface file at Internal/Shared/Interfaces/I[Module]Service.cs. The inline interface definition was removed from [Module]Service.cs so the service class now implements the shared contract, centralizing the interface for reuse across components.
2026-01-30 17:59:29 +01:00
sbwalker
50540b50aa use consistent folder names for external and internal templates 2025-11-14 14:27:35 -05:00
sbwalker
e2f02bcd4b resolve issues with internal templates 2025-11-14 14:19:24 -05:00
sbwalker
b976983a36 add internal module template to application template 2025-10-15 09:53:28 -04:00