30 lines
1.4 KiB
Markdown
30 lines
1.4 KiB
Markdown
# Known Bugs
|
|
|
|
1. [ ] Occasionally, once in maybe 10 runs, triplit will make TWO connections to the backend.
|
|
I'm not entire sure why, I think its a race condition, but I'm not sure.
|
|
I _do not_ think that triplit-nuxt is the culprit, but I'm not sure.
|
|
|
|
2. [ ] The logic to handle hovering over the sidebar is half-baked at best. On the
|
|
agents route, the back arrow sometimes stays full sized
|
|
|
|
3. [ ] If you open the theme switcher on the sidenav then close it and re-open
|
|
it _without_ moving your mouse off of the sidenav, the agent button/dropdown
|
|
trigger will slowly crawl to the right (likely related to #2).
|
|
|
|
4. [x] When navigating to different topics, or making a new topic, the page sort
|
|
of freezes but its not completely frozen? I think this was because of
|
|
page transitions
|
|
|
|
5. [x] If you navigate from "/" to an agent, then navigate to topics, none of
|
|
the topic data is loaded. **This was a bug in the triplit-nuxt plugin.**
|
|
|
|
6. [ ] Stop button showing when no generation
|
|
|
|
7. [x] Sidenavs keep the overflow even if the lists are collapsed
|
|
|
|
8. [ ] Sometimes the sidebar wont change views until you move your mouse off of the sidenav?
|
|
|
|
9. [ ] ~~Sometimes on first page load, the message send button is on the left?~~
|
|
If input was typed into the chat input **before hydation** the message send button
|
|
will be on the left.
|