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
4d3f4d3622502eb209600a04f5c19d42613a1eef
Switch branch/tag
beasy-mobile
08 May, 2024
5 commits
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
fix error about missing prop-types module
· 8438d26d
G
authored
May 08, 2024
8438d26d
bump for badge version
· 2b61dde4
G
authored
May 08, 2024
2b61dde4
upgrade expo and fix dependencies for this new version
· 2caa829b
G
authored
May 08, 2024
2caa829b
07 May, 2024
14 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
fix settings that made linter was running on all files. Now only staged files will be linted
· 03d5598a
G
authored
May 07, 2024
03d5598a
add generic to the function for ts type inference of response
· 43a4720a
G
authored
May 07, 2024
43a4720a
06 May, 2024
9 commits
ignore files in utils folder
· 2ef5f12d
G
authored
May 06, 2024
2ef5f12d
add axios
· 8f23ecb7
G
authored
May 06, 2024
8f23ecb7
short fix to avoid the animation to replay everytime a state value change in a parent component
· 559af245
G
authored
May 06, 2024
559af245
ignore .env
· 23c5cdbb
G
authored
May 06, 2024
23c5cdbb
wrapped by ProvideQueryClient component
· 9e14eceb
G
authored
May 06, 2024
9e14eceb
a component to provide react query client to all its children
· 80139a9a
G
authored
May 06, 2024
80139a9a
add react-query
· 32be95b0
G
authored
May 06, 2024
32be95b0
fix type on utilisation
· 5c16c4f3
G
authored
May 06, 2024
5c16c4f3
updated README.md
· 699b4531
G
authored
May 06, 2024
699b4531
29 Apr, 2024
2 commits
square resolution and centered a little bit
· b59ceb76
G
authored
Apr 29, 2024
b59ceb76
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
8 commits
go directly to the home page for logged in user WHEN user is logged in
🙃
· bdc8e376
G
authored
Apr 27, 2024
bdc8e376
wrapped by the context and using the all new navigation system.
· 2e8bbc7f
G
authored
Apr 27, 2024
2e8bbc7f
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