feat(themes): add ViewThemes library to set views in root themes folder
app, admin, install and authentication views are now located in root themes/ folder
Showing
- app/Common.php 32 additions, 0 deletionsapp/Common.php
- app/Config/Autoload.php 2 additions, 0 deletionsapp/Config/Autoload.php
- app/Config/ViewComponents.php 6 additions, 8 deletionsapp/Config/ViewComponents.php
- app/Controllers/BaseController.php 5 additions, 8 deletionsapp/Controllers/BaseController.php
- app/Controllers/HomeController.php 1 addition, 0 deletionsapp/Controllers/HomeController.php
- app/Libraries/View.php 1 addition, 1 deletionapp/Libraries/View.php
- app/Libraries/ViewComponents/ComponentRenderer.php 11 additions, 11 deletionsapp/Libraries/ViewComponents/ComponentRenderer.php
- app/Libraries/ViewComponents/Config/ViewComponents.php 5 additions, 8 deletionsapp/Libraries/ViewComponents/Config/ViewComponents.php
- app/Libraries/ViewThemes/Config/Themes.php 24 additions, 0 deletionsapp/Libraries/ViewThemes/Config/Themes.php
- app/Libraries/ViewThemes/Theme.php 99 additions, 0 deletionsapp/Libraries/ViewThemes/Theme.php
- app/Views/Components/Button.php 1 addition, 1 deletionapp/Views/Components/Button.php
- app/Views/Components/Forms/Label.php 1 addition, 1 deletionapp/Views/Components/Forms/Label.php
- app/Views/Components/Forms/MarkdownEditor.php 1 addition, 1 deletionapp/Views/Components/Forms/MarkdownEditor.php
- app/Views/Components/Forms/MultiSelect.php 1 addition, 1 deletionapp/Views/Components/Forms/MultiSelect.php
- app/Views/Components/Forms/Select.php 1 addition, 1 deletionapp/Views/Components/Forms/Select.php
- app/Views/Components/Forms/Toggler.php 1 addition, 1 deletionapp/Views/Components/Forms/Toggler.php
- app/Views/Components/Forms/XMLEditor.php 1 addition, 1 deletionapp/Views/Components/Forms/XMLEditor.php
- app/Views/Components/Icon.php 1 addition, 1 deletionapp/Views/Components/Icon.php
- app/Views/components/.gitkeep 0 additions, 0 deletionsapp/Views/components/.gitkeep
- modules/Admin/Controllers/BaseController.php 5 additions, 8 deletionsmodules/Admin/Controllers/BaseController.php
Loading
Please register or sign in to comment