feat: add breadcrumb in admin area
- add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
Showing
- app/Authorization/FlatAuthorization.php 1 addition, 1 deletionapp/Authorization/FlatAuthorization.php
- app/Config/Routes.php 16 additions, 9 deletionsapp/Config/Routes.php
- app/Config/Services.php 10 additions, 0 deletionsapp/Config/Services.php
- app/Controllers/Admin/BaseController.php 1 addition, 1 deletionapp/Controllers/Admin/BaseController.php
- app/Controllers/Admin/Contributor.php 25 additions, 3 deletionsapp/Controllers/Admin/Contributor.php
- app/Controllers/Admin/Episode.php 16 additions, 2 deletionsapp/Controllers/Admin/Episode.php
- app/Controllers/Admin/Podcast.php 4 additions, 2 deletionsapp/Controllers/Admin/Podcast.php
- app/Controllers/Admin/User.php 11 additions, 2 deletionsapp/Controllers/Admin/User.php
- app/Database/Seeds/AuthSeeder.php 15 additions, 0 deletionsapp/Database/Seeds/AuthSeeder.php
- app/Entities/User.php 22 additions, 0 deletionsapp/Entities/User.php
- app/Helpers/breadcrumb_helper.php 28 additions, 0 deletionsapp/Helpers/breadcrumb_helper.php
- app/Helpers/svg_helper.php 0 additions, 0 deletionsapp/Helpers/svg_helper.php
- app/Language/en/Breadcrumb.php 22 additions, 0 deletionsapp/Language/en/Breadcrumb.php
- app/Language/en/Contributor.php 1 addition, 0 deletionsapp/Language/en/Contributor.php
- app/Language/en/MyAccount.php 1 addition, 1 deletionapp/Language/en/MyAccount.php
- app/Language/en/User.php 1 addition, 0 deletionsapp/Language/en/User.php
- app/Libraries/Breadcrumb.php 104 additions, 0 deletionsapp/Libraries/Breadcrumb.php
- app/Models/UserModel.php 4 additions, 1 deletionapp/Models/UserModel.php
- app/Views/_assets/styles/breadcrumb.css 20 additions, 0 deletionsapp/Views/_assets/styles/breadcrumb.css
- app/Views/_assets/styles/index.css 1 addition, 0 deletionsapp/Views/_assets/styles/index.css
Loading
-
mentioned in commit 8e19abd4
-
mentioned in commit 011a3319
-
mentioned in commit f3d005b4
-
mentioned in commit 37efd31c
-
mentioned in commit 24bf214c
-
mentioned in commit f877172d
-
mentioned in commit d25aaf57
-
mentioned in commit 551f3eb6
-
mentioned in commit be8ec094
-
mentioned in commit e6f1f6fc
-
mentioned in commit eebab2a1
-
mentioned in commit a734b111
-
mentioned in commit a5d17024
-
mentioned in commit 5ef30ba3
-
mentioned in commit acf5da9b
-
mentioned in commit 1c70baae
-
mentioned in commit 58c06d60
-
mentioned in commit fe3d6b9c
-
mentioned in commit 2d856e58
-
mentioned in commit 3e37283d
-
mentioned in commit 208f1728
-
mentioned in commit e736fb8f
-
mentioned in commit af3e6663
-
mentioned in commit 14733105
-
mentioned in commit d807ab97
-
mentioned in commit f9572e41
Please register or sign in to comment