Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Lecturer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
tungnq
AppUms_Lecturer
Commits
307b4245
Commit
307b4245
authored
Sep 11, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Điều chỉnh giao diện button
parent
9ce41d07
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
index.js
src/screens/list_work/index.js
+0
-0
view.js
src/screens/list_work/view.js
+2
-3
No files found.
src/screens/list_work/index.js
View file @
307b4245
This diff is collapsed.
Click to expand it.
src/screens/list_work/view.js
View file @
307b4245
...
@@ -53,8 +53,7 @@ const ListWorkView = props => {
...
@@ -53,8 +53,7 @@ const ListWorkView = props => {
};
};
const
renderActionButtons
=
item
=>
{
const
renderActionButtons
=
item
=>
{
const
buttons
=
getButtonsForStatus
(
item
.
status
,
item
);
const
buttons
=
getButtonsForStatus
(
item
.
status
);
return
buttons
.
map
((
button
,
index
)
=>
(
return
buttons
.
map
((
button
,
index
)
=>
(
<
Button
<
Button
...
@@ -71,7 +70,7 @@ const ListWorkView = props => {
...
@@ -71,7 +70,7 @@ const ListWorkView = props => {
textColor
=
{
R
.
colors
.
white
}
textColor
=
{
R
.
colors
.
white
}
fontSize
=
{
R
.
fontsize
.
fontSizeContent
}
fontSize
=
{
R
.
fontsize
.
fontSizeContent
}
height
=
{
30
}
height
=
{
30
}
width
=
{
1
2
0
}
width
=
{
1
0
0
}
containerStyle
=
{{
marginRight
:
10
,
borderRadius
:
20
}}
containerStyle
=
{{
marginRight
:
10
,
borderRadius
:
20
}}
/
>
/
>
));
));
...
...
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