Commit Graph

  • 634073342b feat: improve error handling Ardeman 2025-03-12 19:25:36 +08:00
  • eb7cc04256 feat: enhance error handling in content forms with state management and toast notifications Ardeman 2025-03-12 19:23:46 +08:00
  • f026277a88 feat: add react-hot-toast in admin and news layouts, and update ads form handling Ardeman 2025-03-12 19:20:59 +08:00
  • 4a21b7d331 feat: integrate ads data into news banner and update loader to fetch ads Ardeman 2025-03-12 11:03:53 +08:00
  • 930d4b8459 feat: update API endpoint for ad creation and enhance InputFile component with category prop Ardeman 2025-03-12 10:57:48 +08:00
  • 56c31d7a20 refactor: update route type imports for admin actions and remove unused types Ardeman 2025-03-12 10:41:21 +08:00
  • 70cbb134d8 feat: restructure ads mgmt by creating a new layout for ads creation and updating related schemas Ardeman 2025-03-12 09:47:21 +08:00
  • 90e2042a91 refactor: remove unused icon components and update menu to use new icons Ardeman 2025-03-12 08:52:23 +08:00
  • c5b611a300 feat: update AdvertisementsPage to use new icon and localized title, remove unused banner upload Ardeman 2025-03-12 08:48:03 +08:00
  • b9fb1112ae feat: add NewsPaymentPage component and error boundary for payment route fredy.siswanto 2025-03-12 00:06:43 +07:00
  • 56d9081b4f fix: change user status type from string to number and update badge rendering logic fredy.siswanto 2025-03-11 23:36:19 +07:00
  • 2c90d32a10 feat: add TColorBadge type and getStatusBadge function for status color management fredy.siswanto 2025-03-11 23:21:02 +07:00
  • 8a19529230 feat: add FlashMessage component for displaying temporary messages fredy.siswanto 2025-03-11 22:22:45 +07:00
  • d1b828bba1 feat: implement error boundaries for improved error handling across routes Ardeman 2025-03-11 23:04:29 +08:00
  • 2b253633a5 feat: add error boundary to handle route errors with detailed messages Ardeman 2025-03-11 22:56:30 +08:00
  • ea6462f3ea Merge remote-tracking branch 'origin/master' into feature/slicing fredy.siswanto 2025-03-11 17:10:33 +07:00
  • 6f0a21dde6 refactor: replace FormUpload with DialogUpload component for file uploads Ardeman 2025-03-11 10:42:33 +08:00
  • 07cced218e fix: update icon sizes in text editor menu bar for consistency Ardeman 2025-03-11 10:28:48 +08:00
  • 9a2d64eee4 fix: update ID display to show author's ID instead of content ID Ardeman 2025-03-11 10:15:56 +08:00
  • dfd1a46694 fix: update sidebar button styles for improved active state indication Ardeman 2025-03-11 06:30:47 +08:00
  • 4a188afc8f fix: replace standard button with Headless UI Button component in text editor Ardeman 2025-03-11 06:27:35 +08:00
  • 6ec8e5f2a2 fix: replace disabled state with loading state for buttons in upload and category forms Ardeman 2025-03-11 06:13:03 +08:00
  • 66bc731b07 fix: update button components to include loading state and improve styling in navbar and login page Ardeman 2025-03-11 06:08:20 +08:00
  • dbeec8acf3 Merge commit 'd3f0dac69f14c56ddc705844e3712819f096c70d' Ardeman 2025-03-11 06:01:52 +08:00
  • 8cddc82031 fix: add loading state to buttons in forms and update button styles Ardeman 2025-03-11 06:00:49 +08:00
  • a45a6fb87e fix: update button styles and variants for consistency across forms Ardeman 2025-03-11 05:51:16 +08:00
  • 438d1d40db Merge remote-tracking branch 'origin/master' into feature/slicing fredy.siswanto 2025-03-11 00:22:40 +07:00
  • 9a5bddef6a feat: add delete subscription plan and delete tags APIs with response validation fredy.siswanto 2025-03-11 00:21:09 +07:00
  • f97c79aaa9 feat: add length, price, and status fields to subscription plan schema and forms fredy.siswanto 2025-03-10 23:00:32 +07:00
  • d3f0dac69f feat: add create and update subscription plan APIs and corresponding forms fredy.siswanto 2025-03-10 19:34:51 +07:00
  • 7f7526783f fix: update dependency in EditorMenuBar to include imageUrl in useEffect Ardeman 2025-03-10 17:28:46 +08:00
  • 0f5b26c2b8 fix: remove max-height restriction from TextEditor component styling Ardeman 2025-03-10 17:14:27 +08:00
  • 60d11fbfa2 fix: replace standard input with Headless UI Input component in FormUpload Ardeman 2025-03-10 16:51:59 +08:00
  • 54a8a97c09 fix: encode URI components in API calls and links to ensure proper formatting Ardeman 2025-03-10 14:49:09 +08:00
  • 169f0166b8 fix: update upload handling to conditionally reset upload state based on category Ardeman 2025-03-10 14:32:32 +08:00
  • e93c0a8464 fix: increase maximum file size limit from 1MB to 10MB in FormUpload component Ardeman 2025-03-10 13:39:03 +08:00
  • ba83a6a025 fix: update InputFile component to conditionally reset uploaded file state based on upload status Ardeman 2025-03-10 13:37:50 +08:00
  • c70aa86be6 fix: update admin menu to replace icon for Subscribe Plan with DocumentCurrencyDollarIcon Ardeman 2025-03-10 12:34:43 +08:00
  • 2e13e11673 fix: add setUploadedFile to InputFile component for resetting uploaded file state Ardeman 2025-03-10 12:31:29 +08:00
  • aae10cf3bc fix: update InputFile component to use dynamic field name for setting uploaded file Ardeman 2025-03-10 12:26:56 +08:00
  • 9a0c6c1f0b feat: implement file upload functionality and enhance admin dashboard layout Ardeman 2025-03-10 12:21:08 +08:00
  • 8c2298ff61 Merge remote-tracking branch 'origin/master' into feature/slicing fredy.siswanto 2025-03-09 23:25:01 +07:00
  • 061f95d4e5 refactor: enhance UiTable styling and add header alignment for improved readability fredy.siswanto 2025-03-09 23:22:38 +07:00
  • de92703fbe refactor: implement user management API and update dashboard users page with new data table fredy.siswanto 2025-03-09 23:06:07 +07:00
  • a9a350fdb2 refactor: update subscription data loading and clean up unused imports in dashboard components fredy.siswanto 2025-03-09 20:23:26 +07:00
  • 4bc185434b fix: adjust padding in InputFile and Input components for better layout Ardeman 2025-03-09 21:20:29 +08:00
  • 4bb7a23795 feat: implement upload dialog in admin dashboard with context management Ardeman 2025-03-09 20:52:50 +08:00
  • f291290f55 refactor: handle 401 errors in staff and user data loading with logout headers Ardeman 2025-03-09 20:46:10 +08:00
  • e84c05d0a0 Merge commit '5b83c3f8dd8139c24ae4b6c288ab80ac08b43063' Ardeman 2025-03-09 20:23:04 +08:00
  • c7583413bb feat: add AdminContext for managing upload state in admin dashboard Ardeman 2025-03-09 20:22:48 +08:00
  • 5b83c3f8dd refactor: improve type definitions in UiTable, handle potential undefined data in SubscribePlanPage fredy.siswanto 2025-03-09 19:12:23 +07:00
  • 0f414f6963 refactor: update disabled button styles in EditorButton component for improved accessibility Ardeman 2025-03-09 15:46:10 +08:00
  • 2940057cb1 Merge remote-tracking branch 'origin/master' into feature/slicing fredy.siswanto 2025-03-09 14:42:52 +07:00
  • 9dca781d6d refactor: add Subscribe Plan menu item and implement subscription management pages fredy.siswanto 2025-03-09 14:40:55 +07:00
  • f17d64eb9b refactor: rename parameters in CategoriesPage for clarity Ardeman 2025-03-09 15:34:00 +08:00
  • 64bb369c59 refactor: update table component types and enhance admin menu with category and tag Ardeman 2025-03-09 15:31:10 +08:00
  • 422c9cbfe2 feat: add InputFile component for file uploads and integrate into FormContentsPage Ardeman 2025-03-09 15:14:57 +08:00
  • 3d13707359 refactor: update placeholder text for featured image input to clarify URL requirement Ardeman 2025-03-09 14:55:04 +08:00
  • 9f6c07c3de refactor: rename 'Konten' to 'Artikel' and add submenu for article management Ardeman 2025-03-09 14:54:18 +08:00
  • e7eda086e4 refactor: integrate autoplay functionality in Banner and enhance news data handling Ardeman 2025-03-09 14:32:04 +08:00
  • 550b16cfd3 refactor: update display of categories and tags with improved text size Ardeman 2025-03-09 13:44:04 +08:00
  • 0b3217407c refactor: adjust Navbar styles for improved button ring and text size Ardeman 2025-03-09 13:39:52 +08:00
  • 7afabdaa03 refactor: update news types and enhance news data handling in components Ardeman 2025-03-09 12:32:36 +08:00
  • 9f82779456 refactor: adjust spacing in CarouselSection and CategorySection for improved layout Ardeman 2025-03-09 12:00:10 +08:00
  • ee816b8db7 refactor: implement Tags component for improved tag display and update news types Ardeman 2025-03-09 11:56:57 +08:00
  • 1b6321f2bd refactor: update tag styling for improved visibility and consistency Ardeman 2025-03-09 11:39:14 +08:00
  • 4847ef2be3 refactor: enhance news handling and improve content display in various components Ardeman 2025-03-09 11:36:47 +08:00
  • bad5294030 refactor: remove accessToken from parameters in API requests for cleaner handling Ardeman 2025-03-09 10:36:38 +08:00
  • 9976626f97 refactor: remove accessToken from parameters in API requests for cleaner handling Ardeman 2025-03-09 10:34:25 +08:00
  • d38bf3a705 refactor: reorganize API imports and simplify parameter handling in various components Ardeman 2025-03-09 10:23:11 +08:00
  • 687e3c8d01 refactor: simplify loader function by removing cookie handling in tag update route Ardeman 2025-03-09 09:59:55 +08:00
  • 4554cca392 refactor: update loaderData imports in dashboard pages for consistency Ardeman 2025-03-09 09:57:26 +08:00
  • 05b3af8718 fix: update category selection logic to use code instead of id Ardeman 2025-03-09 09:50:18 +08:00
  • e2e3095c33 refactor: update loaderData usage in NewsCategoriesPage for improved clarity Ardeman 2025-03-09 09:49:06 +08:00
  • 5b94c6df91 refactor: simplify loaderData usage in dashboard categories and contents pages Ardeman 2025-03-09 09:44:41 +08:00
  • 634c809489 fix: allow end_date to be nullable in user response schema Ardeman 2025-03-09 09:41:11 +08:00
  • 0da2006e78 refactor: destructure loaderData in multiple components for cleaner code Ardeman 2025-03-09 09:32:51 +08:00
  • 09e5f84b8b style: update social share button styles for improved UI consistency Ardeman 2025-03-09 09:09:54 +08:00
  • ecd1900acc fix: update image aspect ratios in carousel and category sections fredy.siswanto 2025-03-09 06:46:46 +07:00
  • 0b6327e2fb feat: create NewsAuthor component and update news detail page fredy.siswanto 2025-03-08 21:29:39 +07:00
  • 06608c7b5d feat: add Instagram share button to social share component fredy.siswanto 2025-03-08 20:53:30 +07:00
  • 333fa32eda Merge remote-tracking branch 'origin/master' into feature/slicing fredy.siswanto 2025-03-08 20:36:43 +07:00
  • 1881032ed2 feat: implement social share buttons fredy.siswanto 2025-03-08 20:25:41 +07:00
  • aad67720c1 fix: correct TODO comment formatting in news detail loader Ardeman 2025-03-08 17:25:24 +08:00
  • f3be8138c4 feat: add meta title generation for news detail page Ardeman 2025-03-08 17:24:53 +08:00
  • 46e009f888 feat: update news detail page to display author's avatar and name fredy.siswanto 2025-03-08 15:01:52 +07:00
  • 6e858f1860 feat: add reading time calculation to news detail page Ardeman 2025-03-08 15:34:38 +08:00
  • be63337024 fix: correct button label and table title in TagsPage component Ardeman 2025-03-08 15:25:20 +08:00
  • 4b61fd9501 feat: enhance navbar and news detail page with improved profile picture handling Ardeman 2025-03-08 15:23:22 +08:00
  • 609866beef feat: update news detail loader to use route parameters and fix typo in TODO comment Ardeman 2025-03-08 15:03:45 +08:00
  • 1c6bf68b1e feat: remove unused breadcrumb and news detail data components, update TNewsDetail type definition Ardeman 2025-03-08 15:02:11 +08:00
  • fc67298a85 feat: migrate tag creation and update functionality to new form structure fredy.siswanto 2025-03-08 06:18:13 +07:00
  • b7f51ea46f Merge remote-tracking branch 'origin/master' into feature/slicing fredy.siswanto 2025-03-08 04:34:08 +07:00
  • 87156e93ee feat: sort categories by sequence and update category description handling in news pages Ardeman 2025-03-08 02:14:36 +08:00
  • 40a3553f9d feat: implement category update functionality with validation and new fields in form Ardeman 2025-03-08 01:58:59 +08:00
  • c975169f05 feat: refactor category update functionality Ardeman 2025-03-08 01:32:25 +08:00
  • 3a81e7b3db fix: typo & remove readonly on form input fredy.siswanto 2025-03-08 00:28:26 +07:00
  • 50fdd6bc02 feat: enhance news detail page with dynamic data loading and social sharing functionality fredy.siswanto 2025-03-08 00:14:30 +07:00
  • 2c64d430bd feat: refactor import paths for content and category schemas to improve clarity and organization Ardeman 2025-03-08 00:47:33 +08:00
  • 3a15c0d945 feat: enhance category schema with sequence and description fields, and update dashboard display Ardeman 2025-03-08 00:45:05 +08:00