README: add logo and mark file uploading as complete

pull/24/head
Max Leiter 3 years ago committed by GitHub
parent 54adafa41d
commit 6c0c45091f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,5 @@
# Drift # <img src="client/public/assets/logo.png" height="32px" alt="" /> Drift
Drift is a self-hostable Gist clone. It's also a major work-in-progress, but is (almost, no database yet) completely functional. Drift is a self-hostable Gist clone. It's also a major work-in-progress, but is (almost, no database yet) completely functional.
@ -12,7 +13,7 @@ Drit is a major work in progress. Below is a (rough) list of completed and envis
- [x] creating and sharing private, public, unlisted posts - [x] creating and sharing private, public, unlisted posts
- [x] syntax highlighting (detected by file extension) - [x] syntax highlighting (detected by file extension)
- [x] multiple files per post - [x] multiple files per post
- [ ] uploading files via drag-and-drop - [x] uploading files via drag-and-drop
- [x] responsive UI - [x] responsive UI
- [x] user auth - [x] user auth
- [ ] SSO via HTTP header (Issue: [#11](https://github.com/MaxLeiter/Drift/issues/11)) - [ ] SSO via HTTP header (Issue: [#11](https://github.com/MaxLeiter/Drift/issues/11))

Loading…
Cancel
Save