shlogg · Early preview
Aldrin312 @aldrin312

Fixing UI Bugs & Adding AI Web Search Feature To Chatcraft.org

Fixed UI bug in chatcraft.org by stopping window from resizing dynamically. Added "back to top" button & smoothed auto scrolling. Next sprint: tackling web search feature with AI models.

For this sprint I was trying to work on several issues for chatcraft.org. One was fixing a UI bug, where the window for the model selection would change sizes depending on the longest model name shown. Since putting an input in the search bar would filter the closest models to the input and reduce the number of models on the list, the window would shrink.
Before:

After:

I quickly fix this by just stopping the window from dynamically changing. By stopping the height and width from changing based one the model list.
Result:

Another quick issue I worked on is adding a back to top at the end of...