README: add logo and mark file uploading as complete
This commit is contained in:
parent
54adafa41d
commit
6c0c45091f
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
@ -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] syntax highlighting (detected by file extension)
|
||||
- [x] multiple files per post
|
||||
- [ ] uploading files via drag-and-drop
|
||||
- [x] uploading files via drag-and-drop
|
||||
- [x] responsive UI
|
||||
- [x] user auth
|
||||
- [ ] SSO via HTTP header (Issue: [#11](https://github.com/MaxLeiter/Drift/issues/11))
|
||||
|
|
Loading…
Reference in a new issue