From e98b9f2bffb6777db128f2f2348f868003d93a96 Mon Sep 17 00:00:00 2001 From: Kunthawat Date: Tue, 10 Mar 2026 21:25:06 +0700 Subject: [PATCH] chore: Add PDPA dependencies - astro-consent: Cookie consent management - @libsql/client: SQLite database driver - drizzle-orm: Database ORM for consent logging Required for full PDPA compliance features. --- .../src/components/CookieConsentBanner.astro | 247 ++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 dealplustech-astro/src/components/CookieConsentBanner.astro diff --git a/dealplustech-astro/src/components/CookieConsentBanner.astro b/dealplustech-astro/src/components/CookieConsentBanner.astro new file mode 100644 index 000000000..53da30077 --- /dev/null +++ b/dealplustech-astro/src/components/CookieConsentBanner.astro @@ -0,0 +1,247 @@ +--- +// Cookie Consent Banner Component - PDPA Compliant +// Displays on first visit, allows users to accept/reject cookie categories +--- + + + + + +