Go to file
Yoga Pangestu d91ec8869e refactor: replace tooltip buttons with row actions component in supplier and role columns
feat: implement delete confirmation dialog component for better UX

refactor: update supplier and role index pages to utilize new form dialog and delete confirm dialog components

feat: add reusable form dialog component for creating and editing entities

feat: introduce filter popover component for enhanced filtering options in data tables

feat: create image preview button component for displaying images with modal preview

feat: add page header component for consistent page layout

feat: implement row actions component for handling actions on table rows

feat: add status badge component for displaying entity statuses

feat: create toggle status component for easily toggling entity states

feat: implement draft save hook for auto-saving form data

feat: add server table hook for managing server-side pagination and filtering

feat: create utility functions for formatting dates and numbers

feat: add constants for month names and measurement units
2026-08-02 23:40:12 +07:00
.github initial commit 2026-07-28 17:40:38 +07:00
app feat: implement restock management functionality 2026-08-02 22:34:10 +07:00
bootstrap refactor: apply consistent formatting and organization across multiple files 2026-07-31 23:16:34 +07:00
config fix: update timezone to Asia/Jakarta and adjust date formatting in attendance component 2026-08-02 15:07:04 +07:00
database feat: implement restock management functionality 2026-08-02 22:34:10 +07:00
public feat: add PWA support with manifest and service worker registration 2026-07-30 22:23:41 +07:00
resources refactor: replace tooltip buttons with row actions component in supplier and role columns 2026-08-02 23:40:12 +07:00
routes feat: implement restock management functionality 2026-08-02 22:34:10 +07:00
storage initial commit 2026-07-28 17:40:38 +07:00
tests feat: implement restock management functionality 2026-08-02 22:34:10 +07:00
.editorconfig initial commit 2026-07-28 17:40:38 +07:00
.env.example initial commit 2026-07-28 17:40:38 +07:00
.gitattributes initial commit 2026-07-28 17:40:38 +07:00
.gitignore initial commit 2026-07-28 17:40:38 +07:00
.npmrc initial commit 2026-07-28 17:40:38 +07:00
.prettierignore initial commit 2026-07-28 17:40:38 +07:00
.prettierrc initial commit 2026-07-28 17:40:38 +07:00
artisan initial commit 2026-07-28 17:40:38 +07:00
components.json refactor: update UI components for improved styling and functionality 2026-07-28 19:10:20 +07:00
composer.json feat: add push notification functionality and service worker 2026-08-01 11:36:20 +07:00
composer.lock feat: add push notification functionality and service worker 2026-08-01 11:36:20 +07:00
eslint.config.js initial commit 2026-07-28 17:40:38 +07:00
package-lock.json Add tests for CheckAttendancePenaltiesJob to validate attendance penalties logic 2026-07-31 11:13:46 +07:00
package.json feat: add Combobox component with input, trigger, and clear functionalities 2026-08-01 02:11:00 +07:00
phpstan.neon initial commit 2026-07-28 17:40:38 +07:00
phpunit.xml initial commit 2026-07-28 17:40:38 +07:00
pint.json initial commit 2026-07-28 17:40:38 +07:00
pnpm-lock.yaml feat: add Combobox component with input, trigger, and clear functionalities 2026-08-01 02:11:00 +07:00
pnpm-workspace.yaml initial commit 2026-07-28 17:40:38 +07:00
tsconfig.json feat: add push notification functionality and service worker 2026-08-01 11:36:20 +07:00
vite.config.ts feat: add push notification functionality and service worker 2026-08-01 11:36:20 +07:00