Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
react-todo
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
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Manivasagam S
react-todo
Commits
6ae1d2bd
Commit
6ae1d2bd
authored
May 13, 2025
by
Manivasagam S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style changed
parent
69a4433d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
TodoItem.module.css
src/Styles/TodoItem.module.css
+3
-2
db.json
src/db.json
+12
-2
No files found.
src/Styles/TodoItem.module.css
View file @
6ae1d2bd
...
@@ -91,14 +91,15 @@
...
@@ -91,14 +91,15 @@
border-radius
:
8px
;
border-radius
:
8px
;
text-align
:
center
;
text-align
:
center
;
max-width
:
auto
;
max-width
:
auto
;
margin
:
0
20px
}
}
.modalButtons
{
.modalButtons
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-around
;
justify-content
:
center
;
flex-direction
:
column
;
flex-direction
:
column
;
margin-top
:
1rem
;
margin-top
:
1rem
;
gap
:
5
px
gap
:
10
px
}
}
.confirmButton
,
.confirmButton
,
...
...
src/db.json
View file @
6ae1d2bd
...
@@ -11,8 +11,18 @@
...
@@ -11,8 +11,18 @@
"completed"
:
false
"completed"
:
false
},
},
{
{
"id"
:
"f779"
,
"id"
:
"d7e7"
,
"text"
:
"qwdhmm"
,
"text"
:
"sdfgdsfg"
,
"completed"
:
false
},
{
"id"
:
"2ccd"
,
"text"
:
"dfhgfhdfh"
,
"completed"
:
false
},
{
"id"
:
"9b94"
,
"text"
:
"dfghdfgh"
,
"completed"
:
false
"completed"
:
false
}
}
]
]
...
...
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