Files
veridian/BUGS.md
T

1.5 KiB

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. 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. 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. 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. THIS WAS BECAUSE OF GRAMMARLY. I HATE YOU GRAMMARLY.

  10. Multiple markdown blocks might be edited with the same content at the same time