Commit Graph

  • bf5a4db71e fix: update next dependency version from 15.0.3 to 15.0.5 main faisolavolut 2025-12-09 11:52:59 +0700
  • d49f9d29b7 feat: implement TableEditBetterLine component with row management and dynamic fields faisolavolut 2025-08-07 14:34:26 +0700
  • 5ee748d5d7 fix: update onChange handlers in TypeInput component to use correct value references faisolavolut 2025-08-07 14:00:20 +0700
  • dcc03fc676 feat: add logging for notification count retrieval in SidebarBetterTree component faisolavolut 2025-08-07 08:53:03 +0700
  • 3a34a65c43 feat: implement notification handling in SidebarBetter component with WebSocket integration faisolavolut 2025-05-02 15:26:21 +0700
  • b5ae55ff14 feat: add event utility import to SidebarBetter component faisolavolut 2025-04-30 12:00:35 +0700
  • fc87554da1 feat: enhance ListBetter and ListUI components with additional className props for better styling control faisolavolut 2025-04-29 10:50:48 +0700
  • 246b1a80fe fix: update column handling in TableList to support function-based column definitions faisolavolut 2025-04-28 11:46:57 +0700
  • c04631519f feat: update date handling in TableList to support multiple date columns faisolavolut 2025-04-28 10:54:05 +0700
  • 7d267b80a7 refactor: remove console log and direct form data modification in debounced onChange faisolavolut 2025-04-23 11:40:47 +0700
  • 48d7be6e1d feat: update debounced onChange handling to directly modify form data and trigger re-render faisolavolut 2025-04-23 11:37:40 +0700
  • 282b351204 feat: enhance debounced input handling in TypeInput component faisolavolut 2025-04-23 11:33:17 +0700
  • 43795dab6c Merge branch 'main' of https://github.com/faisolavolut/julong-lib faisolavolut 2025-04-21 11:28:54 +0700
  • 5db7e37e58 feat: update educationMapping structure for improved education level handling faisolavolut 2025-04-21 11:28:51 +0700
  • 333d5539da fix: add null check for fullname in FilePreviewBetter component to prevent errors faisolavolut 2025-04-21 10:11:18 +0700
  • 637556e335 feat: add valueChecked prop to Field and TypeTag components for improved tag management faisolavolut 2025-04-10 11:36:28 +0700
  • f7a79188e0 feat: add mode prop to Field and TypeTag components for enhanced functionality fix: update onCount call in ListUIClean component to pass parameters correctly feat: enhance SidebarBetter component to display notification count feat: improve DialogContent component to accept custom close class feat: implement convertFormObject utility function for form data processing faisolavolut 2025-04-09 11:20:49 +0700
  • 5c8c012c7c feat: enhance Field and TableList components with additional filter properties for improved data handling faisolavolut 2025-04-08 13:43:43 +0700
  • 6264ef8e97 fix: remove unnecessary slash in siteurl construction for cleaner URL formatting faisolavolut 2025-03-27 12:09:09 +0700
  • 2fb2769bca feat: add NotificationSheet component for displaying notifications with enhanced UI faisolavolut 2025-03-21 10:05:05 +0700
  • 63b102e925 fix: adjust title font size in TableUI component for better readability faisolavolut 2025-03-21 09:55:06 +0700
  • 7f916db9d1 feat: implement Drawer component and associated subcomponents for enhanced UI functionality faisolavolut 2025-03-20 14:39:21 +0700
  • 623207f11c fix: reduce debounce time in TypeInput component from 2000ms to 1500ms for improved responsiveness faisolavolut 2025-03-19 11:37:47 +0700
  • a6be768b68 fix: add isDebounce prop to Field and TypeInput components for debounced input handling faisolavolut 2025-03-19 11:31:52 +0700
  • b7cc6832dd fix: enhance SidebarBetter and TableList components for improved layout and responsiveness faisolavolut 2025-03-18 14:55:44 +0700
  • 2482b5f901 fix: update SidebarBetter and ButtonLink components for improved responsiveness and styling consistency faisolavolut 2025-03-18 13:49:11 +0700
  • 37693e3ea1 fix: add className prop to ListUI component for customizable styling faisolavolut 2025-03-18 11:07:09 +0700
  • 8dedb23461 fix: add showClose prop to SheetContent and SheetBetter components for conditional close button rendering faisolavolut 2025-03-18 10:39:37 +0700
  • b4e5fa99ec feat: add Sheet component and notification SVG icons for enhanced UI functionality faisolavolut 2025-03-18 09:26:29 +0700
  • b718aa3227 fix: add styleField prop to Field and TypeTag components for flexible styling options faisolavolut 2025-03-17 11:38:57 +0700
  • e6bd6ec210 fix: add null check for date parameter in time utility to prevent errors faisolavolut 2025-03-14 12:33:55 +0700
  • 10c2379a34 fix: update time utility to improve regex validation and refactor TypeInput component for consistent time handling faisolavolut 2025-03-14 12:32:07 +0700
  • dbe47210ce fix: enhance time utility to validate and return string formatted time in HH:mm faisolavolut 2025-03-14 11:22:29 +0700
  • 97e7bf8eec fix: enhance findLastEducation utility to support dynamic key retrieval and update DocumentBiodata component for improved education level display faisolavolut 2025-03-14 11:14:47 +0700
  • 7f503e7050 fix: enhance FilePreview component to limit filename display and add findLastEducation utility for education level mapping faisolavolut 2025-03-14 10:37:09 +0700
  • c0dd392de0 fix: update Field component to allow description as a function for dynamic content faisolavolut 2025-03-14 09:48:03 +0700
  • 8b8dfadaa8 fix: update gender description in DocumentMPR component for clarity and inclusivity faisolavolut 2025-03-13 12:12:00 +0700
  • 16009cab7c fix: update font registration and usage in DocumentMPR component for improved typography faisolavolut 2025-03-13 11:55:55 +0700
  • e0271ca527 fix: update TableUI padding for better layout and enhance Menu SVG component with forwardRef and memo for performance faisolavolut 2025-03-13 10:25:14 +0700
  • 60ff6de9a8 fix: update siteurl utility to return an empty string for empty parameters faisolavolut 2025-03-12 14:29:21 +0700
  • 1c035ec319 fix: update siteurl utility to handle empty parameters and correct URL formatting faisolavolut 2025-03-12 14:26:35 +0700
  • 351b757fcb feat: add Menu SVG component for improved iconography faisolavolut 2025-03-12 12:33:12 +0700
  • 8a911a9115 fix: add description prop to Field component and pass filter prop in TableUI and TableList components faisolavolut 2025-03-12 10:41:59 +0700
  • 566ab6c206 fix: refine validation logic in Form component for enhanced user feedback faisolavolut 2025-03-12 01:41:34 +0700
  • 8222744683 fix: add forceDisabled prop to Field component for improved disable logic faisolavolut 2025-03-07 09:47:41 +0700
  • 32a24c9df1 fix: enhance error handling and loading state management in Form and Table components faisolavolut 2025-03-06 13:58:51 +0700
  • dfabe899d6 fix: update btn_ready state management in Form component for improved submission handling faisolavolut 2025-03-05 23:12:10 +0700
  • 58936d894f fix: improve is_disable logic for better clarity in Field component faisolavolut 2025-03-05 15:36:45 +0700
  • b9f08cf46c ``` fix: ``` faisolavolut 2025-03-05 15:26:17 +0700
  • c893700eb8 fix: remove console log for fieldRequired in Form component to clean up code faisolavolut 2025-03-05 14:29:55 +0700
  • 5f69723075 fix: refactor TypeAsyncDropdown value handling for improved clarity and consistency faisolavolut 2025-03-05 13:55:04 +0700
  • 57b87bf707 fix: add hidden_icon option to actionToast for conditional icon rendering faisolavolut 2025-03-05 12:02:01 +0700
  • d04d1158c6 fix: update Field component styles for improved layout and consistency faisolavolut 2025-03-05 09:52:47 +0700
  • 9b214f3a12 fix: update ImageBetter component to handle src changes with useEffect for improved image rendering faisolavolut 2025-03-04 15:01:24 +0700
  • 451e2e737d fix: update DocumentMPR component for improved layout and dynamic text rendering; add Pdf SVG component faisolavolut 2025-03-03 14:04:38 +0700
  • 97f0b2c701 fix: enhance approval logic in showApprovel function by adding role checks for VP and HRD HO levels faisolavolut 2025-03-03 11:29:32 +0700
  • b218fd8cd4 fix: enhance approval logic in showApprovel function by adding role checks and removing unnecessary console logs faisolavolut 2025-03-03 11:21:39 +0700
  • 8b6407144f fix: hide sidebar element in SidebarBetter component for improved layout faisolavolut 2025-02-28 22:19:13 +0700
  • d26c3ca97c fix: improve TypeAsyncDropdown component by optimizing state management and removing unnecessary console logs faisolavolut 2025-02-28 21:58:56 +0700
  • ea4af5e09c fix: streamline tag management in TypeTag component by removing unnecessary useEffect hooks faisolavolut 2025-02-28 15:29:33 +0700
  • e02bb57422 fix: remove hardcoded loading state in TypeAsyncDropdown component faisolavolut 2025-02-28 14:58:25 +0700
  • a2378cb597 Merge branch 'main' of https://github.com/faisolavolut/julong-lib faisolavolut 2025-02-28 13:57:49 +0700
  • 64a3efcef3 fix: remove unnecessary data refresh on menu open in TypeAsyncDropdown component faisolavolut 2025-02-28 13:57:47 +0700
  • 8aa663d169 fix: remove unnecessary console logs in TypeTag component for cleaner code faisolavolut 2025-02-28 13:56:55 +0700
  • ff9f5856c5 feat: enhance TypeAsyncDropdown with additional data handling and loading state faisolavolut 2025-02-28 13:44:46 +0700
  • 7a8f87f0a8 feat: add Refresh SVG component for improved UI consistency faisolavolut 2025-02-28 10:45:13 +0700
  • b8e1b1e070 fix: update page handling in TableList component to use local paging state faisolavolut 2025-02-28 08:24:24 +0700
  • 668a0e13f8 fix: correct page number handling in Pagination component for accurate navigation faisolavolut 2025-02-28 08:01:09 +0700
  • 2856081525 feat: add autoRefresh prop to Field and TypeAsyncDropdown components for enhanced data fetching faisolavolut 2025-02-28 07:36:20 +0700
  • 06387116f7 feat: implement debounced input search functionality and clean up TableList component faisolavolut 2025-02-27 20:32:29 +0700
  • af41495643 fix: improve error handling for required fields in Form component faisolavolut 2025-02-27 14:23:58 +0700
  • e614c4b82c fix: update onCount prop to accept parameters for improved functionality in Typeahead and List components faisolavolut 2025-02-27 14:13:10 +0700
  • b5e0598a2e feat: enhance events function to accept an optional parameter for improved query string generation faisolavolut 2025-02-27 11:16:39 +0700
  • 520e10f69e feat: make 'name' prop optional in TableList and update breadcrumb structure in TableUI for improved flexibility faisolavolut 2025-02-26 23:17:37 +0700
  • 6e0a8b5e4d fix: update onTab prop type to accept any value for improved flexibility faisolavolut 2025-02-26 22:58:02 +0700
  • 056f023223 feat: add Floating UI library integration and enhance form components with customizable toast messages faisolavolut 2025-02-26 22:49:14 +0700
  • a2a3c777ac fix: adjust class names in Form components for improved layout handling faisolavolut 2025-02-26 15:42:22 +0700
  • 2746ea873b feat: update TableList to pass parameters to onCount function for improved data handling faisolavolut 2025-02-26 14:38:40 +0700
  • 6ed1e29fed feat: enhance TypeAsyncDropdown to handle object values and improve label retrieval faisolavolut 2025-02-26 13:46:10 +0700
  • 8bdc37c910 feat: add Filter SVG component and update TableList layout with gap adjustments faisolavolut 2025-02-26 11:35:00 +0700
  • 21c57270f4 fix: restore error handling logic in form submission process faisolavolut 2025-02-26 10:55:42 +0700
  • 6c311f4b2e feat: enhance form validation logic to include table field checks and improve error handling faisolavolut 2025-02-26 08:19:48 +0700
  • 6b122bafd8 feat: enhance CalenderGoogle component with onLoad prop for dynamic event loading and add color helper utilities faisolavolut 2025-02-26 06:20:29 +0700
  • 88dec0d087 feat: integrate event parameters into onCount function for enhanced data loading faisolavolut 2025-02-25 14:14:03 +0700
  • f1df9b4b08 feat: enhance approval logic to include role checks and improve decision flow faisolavolut 2025-02-25 12:04:22 +0700
  • 6ca09a9cf1 fix: update TypeAsyncDropdown onChange handler to include additional event data faisolavolut 2025-02-25 11:11:24 +0700
  • ed1e309a35 feat: add dynamic background color support for event items in CalenderGoogle faisolavolut 2025-02-25 09:24:20 +0700
  • 2f46d31080 feat: add canClose state to CalenderGoogle for controlled dialog closing faisolavolut 2025-02-25 09:12:24 +0700
  • debd60d0bd feat: enhance CalenderGoogle component with event dialog and date formatting utilities faisolavolut 2025-02-25 08:53:05 +0700
  • a395a34a2a fix: update FieldUploadMulti to concatenate existing data with new uploads faisolavolut 2025-02-25 07:12:35 +0700
  • af386a2b07 feat: add Up and Down SVG components and improve dropdown menu label faisolavolut 2025-02-24 23:45:27 +0700
  • b68a99cb22 fix: add console log for error debugging in Form component faisolavolut 2025-02-24 11:29:08 +0700
  • 6188d65f15 refactor: remove unnecessary console log in TypeAsyncDropdown component faisolavolut 2025-02-24 11:19:23 +0700
  • 25d2b40c2d feat: enhance footer rendering in Form component with dynamic class handling faisolavolut 2025-02-24 10:56:30 +0700
  • c4a5f9d5d3 feat: enhance form components with improved field handling and add status input type faisolavolut 2025-02-24 10:37:57 +0700
  • 79666e78e5 feat: add FullCalendar component for event management and display faisolavolut 2025-02-21 14:40:32 +0700
  • 53f11cb47a feat: implement resizable table headers in TableEditBetter component faisolavolut 2025-02-21 07:55:28 +0700
  • 24c57e6896 chore: update @floating-ui/react dependency to version 0.27.4 faisolavolut 2025-02-21 02:29:05 +0700
  • e351fb8e30 feat: add TypeDropdownBetter component and enhance ListUI with improved onCount handling faisolavolut 2025-02-21 02:15:59 +0700
  • 7a56bf4b78 feat: enhance approval logic and add debugging logs for better traceability faisolavolut 2025-02-20 16:10:38 +0700