Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2023-029
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
2023-029
2023-029
Commits
73d8a7a0
Commit
73d8a7a0
authored
Aug 03, 2023
by
Paranagama R.P.S.D.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix : UI Issues
parent
4bf32b65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
31 deletions
+23
-31
Project/Frontend/Web_App/src/pages/translate-page.tsx
Project/Frontend/Web_App/src/pages/translate-page.tsx
+23
-31
No files found.
Project/Frontend/Web_App/src/pages/translate-page.tsx
View file @
73d8a7a0
...
...
@@ -243,23 +243,6 @@ export default function AboutPage() {
</
Box
>
</
Card
>
</
Grid
>
{
/* <Grid item xs={12} md={12}>
<center>
<Button
variant="contained"
style={{ width: '200px', height: '60px', fontSize: '20px' }}
sx={{
mb: 3,
}}
disabled={loading}
onClick={() => {
translateSignLanguageToText();
}}
>
Translate
</Button>
</center>
</Grid> */
}
</
Grid
>
</
Card
>
</
Box
>
...
...
@@ -281,6 +264,29 @@ export default function AboutPage() {
<
Card
sx=
{
{
p
:
5
,
minHeight
:
300
}
}
>
<
Box
display=
"grid"
gap=
{
5
}
>
<
Stack
spacing=
{
2
}
>
<
Grid
item
xs=
{
12
}
md=
{
12
}
container
direction=
"row"
justifyContent=
"flex-end"
alignItems=
"center"
>
<
Button
variant=
"contained"
style=
{
{
width
:
'
200px
'
,
height
:
'
60px
'
,
fontSize
:
'
20px
'
}
}
sx=
{
{
mb
:
3
,
}
}
disabled=
{
loading
}
onClick=
{
()
=>
{
translateSignLanguageToText
();
}
}
>
Translate
</
Button
>
</
Grid
>
{
loading
?
(
<
Card
>
<
CardContent
>
...
...
@@ -320,20 +326,6 @@ export default function AboutPage() {
</
Box
>
</
Card
>
</
Grid
>
<
Grid
item
xs=
{
12
}
md=
{
12
}
>
<
center
>
<
Button
variant=
"contained"
style=
{
{
width
:
'
200px
'
,
height
:
'
60px
'
,
fontSize
:
'
20px
'
}
}
sx=
{
{
mb
:
3
,
}
}
disabled=
{
loading
}
>
Translate
</
Button
>
</
center
>
</
Grid
>
</
Grid
>
</
Card
>
</
Box
>
...
...
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