{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":689094867,"defaultBranch":"main","name":"random-facts","ownerLogin":"vishalmajumdar","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-09-08T19:37:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/23531925?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1694201947.0","currentOid":""},"activityList":{"items":[{"before":"8398fab09fea53b4e9d9ab34182a4ef86eee0208","after":"d613522a772f6e138ca3a5297c62eb3622ec7705","ref":"refs/heads/main","pushedAt":"2023-09-15T21:12:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Update README.md\n\nThe default markdown place by Vite has been shifted to the bottom just for future reference and the details of the mini project has been added at the top","shortMessageHtmlLink":"Update README.md"}},{"before":"e40c15fe7b1825c0297eda4f1e256935ac092c10","after":"8398fab09fea53b4e9d9ab34182a4ef86eee0208","ref":"refs/heads/main","pushedAt":"2023-09-15T19:50:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Add loading message\n\nWhile testing on production it was found that it was taking longer than usual so clicked the button multiple times which caused multiple responses/facts to appear so a 'Loading...' message has been set untill the fact appears. Also if there is some error in fetching the fact then 'Failed to Get Fact' message will appear.","shortMessageHtmlLink":"Add loading message"}},{"before":"c35dcfce8ddcb911f56495310a6d17df1c1ddda6","after":"e40c15fe7b1825c0297eda4f1e256935ac092c10","ref":"refs/heads/main","pushedAt":"2023-09-15T19:37:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Add getFact function\n\na function has been defined to get data from external API and store in the useState variable so that everytime the button is clicked the UI will get render again, also the code has been refactore a litte bit and 2 comments were added too","shortMessageHtmlLink":"Add getFact function"}},{"before":"bc044deafd76f80962b88c6c342a2dd357d2b193","after":"c35dcfce8ddcb911f56495310a6d17df1c1ddda6","ref":"refs/heads/main","pushedAt":"2023-09-15T19:10:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Add state variable\n\nThe state variable for fact has been assigned a string which will store the useless fact retrieved from external API and then displayed to the screen","shortMessageHtmlLink":"Add state variable"}},{"before":"5a494ccd912cd0c0f3a363382dcf819fea045e91","after":"bc044deafd76f80962b88c6c342a2dd357d2b193","ref":"refs/heads/main","pushedAt":"2023-09-15T10:14:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Add Fetch API\n\nFetching of facts through an external API has been implemented and logged to console","shortMessageHtmlLink":"Add Fetch API"}},{"before":"a55c06ca8ee572dcc4c77a35beebc75a4fa7f7e1","after":"5a494ccd912cd0c0f3a363382dcf819fea045e91","ref":"refs/heads/main","pushedAt":"2023-09-15T08:45:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Refactor code\n\nMoved the button from body component to facts component and then wrapped them in fragments","shortMessageHtmlLink":"Refactor code"}},{"before":"da210441b471caa5984a7d081b01c16ac446af61","after":"a55c06ca8ee572dcc4c77a35beebc75a4fa7f7e1","ref":"refs/heads/main","pushedAt":"2023-09-10T04:54:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Add Facts component\n\nRefactored the Body component and replaced the section for facts with Facts component","shortMessageHtmlLink":"Add Facts component"}},{"before":"0834958a0e9cbae1a6e8d3efc9951cc67af6cbd0","after":"da210441b471caa5984a7d081b01c16ac446af61","ref":"refs/heads/main","pushedAt":"2023-09-09T21:55:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Update Body Component\n\nAdded the required blocks in the body component and refactored some code to style header footer and the body","shortMessageHtmlLink":"Update Body Component"}},{"before":"6c8e4959798e1267ced684d6c746571b419f8958","after":"0834958a0e9cbae1a6e8d3efc9951cc67af6cbd0","ref":"refs/heads/main","pushedAt":"2023-09-09T21:01:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Add Footer\n\nMade the basic footer component and it's styling","shortMessageHtmlLink":"Add Footer"}},{"before":"b0da2a4e9adf934ec4a4def0248db74950cf67e7","after":"6c8e4959798e1267ced684d6c746571b419f8958","ref":"refs/heads/main","pushedAt":"2023-09-09T20:30:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Change title\n\nRemoved the generator word from the site title","shortMessageHtmlLink":"Change title"}},{"before":"fb04fc17d944c18c091575cc2b6d8f8837fa1207","after":"b0da2a4e9adf934ec4a4def0248db74950cf67e7","ref":"refs/heads/main","pushedAt":"2023-09-09T20:29:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Build Header\n\nMade the header component with 2 buttons and site title in the middle","shortMessageHtmlLink":"Build Header"}},{"before":"3e792140ff5d66ccde3104eec6a7866b90e1be56","after":"fb04fc17d944c18c091575cc2b6d8f8837fa1207","ref":"refs/heads/main","pushedAt":"2023-09-09T19:03:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Add google font\n\nGoogle Font - Poppins was added","shortMessageHtmlLink":"Add google font"}},{"before":"e99ff6563c55cb022dfbfcc6086bc474d8979ad4","after":"3e792140ff5d66ccde3104eec6a7866b90e1be56","ref":"refs/heads/main","pushedAt":"2023-09-09T18:48:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Add basic components\n\nAdded Header, Body and Footer Components for basic skeleton/structure","shortMessageHtmlLink":"Add basic components"}},{"before":"39a68796fb3bd800bc76635718f1719d4e8c9905","after":"e99ff6563c55cb022dfbfcc6086bc474d8979ad4","ref":"refs/heads/main","pushedAt":"2023-09-09T17:57:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Add favicon\n\nFavicons were generated on favicon.io and did as per the instructions on the site","shortMessageHtmlLink":"Add favicon"}},{"before":"160fd1cb28a1501d18811d80a7be0a3386f478b9","after":"39a68796fb3bd800bc76635718f1719d4e8c9905","ref":"refs/heads/main","pushedAt":"2023-09-09T17:53:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Create react project\n\nCreated a React project using Vite and added TailWindCSS to it.","shortMessageHtmlLink":"Create react project"}},{"before":null,"after":"160fd1cb28a1501d18811d80a7be0a3386f478b9","ref":"refs/heads/main","pushedAt":"2023-09-08T19:39:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"vishalmajumdar","name":"Vishal Majumdar","path":"/vishalmajumdar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23531925?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOS0xNVQyMToxMjozMS4wMDAwMDBazwAAAAOBxi9q","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOS0xNVQyMToxMjozMS4wMDAwMDBazwAAAAOBxi9q","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOS0wOFQxOTozOTowNy4wMDAwMDBazwAAAAN8kGn5"}},"title":"Activity ยท vishalmajumdar/random-facts"}