This website requires JavaScript.
Explore
Help
Sign In
dst
/
store
Watch
1
Star
0
Fork
0
You've already forked store
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
c22252f44c
store
/
resources
/
js
/
pages
/
admin
/
account
History
Yoga Pangestu
15691a97c4
feat: implement NumberInput and DecimalInput components and reorganize form input imports
2026-06-13 15:00:22 +07:00
..
Appearance.vue
Enhance type safety in Appearance and Profile components by updating function signatures to use specific types. In Appearance.vue, change the parameter type of onAppearanceChange to AcceptableValue, ensuring only valid values are processed. In Profile.vue, add preserveScroll option to the form submission for improved user experience during profile updates.
2026-06-12 16:02:48 +07:00
Password.vue
Refactor form error handling in various components to utilize a centralized formErrors function. This change improves code consistency and readability by standardizing error message retrieval across LoginForm, CashTransactionFormModal, EmployeeAdvanceFormModal, ExpenseFormModal, and others. Update error handling in fields for better user feedback.
2026-06-12 16:00:03 +07:00
Profile.vue
feat: implement NumberInput and DecimalInput components and reorganize form input imports
2026-06-13 15:00:22 +07:00