Commit Graph
120 Commits
Author SHA1 Message Date
i701 07349cda05 Refactor payment verification and add MAC address guide
- 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
i701 a093ab1666 fix: update welcome message in ApplicationLayout and simplify payment verification logic in DevicesToPay 2025-05-30 20:40:24 +05:00
i701 0c093f1303 feat: add age validation in signup and update payment verification logic 2025-04-20 12:36:24 +05:00
i701 f7122cb252 chore: update package.json to add millify dependency and remove unnecessary newline 2025-04-20 12:03:52 +05:00
i701 6a078d918e fix: update OTP verification status message in VerifyRegistrationOTP function 2025-04-20 08:49:53 +05:00
i701 de1e76f746 fix: correct OTP type in VerifyRegistrationOTP function 2025-04-20 08:48:42 +05:00
i701 12f981186a fix: update verification error message in VerifyRegistrationOTP function 2025-04-20 08:37:48 +05:00
i701 9c67386d69 fix: correct user verification logic in VerifyRegistrationOTP function 2025-04-20 08:29:27 +05:00
i701 886b0b15d0 fix: remove unused authentication imports in PaymentPage component 2025-04-20 08:14:06 +05:00
i701 3d12786332 fix: remove unused session retrieval in PaymentPage component 2025-04-20 07:58:36 +05:00
i701 ba91d2c8d4 feat: add getProfile function and integrate user profile retrieval in payment and layout components 2025-04-20 07:40:31 +05:00
i701 ac11fee754 fix: ensure device list is refreshed after adding a new device 2025-04-19 13:43:37 +05:00
i701 1ae529c758 fix: remove unused imports from authentication pages for cleaner code 2025-04-19 11:08:44 +05:00
i701 a4ffb1e34a feat: implement AuthLayout component and streamline OTP verification forms with enhanced messaging 2025-04-19 10:22:42 +05:00
i701 3703b3e8fc fix: enhance verification feedback in VerifyRegistrationOTP function and update UI messages 2025-04-18 19:34:29 +05:00
i701 e0e3de064a fix: update error messages and statuses in VerifyRegistrationOTP function for clarity 2025-04-18 18:53:20 +05:00
i701 cd2cff7926 update logo to omega 2025-04-18 15:38:38 +05:00
i701 00705bcd1a fix: update signin function to handle user verification response correctly 2025-04-18 15:04:24 +05:00
i701 acb0ead6de refactor: remove unused import of checkIdOrPhone in OTP verification page 2025-04-18 14:38:21 +05:00
i701 923887b559 feat: integrate checkTempIdOrPhone in signup logic to validate temporary phone numbers 2025-04-18 14:35:34 +05:00
i701 f3f5800df6 feat: implement checkTempIdOrPhone function and update OTP verification logic 2025-04-18 13:50:58 +05:00
i701 4127035471 fix: add logging for user data and adjust verification check in signin function 2025-04-18 13:21:47 +05:00
i701 322f526069 fix: streamline redirect logic for verified OTP response 2025-04-18 12:05:08 +05:00
i701 0b2dcfcc01 feat: enhance OTP verification flow with error handling and response checks 2025-04-18 11:57:20 +05:00
i701 25404b66f7 fix: add error message display for general errors in OTP verification form 2025-04-17 23:47:59 +05:00
i701 2cb2059f9e feat: integrate backend mobile login and enhance user verification flow 2025-04-17 23:25:06 +05:00
i701 1e023ebf13 feat: update signup and OTP verification forms to enhance error handling and state management 2025-04-17 15:18:01 +05:00
i701 470e8452b5 registration verification WIP 2025-04-17 14:04:22 +05:00
i701 0f9d1107de feat: implement user registration and OTP verification flow with backend integration 2025-04-17 13:02:35 +05:00
i701 de1e842145 fix: remove unused type prop from BlockDeviceDialog component 2025-04-14 01:10:10 +05:00
i701 6365a701ba feat: enhance error handling and improve API response management across components 2025-04-14 01:05:07 +05:00
i701 0d578c9add feat: add loading skeleton for devices table and improve payment processing logic 2025-04-12 17:01:37 +05:00
i701 067acef49c fix: reset form after successfully adding a device in AddDeviceDialog 2025-04-12 14:48:48 +05:00
i701 7750c5a1cc feat: add Dashboard layout main Error component for error handling in dashboard 2025-04-12 14:47:25 +05:00
i701 bb5eff8b5b refactor: remove layout error component from dashboard 2025-04-12 14:42:24 +05:00
i701 4e16c0ac54 refactor: remove unused import from device-card and devices-table components 2025-04-12 14:38:35 +05:00
i701 aff9d26e0e refactor: enhance error handling and add pagination to device queries 2025-04-12 14:35:23 +05:00
shihaam d60dd3af14 add mirror to gitea 2025-04-12 06:47:26 +05:00
shihaam 9e9fab5b2e add mirror to gitea 2025-04-12 06:41:24 +05:00
shihaam 477695294e cleaner output 2025-04-12 04:38:27 +05:00
shihaam 480f649511 cleaner output 2025-04-12 04:34:57 +05:00
shihaam e841932cbf down kohffa up kuraanee.. also there is 1 ui 2025-04-12 03:56:02 +05:00
shihaam 1b724ca1e4 f all that just deploy 2025-04-12 03:33:58 +05:00
shihaam 02e1bcbc87 add auto deploy 2025-04-12 03:07:03 +05:00
shihaam 5e1364e083 add auto deploy 2025-04-12 02:52:43 +05:00
i701 378c120035 feat: add example environment configuration file and update .gitignore to include .env files 2025-04-10 23:56:50 +05:00
shihaam c7993620f5 remove prisma stuff 2025-04-10 23:55:22 +05:00
shihaam 91563cb2ba remove prisma stuff 2025-04-10 23:49:14 +05:00
i701 b932fcf03c TEMPORARY FIX TO TEST BUILD 2025-04-10 23:18:19 +05:00
i701 e8296ae3f6 temporary fix for build and remove previous auth related code 2025-04-10 22:39:38 +05:00