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
869866beaf
store
/
resources
/
js
History
Yoga Pangestu
869866beaf
refactor: remove automatic toast notification when restoring cart draft items
2026-06-13 12:18:07 +07:00
..
components
refactor: remove automatic toast notification when restoring cart draft items
2026-06-13 12:18:07 +07:00
composables
Refactor ExpenseFormModal and CategoryFormModal to utilize useFormDialog for improved form handling. Replace MediaImageUpload with ImageUploadField for photo uploads, enhancing user experience. Remove unused ImageUploadField component to streamline codebase.
2026-06-12 16:27:45 +07:00
layouts
Refactor AccountLayout and Appearance components for improved UI. Remove redundant labels and enhance button functionality to display processing state during form submission.
2026-06-11 18:43:49 +07:00
lib
Refactor order management to remove marketplace fee handling. Update OrderRequest, Order model, and related services to utilize marketplace settings snapshot instead. Adjust frontend components and TypeScript types accordingly for consistency in order processing.
2026-06-13 00:56:24 +07:00
pages
refactor: standardize code formatting and update catalog section descriptions in master inventory pages
2026-06-13 12:03:52 +07:00
types
Refactor marketplace settings to use structured fee rules. Update MarketplaceRequest, MarketplaceService, and MarketplaceSettings to handle fees as arrays with scope and value type. Enhance frontend components to accommodate new fee structure and validation logic for improved user experience.
2026-06-13 01:20:12 +07:00
app.ts
Add thermal printer integration with USB and Bluetooth support. Implement receipt printing functionality using @point-of-sale libraries. Create UI components for printer connection management and order receipt printing. Update OrderStatus and app settings to accommodate new features.
2026-06-12 14:52:54 +07:00