User Interface :
- Mengkonsistenkan
color & font weight heading
- Mempercantik
box shadow
- Mempercantik
button light
- Mengganti
background workspace
- Mengganti
background register
- Memberikan
transition item dropdown
- Memberikan
transition item aside menu
Fixed :
- Memperbaiki form
validation
Files Updated :
app/Http/Requests/Register/EmailRequest.php
- public/assets/
css/app.css
- public/assets/svg/etc/
Register-Bg.svg
- public/assets/svg/etc/
Workspace-Bg.svg
- resources/views/
layouts/footer.blade.php
- resources/views/auth/
login.blade.php
- resources/views/auth/passwords/
email.blade.php
- resources/views/auth/passwords/
reset.blade.php
- resources/views/auth/
twofactor.blade.php
- resources/views/auth/
verify.blade.php
- resources/views/
dashboard/index.blade.php
- resources/views/register/
email.blade.php
- resources/views/register/
success.blade.php
- resources/views/setting/
my-profile.blade.php
- resources/views/setting/
setting-account.blade.php
- resources/views/setting/
twofactor-enable.blade.php
Fixed :
- Memperbaiki bug minor
authentication
- Update
is_blocked
Files Updated :
- app/Http/Controllers/Auth/
ForgotPasswordController.php
- app/Http/Controllers/Auth/
LoginController.php
- app/Http/Requests/Register/
EmailRequest.php
- app/Models/
DiseaseHistory.php
- app/Models/
TwoFactorMember.php
- app/Models/
DiseaseHistory.php
- app/Models/
Registrant.php
- Menghapus file app/Models/
Attachment.php
- Menghapus file app/Models/
Family.php
- Menghapus file app/Models/
Guardian.php
- Menghapus file app/Models/
Identity.php
- Menghapus file app/Models/
Personal.php
Fixed :
- Menambahkan
validation
- Update
status
orang tua
Files Updated :
- app/Http/Requests/Register/
EmailRequest.php
- app/Http/Requests/Register/
PersonalRequest.php
- resources/views/register/data/
personal.blade.php
New Features :
- Menambahkan module
authentication
- Menambahkan module
form register
- Menambahkan module
psb
Files Updated :
- app/Http/
Controllers/...
- app/Http/
Requests/...
- app/Http/
Traits/...
- app/
Helpers/...
- app/
Models/...
- app/
Notifications/...
- app/Providers/
ViewServiceProvider.php
- app/Http/Middleware/
TwoFactor.php
- app/Http/Middleware/
BlockedActiveKbm.php
- app/Http/Middleware/
AcademicYear.php
- database/
migrations/...
- database/
seeders/...
- public/
assets/...
- public/
vendor/...
- resources/
views/...
- routes/
web.php