From fea54bf883d90947fad98c68800d6144e7dc3910 Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Tue, 8 Apr 2025 00:37:19 +0800 Subject: [PATCH] feat:update modal survey,fix ui --- .../agenda-setting/calender-view.tsx | 4 +- .../agenda-setting/event-modal.tsx | 15 +- .../content/audio/components/table-audio.tsx | 10 +- .../content/image/components/table-image.tsx | 12 +- .../content/teks/components/table-teks.tsx | 10 +- .../content/video/components/table-video.tsx | 10 +- .../components/pressrilis-table.tsx | 1 - app/[locale]/(protected)/dashboard/page.tsx | 2 +- .../(public)/image/detail/[slug]/page.tsx | 8 +- .../(public)/indeks/detail/[slug]/page.tsx | 281 +++++++++-- app/[locale]/(public)/indeks/page.tsx | 118 ++++- app/[locale]/(public)/schedule/page.tsx | 450 +++++++++++++----- components/landing-page/hero.tsx | 261 +++++++++- components/partials/auth/login-form.tsx | 150 +++++- lib/menus.ts | 56 +-- public/assets/survey.jpg | Bin 0 -> 136051 bytes service/auth.ts | 21 +- service/http-config/axiosInstanceJson.ts | 12 + .../http-config/http-interceptor-service.ts | 20 + 19 files changed, 1181 insertions(+), 260 deletions(-) create mode 100644 public/assets/survey.jpg create mode 100644 service/http-config/axiosInstanceJson.ts diff --git a/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx b/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx index 7068813f..50a4f638 100644 --- a/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx +++ b/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx @@ -581,7 +581,7 @@ const CalendarView = ({ categories }: CalendarViewProps) => { {roleId == 3 || roleId == 11 || roleId == 2 || roleId == 12 ? ( diff --git a/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx b/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx index f69da9a3..b65789cb 100644 --- a/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx +++ b/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx @@ -775,7 +775,7 @@ const EventModal = ({ checked={wilayahPublish.semua} onCheckedChange={() => toggleWilayah("semua")} /> -