add mobile menu (#64)
* add mobile menu
* fix
* Auto-naming convos by summarizing them (#58)
* Auto-naming convos by summarizing them
* Ok let's do it only on first message then
* revamp
* location.reload for now
* avoid huge titles
* fix messages width
* add community feedback to nav
* fix tokens keeping coming even when changing conversation (#62)
* favicon
* 🐛 Fix generating bug (#68)
* 🐛 Fix redirect after delete
* ✨ Remove endoftext (#70)
* 🐛 Remove sanitized < (#71)
* 🩹 Change 301 to 302 in case we want to use the route for something else
* 🩹 Use passed fetch cc @julien-c
When using @huggingface/infernece in the backend we'll need to make it support custom fetch as well
* refactor mobile menu + improve accessibility
* fix missing menu on md size + regression share button on hover
* fix chat title truncate on mobile
* fix layout max-width on mobile
* use a single event dispatcher instead of 2
* add missing type="button"
* remove duplicated wrapper after merge conflict
---------
Co-authored-by: Victor Mustar <victor.mustar@gmail.com>
Co-authored-by: Julien Chaumond <julien@huggingface.co>
Co-authored-by: Eliott C <coyotte508@gmail.com>