Commit Graph

9 Commits

Author SHA1 Message Date
b5db913c24 Add demo mode restrictions to user operations.
Added functionalities to restrict certain user operations like update, password change, and deletion in demo mode. This is done to prevent demo users from modifying crucial data. Helper methods are created for standard re-usable checks. Also, Blade directive is added for frontend UI demo checks.
2023-12-05 00:53:04 +06:00
ebc2dfd944 Update copyright link in footer.
The copyright link in the footer of the private layout app has been updated in this revision. Previously, it was pointing to a Github account, kor-elf. It is now pointing to the actual repository, which now resides on git.kor-elf.net. In addition to this, the full name of the owner, Leonid Nikitin (kor-elf), has been added for better transparency and clarity.
2023-12-04 22:46:37 +06:00
8f143c031f Fixed warning in analysis PHP Storm. 2023-08-01 23:40:10 +06:00
3e18ca6510 Fixed warning in analysis PHP Storm. 2023-08-01 23:38:09 +06:00
52c6fd88d7 Added the ability to manage users. 2023-08-01 22:04:35 +06:00
ec5be8167e Add @stack('scripts') to main layout. 2023-07-12 23:23:51 +06:00
d10cc8603e The color of the links in the footer was changed from primary (probably blue) to gray-700 (dark gray) to improve readability against the white background. The change affects the link to the author's Github page and the link to the Volt - Bootstrap 5 Dashboard Template product page. 2023-07-12 22:53:27 +06:00
a3fa966643 Adjusted padding in sidebar for large screens. 2023-07-10 23:12:38 +06:00
398f5e2097 Added necessary template files and view components for scaffolding of the private area of the application. This includes error and success message components for efficient handling of user feedback messages. Added navigation components and dashboard structure to the private layout. This will streamline the implementation of features in the private area and ensure a consistent user interface. 2023-07-07 00:03:03 +06:00