faisolavolut
|
7f916db9d1
|
feat: implement Drawer component and associated subcomponents for enhanced UI functionality
|
2025-03-20 14:39:21 +07:00 |
faisolavolut
|
623207f11c
|
fix: reduce debounce time in TypeInput component from 2000ms to 1500ms for improved responsiveness
|
2025-03-19 11:37:47 +07:00 |
faisolavolut
|
a6be768b68
|
fix: add isDebounce prop to Field and TypeInput components for debounced input handling
|
2025-03-19 11:31:52 +07:00 |
faisolavolut
|
b7cc6832dd
|
fix: enhance SidebarBetter and TableList components for improved layout and responsiveness
|
2025-03-18 14:55:44 +07:00 |
faisolavolut
|
b718aa3227
|
fix: add styleField prop to Field and TypeTag components for flexible styling options
|
2025-03-17 11:38:57 +07:00 |
faisolavolut
|
10c2379a34
|
fix: update time utility to improve regex validation and refactor TypeInput component for consistent time handling
|
2025-03-14 12:32:07 +07:00 |
faisolavolut
|
7f503e7050
|
fix: enhance FilePreview component to limit filename display and add findLastEducation utility for education level mapping
|
2025-03-14 10:37:09 +07:00 |
faisolavolut
|
c0dd392de0
|
fix: update Field component to allow description as a function for dynamic content
|
2025-03-14 09:48:03 +07:00 |
faisolavolut
|
8a911a9115
|
fix: add description prop to Field component and pass filter prop in TableUI and TableList components
|
2025-03-12 10:41:59 +07:00 |
faisolavolut
|
8222744683
|
fix: add forceDisabled prop to Field component for improved disable logic
|
2025-03-07 09:47:41 +07:00 |
faisolavolut
|
32a24c9df1
|
fix: enhance error handling and loading state management in Form and Table components
|
2025-03-06 13:58:51 +07:00 |
faisolavolut
|
dfabe899d6
|
fix: update btn_ready state management in Form component for improved submission handling
|
2025-03-05 23:12:10 +07:00 |
faisolavolut
|
58936d894f
|
fix: improve is_disable logic for better clarity in Field component
|
2025-03-05 15:36:45 +07:00 |
faisolavolut
|
c893700eb8
|
fix: remove console log for fieldRequired in Form component to clean up code
|
2025-03-05 14:29:55 +07:00 |
faisolavolut
|
5f69723075
|
fix: refactor TypeAsyncDropdown value handling for improved clarity and consistency
|
2025-03-05 13:55:04 +07:00 |
faisolavolut
|
d04d1158c6
|
fix: update Field component styles for improved layout and consistency
|
2025-03-05 09:52:47 +07:00 |
faisolavolut
|
d26c3ca97c
|
fix: improve TypeAsyncDropdown component by optimizing state management and removing unnecessary console logs
|
2025-02-28 21:58:56 +07:00 |
faisolavolut
|
ea4af5e09c
|
fix: streamline tag management in TypeTag component by removing unnecessary useEffect hooks
|
2025-02-28 15:29:33 +07:00 |
faisolavolut
|
e02bb57422
|
fix: remove hardcoded loading state in TypeAsyncDropdown component
|
2025-02-28 14:58:25 +07:00 |
faisolavolut
|
a2378cb597
|
Merge branch 'main' of https://github.com/faisolavolut/julong-lib
|
2025-02-28 13:57:49 +07:00 |
faisolavolut
|
64a3efcef3
|
fix: remove unnecessary data refresh on menu open in TypeAsyncDropdown component
|
2025-02-28 13:57:47 +07:00 |
faisolavolut
|
8aa663d169
|
fix: remove unnecessary console logs in TypeTag component for cleaner code
|
2025-02-28 13:56:55 +07:00 |
faisolavolut
|
ff9f5856c5
|
feat: enhance TypeAsyncDropdown with additional data handling and loading state
|
2025-02-28 13:44:46 +07:00 |
faisolavolut
|
2856081525
|
feat: add autoRefresh prop to Field and TypeAsyncDropdown components for enhanced data fetching
|
2025-02-28 07:36:20 +07:00 |
faisolavolut
|
af41495643
|
fix: improve error handling for required fields in Form component
|
2025-02-27 14:23:58 +07:00 |
faisolavolut
|
e614c4b82c
|
fix: update onCount prop to accept parameters for improved functionality in Typeahead and List components
|
2025-02-27 14:13:10 +07:00 |
faisolavolut
|
056f023223
|
feat: add Floating UI library integration and enhance form components with customizable toast messages
|
2025-02-26 22:49:14 +07:00 |
faisolavolut
|
a2a3c777ac
|
fix: adjust class names in Form components for improved layout handling
|
2025-02-26 15:42:22 +07:00 |
faisolavolut
|
6ed1e29fed
|
feat: enhance TypeAsyncDropdown to handle object values and improve label retrieval
|
2025-02-26 13:46:10 +07:00 |
faisolavolut
|
21c57270f4
|
fix: restore error handling logic in form submission process
|
2025-02-26 10:55:42 +07:00 |
faisolavolut
|
6c311f4b2e
|
feat: enhance form validation logic to include table field checks and improve error handling
|
2025-02-26 08:19:48 +07:00 |
faisolavolut
|
6ca09a9cf1
|
fix: update TypeAsyncDropdown onChange handler to include additional event data
|
2025-02-25 11:11:24 +07:00 |
faisolavolut
|
a395a34a2a
|
fix: update FieldUploadMulti to concatenate existing data with new uploads
|
2025-02-25 07:12:35 +07:00 |
faisolavolut
|
af386a2b07
|
feat: add Up and Down SVG components and improve dropdown menu label
|
2025-02-24 23:45:27 +07:00 |
faisolavolut
|
b68a99cb22
|
fix: add console log for error debugging in Form component
|
2025-02-24 11:29:08 +07:00 |
faisolavolut
|
6188d65f15
|
refactor: remove unnecessary console log in TypeAsyncDropdown component
|
2025-02-24 11:19:23 +07:00 |
faisolavolut
|
25d2b40c2d
|
feat: enhance footer rendering in Form component with dynamic class handling
|
2025-02-24 10:56:30 +07:00 |
faisolavolut
|
c4a5f9d5d3
|
feat: enhance form components with improved field handling and add status input type
|
2025-02-24 10:37:57 +07:00 |
faisolavolut
|
e351fb8e30
|
feat: add TypeDropdownBetter component and enhance ListUI with improved onCount handling
|
2025-02-21 02:15:59 +07:00 |
faisolavolut
|
643659a26c
|
feat: enhance form handling and loading states across components
|
2025-02-20 08:26:43 +07:00 |
faisolavolut
|
79b6081bb4
|
feat: add side prop to TooltipBetter component for customizable tooltip positioning
|
2025-02-18 13:02:31 +07:00 |
faisolavolut
|
cc0a9d8651
|
feat: enhance actionToast utility with failed callback and make on_change asynchronous
|
2025-02-18 01:01:02 +07:00 |
faisolavolut
|
f329480d60
|
fix: update HeaderComponent assignment in Form component for improved reactivity
|
2025-02-17 05:51:08 +07:00 |
faisolavolut
|
822f50595a
|
feat: make afterLoad callback in Form component asynchronous for improved data handling
|
2025-02-14 13:07:40 +07:00 |
faisolavolut
|
e253feba58
|
feat: add afterLoad callback to Form and FormBetter components for enhanced data handling
|
2025-02-14 11:34:12 +07:00 |
faisolavolut
|
7df02e872d
|
fix: reduce toast dismissal delay for improved user experience
|
2025-02-13 08:59:18 +07:00 |
faisolavolut
|
410ba207de
|
chore: update package.json with new Atlaskit drag-and-drop dependencies; refactor TypeTag component for improved state management
|
2025-02-12 15:07:05 +07:00 |
faisolavolut
|
13917ad905
|
refactor: replace cx with cn utility in Field and TypeInput components; clean up unused imports in TabHeader and Tablist
|
2025-02-11 21:23:56 +07:00 |
faisolavolut
|
d646e14512
|
update Field.tsx
|
2025-02-10 21:46:01 +07:00 |
faisolavolut
|
2f9d01c953
|
update Field.tsx
|
2025-02-10 21:31:59 +07:00 |