Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
21_22-J 38
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J 38
21_22-J 38
Commits
f03f2d61
Commit
f03f2d61
authored
Jul 16, 2022
by
Lihinikaduwa D.N.R.
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it18257632' into 'master'
It18257632 See merge request
!204
parents
2ee15d1b
92946937
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
21 deletions
+19
-21
API/db/__pycache__/dbConnection.cpython-39.pyc
API/db/__pycache__/dbConnection.cpython-39.pyc
+0
-0
frontend/src/assets/read/image/correct.png
frontend/src/assets/read/image/correct.png
+0
-0
frontend/src/assets/read/image/correct1.png
frontend/src/assets/read/image/correct1.png
+0
-0
frontend/src/component/reading/CountDownModal.js
frontend/src/component/reading/CountDownModal.js
+1
-1
frontend/src/component/reading/ReadModal.js
frontend/src/component/reading/ReadModal.js
+9
-12
frontend/src/component/reading/ReadModalFailed.js
frontend/src/component/reading/ReadModalFailed.js
+9
-8
No files found.
API/db/__pycache__/dbConnection.cpython-39.pyc
View file @
f03f2d61
No preview for this file type
frontend/src/assets/read/image/correct.png
View replaced file @
2ee15d1b
View file @
f03f2d61
247 KB
|
W:
|
H:
66.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
frontend/src/assets/read/image/correct1.png
0 → 100644
View file @
f03f2d61
247 KB
frontend/src/component/reading/CountDownModal.js
View file @
f03f2d61
...
...
@@ -108,7 +108,7 @@ const styles = StyleSheet.create({
borderWidth
:
5
,
borderColor
:
'
#d9d9d9
'
,
alignItems
:
'
center
'
,
shadowColor
:
'
red
'
,
shadowColor
:
'
green
'
,
shadowOffset
:
{
width
:
0
,
height
:
2
,
...
...
frontend/src/component/reading/ReadModal.js
View file @
f03f2d61
...
...
@@ -19,9 +19,6 @@ export default function ReadModal(props) {
const
navigation
=
useNavigation
();
const
navigate
=
()
=>
{
}
return
(
<
Modal
animationType
=
"
fade
"
...
...
@@ -128,13 +125,13 @@ const styles = StyleSheet.create({
borderRadius
:
20
,
padding
:
35
,
borderWidth
:
5
,
// borderColor: '#red
',
borderColor
:
'
#02a137
'
,
alignItems
:
'
center
'
,
// shadowColor: 'red
',
//
shadowOffset: {
//
width: 0,
//
height: 2,
//
},
shadowColor
:
'
green
'
,
shadowOffset
:
{
width
:
0
,
height
:
2
,
},
shadowOpacity
:
0.25
,
shadowRadius
:
4
,
elevation
:
5
,
...
...
@@ -174,13 +171,13 @@ const styles = StyleSheet.create({
marginBottom
:
20
,
},
alert2
:
{
// backgroundColor: 'rgba(0, 181, 0, 0.45)',
backgroundColor
:
'
#FFFFFFEF
'
,
borderWidth
:
1
,
borderColor
:
'
#02a137
'
,
borderRadius
:
50
,
width
:
100
,
height
:
100
,
marginBottom
:
20
,
marginTop
:
-
80
,
},
});
frontend/src/component/reading/ReadModalFailed.js
View file @
f03f2d61
...
...
@@ -110,7 +110,6 @@ const styles = StyleSheet.create({
elevation
:
2
,
},
centeredView3
:
{
flex
:
1
,
justifyContent
:
'
center
'
,
...
...
@@ -123,13 +122,13 @@ const styles = StyleSheet.create({
borderRadius
:
20
,
padding
:
20
,
borderWidth
:
5
,
// borderColor: '#1DCE9
2',
borderColor
:
'
#a1020
2
'
,
alignItems
:
'
center
'
,
// shadowColor: 'red
',
//
shadowOffset: {
//
width: 0,
//
height: 2,
//
},
shadowColor
:
'
green
'
,
shadowOffset
:
{
width
:
0
,
height
:
2
,
},
shadowOpacity
:
0.25
,
shadowRadius
:
4
,
elevation
:
5
,
...
...
@@ -169,7 +168,9 @@ const styles = StyleSheet.create({
textAlign
:
'
center
'
,
},
alert3
:
{
backgroundColor
:
'
rgba(255, 0, 0, 0.74)
'
,
backgroundColor
:
'
#FFFFFFEF
'
,
borderWidth
:
1
,
borderColor
:
'
#a10202
'
,
borderRadius
:
50
,
width
:
100
,
height
:
100
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment