Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
beasy-mobile
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
G
beasy-mobile
Commits
e79dedadfb0e25b57f299f256f4b8acf29a86cac
Switch branch/tag
beasy-mobile
src
08 May, 2024
10 commits
paymentAmount screen may require a payment type to display the correct logo on the page
· e79dedad
G
authored
May 08, 2024
e79dedad
handling loading state and request done with results
· 21151e97
G
authored
May 08, 2024
21151e97
render only payment mode returned from the query which have an active state after filtering.
· 1378854e
G
authored
May 08, 2024
1378854e
use interface PaymentCode from request module for code coverage
· 10011035
G
authored
May 08, 2024
10011035
change PaymentOptions type to match the returned ones from api
· 189a2b57
G
authored
May 08, 2024
189a2b57
sample, will be changed later
· cc69d777
G
authored
May 08, 2024
cc69d777
rendering all payment options inside a single container
· 6e46d04b
G
authored
May 08, 2024
6e46d04b
remove code for testing getPaymentTypes api
· f785d1ca
G
authored
May 08, 2024
f785d1ca
Test :: fetch the payments types on screen opening
· 4d3f4d36
G
authored
May 08, 2024
4d3f4d36
Fix :: app crashing. this was due to navigation replace method since the recent upgrade in rn
· afa4c7a5
G
authored
May 08, 2024
afa4c7a5
07 May, 2024
13 commits
a short test of the endpoint
· 1d49b7bc
G
authored
May 07, 2024
1d49b7bc
request to retrieve the list of payment types supported by the app
· 4a4f14e8
G
authored
May 07, 2024
4a4f14e8
some commons type for most api requests
· 3c0d6999
G
authored
May 07, 2024
3c0d6999
commented Authorization for the moment. remove hard forced POST request in client option
· 10f3ed7c
G
authored
May 07, 2024
10f3ed7c
authenticationData state
· 83b3bcdd
G
authored
May 07, 2024
83b3bcdd
handling request error a little better by checking if response is inside the error object
· 4a40ec39
G
authored
May 07, 2024
4a40ec39
showing a basic error message when authentication is a failure
· 216da516
G
authored
May 07, 2024
216da516
user can login with valid credentials and be redirected to the home screen
· e9fa692c
G
authored
May 07, 2024
e9fa692c
function to hit the django authentication api
· c43baa54
G
authored
May 07, 2024
c43baa54
input field to take the full width of its container
· 0f26df78
G
authored
May 07, 2024
0f26df78
rename to IAutnenticationData
· df4e7a1a
G
authored
May 07, 2024
df4e7a1a
basic authentication response
· aaa73777
G
authored
May 07, 2024
aaa73777
add generic to the function for ts type inference of response
· 43a4720a
G
authored
May 07, 2024
43a4720a
06 May, 2024
2 commits
short fix to avoid the animation to replay everytime a state value change in a parent component
· 559af245
G
authored
May 06, 2024
559af245
a component to provide react query client to all its children
· 80139a9a
G
authored
May 06, 2024
80139a9a
29 Apr, 2024
1 commit
white background
· 4511da79
G
authored
Apr 29, 2024
4511da79
28 Apr, 2024
2 commits
pressing the close button will let you go back to home screen for user not logged in.
· f532ab2c
G
authored
Apr 28, 2024
f532ab2c
use the state value for isAuthenticated
· 442da8be
G
authored
Apr 28, 2024
442da8be
27 Apr, 2024
7 commits
go directly to the home page for logged in user WHEN user is logged in
🙃
· bdc8e376
G
authored
Apr 27, 2024
bdc8e376
context to manage user authentication states
· cd9a9dc7
G
authored
Apr 27, 2024
cd9a9dc7
types and navigations
· 585b9a8d
G
authored
Apr 27, 2024
585b9a8d
implementation of the navigation system for user that are not logged in.
· cb0b5926
G
authored
Apr 27, 2024
cb0b5926
add types for navigation system when user is yet to be logged in.
· 6e3a43c6
G
authored
Apr 27, 2024
6e3a43c6
export BottomTabs instead of myTabs that was a honest mistake.
· 0595f775
G
authored
Apr 27, 2024
0595f775
enforce a more consistent rectangle shape across different screen size.
· eca08b09
...
G
authored
Apr 27, 2024
all payment option will lead to the default input page for now
eca08b09
26 Apr, 2024
5 commits
the tabbar should not be shown when keyboard pop out
· 63980e25
G
authored
Apr 26, 2024
63980e25
screen option to have the icon match the theme secondary color when active
· 401cd7c6
G
authored
Apr 26, 2024
401cd7c6
add go back button
· ab4bb070
G
authored
Apr 26, 2024
ab4bb070
navigate to the numberAndOtp... screen
· d44f9a33
G
authored
Apr 26, 2024
d44f9a33
pressing the button actually do something now
· e514ef17
G
authored
Apr 26, 2024
e514ef17