|
700a9261a8
|
fixed form title in LockerMaintenance.jsx
|
2024-12-28 19:55:30 +05:30 |
|
|
ffae2f728b
|
updated translations
|
2024-12-27 17:24:56 +05:30 |
|
|
307d2621ce
|
remove form diabling div from LockerStatus.jsx
|
2024-12-27 16:34:18 +05:30 |
|
|
6b19adf03e
|
Refactored LockerMaintenance.jsx to use Form Components
|
2024-12-27 16:32:57 +05:30 |
|
|
dcfa7a46d8
|
removed form disabling mechanism and fixed notification bug in CheckInOutManagement.jsx
|
2024-12-27 16:20:36 +05:30 |
|
|
2afefc7442
|
Refactored CabinetMaintenance.jsx to use FormField and FormInput
|
2024-12-26 20:34:53 +05:30 |
|
|
d4fd7601f1
|
Refactored CabinetCreation.jsx to use FormInput and FromField
|
2024-12-26 16:29:12 +05:30 |
|
|
bd32eb02d6
|
added keys in form rows and made noOfLockers integer
|
2024-12-26 16:28:12 +05:30 |
|
|
bb108f809f
|
refactor: update FormInput and FormSelect components to accept props directly; add FieldsWrapper for improved layout
|
2024-12-25 21:13:00 +05:30 |
|
|
abad63787b
|
removed unused imports
|
2024-12-24 19:10:51 +05:30 |
|
|
9f4059e2c6
|
reactored code to use formfields and formselects
|
2024-12-24 19:10:20 +05:30 |
|
|
962102d44c
|
refactor: enhance FormInput and FormSelect components with validation feedback and layout adjustments
|
2024-12-24 01:31:07 +05:30 |
|
|
03c4988ff1
|
refactor: streamline layout and error handling in CabinetCreation component
|
2024-12-24 01:06:10 +05:30 |
|
|
27f4597348
|
refactor: simplify notification state management across components
|
2024-12-24 01:03:46 +05:30 |
|
|
265d0b2209
|
refactor: update FormBox title in ChargeManagement component
|
2024-12-24 00:51:13 +05:30 |
|
|
a56f643301
|
feat: add CheckInOutLog page and integrate with locker service for check-in/out functionality
|
2024-12-24 00:50:06 +05:30 |
|
|
8b34a69dca
|
refactor: update Notification component to use message and type props
|
2024-12-24 00:40:12 +05:30 |
|
|
f7fea99f30
|
feat: integrate navigation to log page upon successful account validation in CheckInOutManagement
|
2024-12-24 00:18:32 +05:30 |
|
|
bd461995c7
|
refactor: improve ChargeEdit component structure
|
2024-12-24 00:15:51 +05:30 |
|
|
17681e64ad
|
renamed CheckInOut to CheckInOutManagement
|
2024-12-24 00:15:08 +05:30 |
|
|
154eba0474
|
fix: update button disabled state color for better accessibility
|
2024-12-24 00:05:09 +05:30 |
|
|
dea0047007
|
refactor: replace inline notification handling with Notification component in LockerStatus
|
2024-12-24 00:01:29 +05:30 |
|
|
f4b7027708
|
refactor: replace inline notification rendering with Notification component in LockersRegistration
|
2024-12-23 23:57:52 +05:30 |
|
|
b4b193a9fe
|
feat: add Check In/Out management with notification system and update locker service
|
2024-12-23 23:49:35 +05:30 |
|
|
9d33cb5372
|
fix: handle optional state properties and improve animation transitions in LockersRegistration component
|
2024-12-23 20:47:19 +05:30 |
|
|
48b9b70c4a
|
refactor animations for improved transitions in App and AccountCreation components
|
2024-12-23 20:47:13 +05:30 |
|
|
cc3943196e
|
added check in out route
|
2024-12-23 18:39:13 +05:30 |
|
|
71ece53f65
|
added translation for banner information
|
2024-12-23 18:29:25 +05:30 |
|
|
7ae4e8dbef
|
enhance animation
|
2024-12-23 18:25:14 +05:30 |
|
|
a3d4f2b11c
|
added animation to submenu
|
2024-12-23 17:36:42 +05:30 |
|
|
c1df68b27a
|
edits for other screen sizes
|
2024-12-23 15:22:20 +05:30 |
|
|
44112f91bd
|
Add ChargeManagement and ChargeEdit components; implement charge management functionality with form validation and routing updates
|
2024-12-23 01:41:29 +05:30 |
|
|
9d72dc6868
|
Add locker service methods for status change and key swap; create LockerMaintenance and LockerStatus components with form validation and translations
|
2024-12-23 00:10:59 +05:30 |
|
|
8cee8e0383
|
Add AccountCreation component and product list functionality; update routing and translations
|
2024-12-22 22:42:48 +05:30 |
|
|
a6a67d69d5
|
Add loading context and loading bar component; integrate axios for API calls and update routing for locker registration
|
2024-12-22 15:59:24 +05:30 |
|
|
bfe22a61a5
|
Add motion animations to Button and CabinetMaintenance components; update form validation and styling
|
2024-12-22 01:38:09 +05:30 |
|
|
442b8e52dd
|
Add CabinetCreation component and form validation; update translations and routing
|
2024-12-21 23:52:19 +05:30 |
|
|
03747b5251
|
Add translations for new operations in multiple languages; update CabinetMaintenance component for localization
|
2024-12-21 21:04:43 +05:30 |
|
|
650a6dbdd0
|
Refactor ToastProvider and CabinetMaintenance to streamline showToast usage
|
2024-12-21 20:57:30 +05:30 |
|
|
2b940c3d43
|
Add audio feedback for toast notifications; implement playAudio function in ToastProvider
|
2024-12-21 20:56:02 +05:30 |
|
|
96784c02c7
|
Add ToastProvider component and useToast hook; update CabinetMaintenance for toast notifications; enhance Button styles and Tailwind CSS configuration
|
2024-12-21 20:34:16 +05:30 |
|
|
835a3cc7fd
|
Refactor cabinet maintenance routing and add CabinetMaintenance component; update Header and main router configuration
|
2024-12-21 18:11:47 +05:30 |
|
|
366088b3f6
|
Merge branch 'main' of https://git.7o9o.net/md.asif5/osaka
|
2024-12-21 17:26:58 +05:30 |
|
|
d3df87d405
|
Remove commented dark color variants from primary and secondary color configurations in Tailwind CSS
|
2024-12-02 20:22:31 +05:30 |
|
|
ae1a3de159
|
changed some styles
|
2024-11-22 15:03:08 +05:30 |
|
|
5e2394e1de
|
Update Bengali and Hindi translations for deadline notifications and contact information
|
2024-10-05 00:51:00 +05:30 |
|
|
91e4ca3380
|
Add copyright statement and privacy policy translations; update Footer component to use translations
|
2024-10-05 00:19:34 +05:30 |
|
|
9364a365ec
|
sorted class name with headwind extension
|
2024-10-05 00:07:06 +05:30 |
|
|
6f1ec668cc
|
Merge branch 'main' of https://7o9o-lb-526275444.ap-south-1.elb.amazonaws.com/md.asif5/osaka
|
2024-10-01 12:16:06 +05:30 |
|
|
2530d01695
|
changed project name
|
2024-10-01 12:15:55 +05:30 |
|