This website requires JavaScript.
Explore
Help
Sign In
kor-elf
/
service-captcha
Watch
1
Star
0
Fork
0
You've already forked service-captcha
Code
Issues
Pull Requests
Packages
Projects
Releases
5
Wiki
Activity
79112680bd
service-captcha
/
resources
/
views
/
private
History
Leonid Nikitin
39eae7f196
Added a new feature to allow users to update their passwords.
2023-07-07 18:08:14 +06:00
..
components
/forms
This commit adds two new components for handling form inputs in the private section of the site. 'Form.php' provides a base class for forms with methods for retrieving request names. 'Input.php' extends this to handle input fields specifically, allowing title, name, type, and value to be specified. An associated Blade view 'input.blade.php' has been added to render these inputs in views. This helps in reusability and maintainability.
2023-07-07 00:05:38 +06:00
layout
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
profile
Added a new feature to allow users to update their passwords.
2023-07-07 18:08:14 +06:00