Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
planner-team-one
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
21
Issues
21
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
Евгений Положенцев
planner-team-one
Commits
2a234024
Commit
2a234024
authored
Dec 10, 2022
by
Нелли Ибрагимова
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
df34b85f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CustomTableCell.js
...front/src/components/MyTasksCompoments/CustomTableCell.js
+2
-2
MyTasks.js
planner-front/src/containers/MyTasks/MyTasks.js
+1
-0
No files found.
planner-front/src/components/MyTasksCompoments/CustomTableCell.js
View file @
2a234024
...
@@ -13,7 +13,7 @@ const CustomTableCell = ({
...
@@ -13,7 +13,7 @@ const CustomTableCell = ({
placeholder
,
placeholder
,
user
,
user
,
})
=>
{
})
=>
{
const
styles
=
placeholder
?
{
width
:
"100%"
}
:
{
width
:
"auto"
};
const
styles
=
placeholder
?
{
width
:
"100%"
,
padding
:
"1px"
}
:
{
width
:
"auto"
,
padding
:
"1px"
};
const
divStyle
=
{
const
divStyle
=
{
display
:
"flex"
,
display
:
"flex"
,
justifyContent
:
"space-between"
,
justifyContent
:
"space-between"
,
...
@@ -34,7 +34,7 @@ const CustomTableCell = ({
...
@@ -34,7 +34,7 @@ const CustomTableCell = ({
<
TableCell
<
TableCell
onClick
=
{(
e
)
=>
(
onModalOpen
?
onModalOpen
(
e
,
task
)
:
null
)}
onClick
=
{(
e
)
=>
(
onModalOpen
?
onModalOpen
(
e
,
task
)
:
null
)}
align
=
"left"
align
=
"left"
//
style={styles}
style
=
{
styles
}
>
>
{(
task
.
isEditMode
&&
{(
task
.
isEditMode
&&
onChange
&&
onChange
&&
...
...
planner-front/src/containers/MyTasks/MyTasks.js
View file @
2a234024
...
@@ -295,6 +295,7 @@ console.log(tasks)
...
@@ -295,6 +295,7 @@ console.log(tasks)
value
:
task
.
priority
,
value
:
task
.
priority
,
user
:
user
user
:
user
}}
}}
sx
=
{{
width
:
"10px"
,
backgroundColor
:
"black"
}}
/
>
/
>
)}
)}
...
...
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