mahdahar 2aa2ef50f2 feat: add v2 dashboards and server-side request pagination
Introduces v2 role routes/views and moves request list filtering, sorting, and pagination to the backend for better performance. Also switches shared pages to a generated Tailwind CSS bundle with supporting npm assets.
2026-04-02 13:02:29 +07:00

9 lines
178 B
CSS

@import "tailwindcss";
@plugin "daisyui" {
themes: corporate --default;
}
@source "../../app/Views/**/*.php";
@source "../../app/**/*.php";
@source "../../public/js/**/*.js";