Commit Graph

133 Commits

Author SHA1 Message Date
9e0d2d277b refactor: streamline package.json and tailwind.config.ts
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m56s
- Simplified dependencies in package.json by removing unused packages and organizing existing ones.
- Updated tailwind.config.ts for better readability and maintainability, ensuring consistent formatting and structure.
2025-06-27 13:12:29 +05:00
71fc914bde chore: update package.json ♻️
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 8m0s
2025-06-26 19:30:29 +05:00
967a1d29e3 wth what was yarn doing here 😭
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 51s
2025-06-26 19:18:52 +05:00
383ffddde6 fix: remove unused components and fix build 🐛
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m13s
2025-06-26 19:01:25 +05:00
3727110bd6 Merge pull request #2 from i701/feat/devices-table-filter
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m16s
feat(devices): add proper filter handling and update shadcn 🔨
2025-06-26 18:44:19 +05:00
59adaaf281 feat(devices): add proper filter handling and update shadcn 🔨 2025-06-26 18:42:48 +05:00
6aea54884d feat: add admin check for device and payment pages; update session type to include is_admin property
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 8m9s
2025-06-26 11:36:34 +05:00
fb3ad136bc chore: update README with new todos 🔧 2025-06-26 11:36:04 +05:00
d2b281281f feat: implement add device functionality with validation and error handling; refactor related components for improved state management
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 11m49s
2025-06-25 20:10:32 +05:00
406733b360 feat: update authentication layout and forms for improved user experience; add new dependencies and enhance styling
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m39s
2025-06-09 01:12:16 +05:00
8438ceb376 feat: add vendor information to device components and update related UI elements
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 9m52s
fix: update sidebar transition duration for smoother experience
chore: update package dependencies and versions for improved stability and features
2025-06-02 09:17:16 +05:00
bed426a6b4 feat: add loading state and full-page loader component; update payment page and application layout to improve user experience
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m23s
2025-05-31 12:37:46 +05:00
c705addccc feat: enhance MAC address guide with contact button for assistance
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m16s
2025-05-31 00:02:25 +05:00
07349cda05 Refactor payment verification and add MAC address guide
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m23s
- Updated payment verification logic in `actions/payment.ts` to remove unused code and improve clarity.
- Enhanced `DevicesToPay` component to handle separate states for wallet and transfer payment verification.
- Introduced a new `GetMacAccordion` component to guide users on finding their MAC addresses.
- Created a reusable accordion component in `ui/accordion.tsx` for better UI consistency.
- Integrated the MAC address guide into the device addition dialog.
- Updated Tailwind CSS configuration to include animations for the accordion component.
- Added Radix UI Accordion dependency to package.json and package-lock.json.
- Improved error handling in API response utility to log unauthorized responses.
2025-05-30 23:53:08 +05:00
a093ab1666 fix: update welcome message in ApplicationLayout and simplify payment verification logic in DevicesToPay
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m41s
2025-05-30 20:40:24 +05:00
0c093f1303 feat: add age validation in signup and update payment verification logic
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m17s
2025-04-20 12:36:24 +05:00
f7122cb252 chore: update package.json to add millify dependency and remove unnecessary newline
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 9m3s
2025-04-20 12:03:52 +05:00
6a078d918e fix: update OTP verification status message in VerifyRegistrationOTP function
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m20s
2025-04-20 08:49:53 +05:00
de1e76f746 fix: correct OTP type in VerifyRegistrationOTP function
Some checks are pending
Build and Push Docker Images / Build and Push Docker Images (push) Has started running
2025-04-20 08:48:42 +05:00
12f981186a fix: update verification error message in VerifyRegistrationOTP function
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m36s
2025-04-20 08:37:48 +05:00
9c67386d69 fix: correct user verification logic in VerifyRegistrationOTP function
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m42s
2025-04-20 08:29:27 +05:00
886b0b15d0 fix: remove unused authentication imports in PaymentPage component
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m39s
2025-04-20 08:14:06 +05:00
3d12786332 fix: remove unused session retrieval in PaymentPage component
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m52s
2025-04-20 07:58:36 +05:00
ba91d2c8d4 feat: add getProfile function and integrate user profile retrieval in payment and layout components
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m47s
2025-04-20 07:40:31 +05:00
ac11fee754 fix: ensure device list is refreshed after adding a new device
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m45s
2025-04-19 13:43:37 +05:00
1ae529c758 fix: remove unused imports from authentication pages for cleaner code
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m47s
2025-04-19 11:08:44 +05:00
a4ffb1e34a feat: implement AuthLayout component and streamline OTP verification forms with enhanced messaging
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m49s
2025-04-19 10:22:42 +05:00
3703b3e8fc fix: enhance verification feedback in VerifyRegistrationOTP function and update UI messages
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m46s
2025-04-18 19:34:29 +05:00
e0e3de064a fix: update error messages and statuses in VerifyRegistrationOTP function for clarity
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m45s
2025-04-18 18:53:20 +05:00
cd2cff7926 update logo to omega
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m40s
2025-04-18 15:38:38 +05:00
00705bcd1a fix: update signin function to handle user verification response correctly
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m14s
2025-04-18 15:04:24 +05:00
acb0ead6de refactor: remove unused import of checkIdOrPhone in OTP verification page
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m33s
2025-04-18 14:38:21 +05:00
923887b559 feat: integrate checkTempIdOrPhone in signup logic to validate temporary phone numbers
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m32s
2025-04-18 14:35:34 +05:00
f3f5800df6 feat: implement checkTempIdOrPhone function and update OTP verification logic
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m29s
2025-04-18 13:50:58 +05:00
4127035471 fix: add logging for user data and adjust verification check in signin function
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m48s
2025-04-18 13:21:47 +05:00
322f526069 fix: streamline redirect logic for verified OTP response
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m21s
2025-04-18 12:05:08 +05:00
0b2dcfcc01 feat: enhance OTP verification flow with error handling and response checks
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m20s
2025-04-18 11:57:20 +05:00
25404b66f7 fix: add error message display for general errors in OTP verification form
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m7s
2025-04-17 23:47:59 +05:00
2cb2059f9e feat: integrate backend mobile login and enhance user verification flow
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m44s
2025-04-17 23:25:06 +05:00
1e023ebf13 feat: update signup and OTP verification forms to enhance error handling and state management
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m16s
2025-04-17 15:18:01 +05:00
470e8452b5 registration verification WIP
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m40s
2025-04-17 14:04:22 +05:00
0f9d1107de feat: implement user registration and OTP verification flow with backend integration
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m29s
2025-04-17 13:02:35 +05:00
de1e842145 fix: remove unused type prop from BlockDeviceDialog component
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m16s
2025-04-14 01:10:10 +05:00
6365a701ba feat: enhance error handling and improve API response management across components
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m39s
2025-04-14 01:05:07 +05:00
0d578c9add feat: add loading skeleton for devices table and improve payment processing logic
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m30s
2025-04-12 17:01:37 +05:00
067acef49c fix: reset form after successfully adding a device in AddDeviceDialog
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m3s
2025-04-12 14:48:48 +05:00
7750c5a1cc feat: add Dashboard layout main Error component for error handling in dashboard
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Has been cancelled
2025-04-12 14:47:25 +05:00
bb5eff8b5b refactor: remove layout error component from dashboard
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m10s
2025-04-12 14:42:24 +05:00
4e16c0ac54 refactor: remove unused import from device-card and devices-table components
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Has been cancelled
2025-04-12 14:38:35 +05:00
aff9d26e0e refactor: enhance error handling and add pagination to device queries
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m37s
2025-04-12 14:35:23 +05:00