Commit d21a135
committed
Merge branch 'develop'
* develop: (41 commits)
Fix styling
Refactor CodeEditor component: Add methods for custom styles, themes, and minimum height configuration
Add custom code editor component with theme support
Implement code changes to enhance functionality and improve performance
Add GuardPageTrait: Implement access control logic for permission checking
Refactor LicenseManager: Update endpoint handling and add support email retrieval method
Enhance license verification: Prioritize offline verification and cache results for improved efficiency
Refactor LicenseManager: Move getLicenseKey method to public scope and remove duplicate private method
Bugfix: Refactor navigation data processing to improve clarity and efficiency in getNavigation method
Add user menu items for version display and configure action alignment in CmsPanelProvider
Refactor LicenseCheck middleware to improve alert creation by chaining methods for type and size.
Fix styling
Refactor findByRoutePatternWithLangId method to use whereRaw for improved query safety
Add language management functionality to ImportDataService
Refactor SampleSeeder to streamline featured blogs configuration, enhance route handling in Content entity, and improve ImportDataService for language management and route upsertion.
Refactor sidebar close button icon, remove unnecessary whitespace in AboutIndex, update BlogCardItem excerpt to use property, streamline BlogIndex pagination logic, enhance CaseStudyIndex layout by adjusting column sizes and removing sidebar elements.
Update image asset paths from 'image' to 'images' in blogrock and know-press templates
Refactor blog paths in seeders and templates to use 'blog-management' instead of 'blogs'
Add new templates for Blog, Case Study, Contact, and Home pages
Fix styling
...File tree
115 files changed
+2385
-859
lines changed- bin
- config
- database/seeders
- docs/getting-started
- resources
- dist
- components
- js/components
- views
- components/filament
- sidebar
- topbar
- filament/forms/components
- routes
- src
- Base/Filament/Resources/Pages
- Commands
- Exports/Exporters
- Fields/Mixins
- Filament
- Concerns
- Forms/Components
- Pages
- Resources
- Helpers
- Helpers
- Http/Middleware
- ImportData/Entities
- Licensing
- Models
- Observers
- Services
- View/Components/Filament
- Resources
- stubs
- SampleAssets
- Assets/Images/Icon
- Views/Themes
- Blogrock
- KnowPress
- Manifest
- SampleTemplates
- blogrock
- know-press
- manifest
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
115 files changed
+2385
-859
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments