N2: History: Maintain a record of the questions attempted by the user e.g., maintain a list of questions attempted along with the date-time of attempt, the attempt itself and/or suggested solutions.
[x] Add design into dashboard
[x] Add API to collab service
[x] Consume API in frontend
[x] Display question IDs user attempted
[x] Display question name (not all info) that user attempted
[x] Add message if none attempted before
[x] Add timestamp for when collab is created
[x] Display pretty timestamp
[x] Sort by timestamp, newest first
[x] Add button to copy or even a modal to preview the final state of the attempt's code. Eye icon
Stretch Goals
[ ] Display the other username you collabed with. API will need to request user info internally
[ ] On click, redirect to question page and scroll to that question (query string?)
Stretch Goals