forked from cerc-io/snowballtools-base
Nabarun Gogoi
5a17747be2
* Create layout for overview panel * Populate project details in overview panel * Add more types * Fix typo --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
38 lines
778 B
JSON
38 lines
778 B
JSON
[
|
|
{
|
|
"author": "Bob",
|
|
"authorAvatar": "^",
|
|
"createdAt": "2023-12-11T04:20:00",
|
|
"branch": "main",
|
|
"message": "Design integrate and tested"
|
|
},
|
|
{
|
|
"author": "Alice",
|
|
"authorAvatar": "^",
|
|
"createdAt": "2023-12-11T04:20:00",
|
|
"branch": "prod",
|
|
"message": "Fix lint errors"
|
|
},
|
|
{
|
|
"author": "Charlie",
|
|
"authorAvatar": "^",
|
|
"createdAt": "2023-12-11T04:20:00",
|
|
"branch": "main",
|
|
"message": "Sidebar changed"
|
|
},
|
|
{
|
|
"author": "Roy",
|
|
"authorAvatar": "^",
|
|
"createdAt": "2023-12-11T04:20:00",
|
|
"branch": "staging",
|
|
"message": "Add style to the page"
|
|
},
|
|
{
|
|
"author": "Brad",
|
|
"authorAvatar": "^",
|
|
"createdAt": "2023-12-11T04:20:00",
|
|
"branch": "dev",
|
|
"message": "404 not found"
|
|
}
|
|
]
|