diff options
| -rw-r--r-- | README.md | 22 | 
1 files changed, 10 insertions, 12 deletions
| @@ -1,5 +1,4 @@  # Lens -  A read only file explorer with media capabilities.  # Dev @@ -40,6 +39,7 @@ experience. It will feedback loop a bit faster.  ## Build and install   To build you simply run: +  ```  make  ``` @@ -82,22 +82,20 @@ Sassc[^4] is used to generate the css file from sass.  ## Bulma -Bulma is the css framework of choice for this project. It is added as sub-module, so don't forget to pull it. +Bulma is the css framework of choice for this project. It is added as +sub-module, so don't forget to pull it.  # TODO  -* ~~Thumbnail system~~ -* ~~Initial setup process~~ -* ~~Single binary output~~ -* Better worker pool. Allow cron job and ui config -* ~~Alpine package~~[^7] [^8]  * Demo site  * Single image viewer and show exif info (not sure how yet) -* ~~User base root folder~~ -* ~~Albums(ish)~~ -* Testing. Since I still on initial iteration phases I'm not adding as many -  testing as I'd like to. Once I set on most of the design I'll add more test -  (is this even done :thinking:). +* Better UI error handling (or error handling at all). +* Log out option +* Actually handle admin +* Better pagination +* Better Testing. Since I still on initial iteration phases I'm not adding as +  many testing as I'd like to. Once I set on most of the design I'll add more +  test (is this ever done :thinking:).  [^1]: https://github.com/libvips/libvips  [^2]: https://github.com/h2non/bimg | 
