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
4bf32b65
Commit
4bf32b65
authored
Aug 03, 2023
by
Paranagama R.P.S.D.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix : UI Issues
parent
23495a40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
2 deletions
+26
-2
Project/Frontend/Web_App/src/pages/translate-page.tsx
Project/Frontend/Web_App/src/pages/translate-page.tsx
+26
-2
No files found.
Project/Frontend/Web_App/src/pages/translate-page.tsx
View file @
4bf32b65
...
...
@@ -161,6 +161,7 @@ export default function AboutPage() {
file=
{
file
}
onDrop=
{
handleDropSingleFile
}
onDelete=
{
()
=>
setFile
(
null
)
}
multiple=
{
true
}
/>
{
file
&&
(
...
...
@@ -180,6 +181,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
>
...
...
@@ -219,7 +243,7 @@ export default function AboutPage() {
</
Box
>
</
Card
>
</
Grid
>
<
Grid
item
xs=
{
12
}
md=
{
12
}
>
{
/*
<Grid item xs={12} md={12}>
<center>
<Button
variant="contained"
...
...
@@ -235,7 +259,7 @@ export default function AboutPage() {
Translate
</Button>
</center>
</
Grid
>
</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