From 1d038f3b29627ce8c2bd74a8dbc3e2bf81ee47b9 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Thu, 5 Nov 2020 21:37:29 +0100 Subject: [PATCH] Add TODOs to README --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5abb993..501374b 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,24 @@ Google Chrome Extension that adds stories to your GitHub dashboard. ## Installation -1. Clone this repository -2. Load the folder as an [unpacked extension](https://webkul.com/blog/how-to-install-the-unpacked-extension-in-chrome/) +1. Download this repository. Clone / download ZIP and unzip on your computer. + +2. Visit `chrome://extensions` (or click Menu -> Tools -> Extensions). + +3. Enable Developer mode by ticking the checkbox in the upper-right corner. + +4. Click on the "Load unpacked" button in the top-left corner. + +5. Select the downloaded folder. + +## TODO + +- Story list view: + + - Add circle around profile pictures. Like [this](https://user-images.githubusercontent.com/17879672/98292602-3db4e280-1fad-11eb-8398-0397889399f3.png). + +- Single story view: + + - Next and previous buttons should show next and previous stories. (Falomo) + - Timer and countdown. Should auto-switch to next story after 5 secs. (Falomo?) + - Improve the design of the view. Add colors, images, etc. (Chidi)