- 07 Sep, 2025 1 commit
-
-
G authored
refactor: navigations flow. planning for screens to take the full object instead of selective properties. This is to avoid basic crashes that may happen when one piece of data is missing through the navigation. and some biome formatting. refactor: navigations flow. planning for screens to take the full object instead of selective properties. This is to avoid basic crashes that may happen when one piece of data is missing through the navigation. Some files where impacted so changes where applied there too.
-
- 06 Sep, 2024 3 commits
-
-
g-ouattara authored
using appstate to listen to browser closing. Current implementation is wack tho. waiting for the api to be fixed to handle response properly
-
G authored
decoupled the function; add a checkStatus function that will do the job and return a string if an errror occured
-
G authored
-
- 05 Sep, 2024 2 commits
- 29 Aug, 2024 1 commit
-
-
G authored
-
- 18 Jun, 2024 1 commit
-
-
G authored
-
- 13 Jun, 2024 1 commit
-
-
G authored
-
- 07 Jun, 2024 1 commit
-
-
G authored
should avoid closing the modal here since the whole execution is async. This close would have been executed without waiting
-
- 29 May, 2024 1 commit
-
-
G authored
the navigation to the result screen when the orange transaction is a success is handled by the hook itself. this solve the issue with navigation still happening even tho the transaction was in progress or failed
-
- 28 May, 2024 5 commits
- 23 May, 2024 2 commits
- 21 May, 2024 1 commit
-
-
G authored
add mutation for checking transaction status after the browser is dismissed. the check is done 3 times unless success or failed is returned from the response. Change the flow logic of mutations to make it more predictable.
-
- 17 May, 2024 1 commit
-
-
G authored
- export mutation handler for request retrieving payment url
-
- 14 May, 2024 1 commit
-
-
G authored
-