timelineDebugData.js 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. export const timelineDebugData = [{
  2. id: 0,
  3. type: 'message',
  4. author: {
  5. id: 5,
  6. name: 'MrLapin',
  7. avatar: 'https://avatars3.githubusercontent.com/u/11177014?s=460&v=4'
  8. },
  9. createdAt: {
  10. day: '27/11/17',
  11. hour: '11h45'
  12. },
  13. text: 'Proident esse laboris in sed officia exercitation ut anim ea.'
  14. }, {
  15. id: 1,
  16. type: 'message',
  17. author: {
  18. id: '1',
  19. name: 'smoi',
  20. avatar: 'https://www.algoo.fr/static/images/algoo_images/algoo-logo.jpg'
  21. },
  22. createdAt: {
  23. day: '27/11/16',
  24. hour: '10h30'
  25. },
  26. text: 'Proident esse laboris in sed officia exercitation ut anim ea. in sed officia exercitation ut'
  27. }, {
  28. id: 2,
  29. type: 'message',
  30. author: {
  31. id: '1',
  32. name: 'smoi',
  33. avatar: 'https://www.algoo.fr/static/images/algoo_images/algoo-logo.jpg'
  34. },
  35. createdAt: {
  36. day: '27/11/15',
  37. hour: '10h30'
  38. },
  39. text: 'Proident esse laboris in sed officia exercitation ut anim ea. Proident esse laboris in sed officia exercitation ut anim ea. Proident esse laboris in sed officia exercitation ut anim ea.'
  40. }, {
  41. id: 3,
  42. type: 'version',
  43. author: {
  44. id: '1',
  45. name: 'smoi',
  46. avatar: 'https://www.algoo.fr/static/images/algoo_images/algoo-logo.jpg'
  47. },
  48. createdAt: {
  49. day: '27/11/11'
  50. },
  51. number: '5'
  52. }]
  53. export default timelineDebugData