snowballtools-base/packages/frontend/src/assets/activities.json
Nabarun Gogoi 5a17747be2
Add layout for overview panel in project details page (#3)
* Create layout for overview panel

* Populate project details in overview panel

* Add more types

* Fix typo

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2023-12-14 18:17:46 +05:30

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"
}
]