dust-tt / dust

Amplify your team's potential with customizable and secure AI assistants.
https://dust.tt
MIT License
928 stars 103 forks source link

Include app name in <title> tag of webpage #102

Closed andyszy closed 1 year ago

andyszy commented 1 year ago

Current behavior: Currently when I have several Dust apps open in browser tabs, it's difficult to tell which is which, because they are all titled "Dust - andyszy". This also makes Chrome's omnibox less useful for quickly navigating back to a specific Dust app.

Expected behavior: the tag of the page should include the name of the Dust app I'm currently working on.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/spolu"><img src="https://avatars.githubusercontent.com/u/15067?v=4" />spolu</a> commented <strong> 1 year ago</strong> </div> <div class="markdown-body"> <p>Duh! You got it :+1: Will get to it today.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>