- 07 Sep, 2025 20 commits
-
-
G authored
-
G authored
refactor: UserProfileScreen. No more dependencies on Box/Text themes's components. Dispatch a redux action to disconnect the user.
-
G authored
-
G authored
-
G authored
-
G authored
feat: Payment processing using Wave as the payment gateway with navigation on QrCode screen upon valid initialization. User is given the possibility to verify the state manually with a button.
-
G authored
feat: Payment processing utilizing Orange Money as the payment gateway, with browser support and verification functionality activated upon browser closure. This may need more work once the api is fixed.
-
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.
-
G authored
-
G authored
-
G authored
feat: Balance component with authentication module relying on user authentication method to access the hidden amount.
-
G authored
feat: BarnoinPayBackground component providing a good background image that spans even the status bar and include a safeArea on the top.
-
G authored
fix: hide the splashscreen directly. There is no longer any event worth waiting for and this component will be removed later.
-
G authored
feat: implemented a functional login screen leveraging redux store to automatically redirect to the home screen once successfully logged in.
-
G authored
-
G authored
-
G authored
-
G authored
-
G authored
-
G authored
-
- 14 Apr, 2025 1 commit
-
-
G authored
-
- 03 Mar, 2025 1 commit
-
-
G authored
-
- 11 Sep, 2024 18 commits
-
-
G authored
-
G authored
-
G authored
removed all occurence of the state value showFilterModal since now the rendering is handled by the modal manager
-
G authored
update the modal filter to take advantage of the card custom made. And instead of conditional rendering it on the same screen. the task is offload to the modal context manager to render
-
G authored
updated a little bit the rendering condition and export the modal z index os that other component can increment their based on this value
-
G authored
-
G authored
-
G authored
-
G authored
-
G authored
-
G authored
-
G authored
create a wrapper that will provide the default brackground and a safeareaview from top left and right corner
-
G authored
-
G authored
-
G authored
-
G authored
decoupled button variants too. we do not have quick type check for properties now but visually it is worth it.
-
G authored
-
G authored
-