README: add logo and mark file uploading as complete

This commit is contained in:
Max Leiter 2022-03-11 15:46:49 -08:00 committed by GitHub
parent 54adafa41d
commit 6c0c45091f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))