Skip to content

Commit

Permalink
Add TODOs to README
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Nov 5, 2020
1 parent b681d2f commit 1d038f3
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 1d038f3

Please sign in to comment.