📄 | .gitignore |
📄 | README.md |
📁 | api |
📁 | assets |
📄 | index.js |
📁 | lib |
📄 | main-window.js |
📄 | package.json |
📁 | styles |
📁 | views |
README.md
patchwork-next
Very early work-in-progress attempt at remaking Patchwork using patchbay and UX/ideas from ferment.
The goal is to make a standalone, easy to install, "social" view into the ssb world.
Install and run
$ git clone https://github.com/mmckegg/patchwork-next
$ cd patchwork-next
$ npm install
$ npm start
TODO
- ☑ Main navigation buttons
- ☑ Compressed feed (the algorithm :wink:)
- ☐ Endless scrolling (or load more) on main feed
- ☐ Power user tabs (right-click, Open in New Tab -> tab interface appears safari style)
- ☐ Preserve scroll on back button
- ☐ Search
- ☐ Easy navigation sidebar
- ☐ Contacts sidebar
- ☐ Show digs on posts in a nicer way (make it clear that you've dug something)
- ☐ Add more todos!
Built with git-ssb-web