Fixing Chatcraft's Buggy Auto-Scrolling Feature
Fixing chatcraft's buggy auto-scrolling feature is the focus this sprint. Removing instances, refactoring buttons & maintaining view height are key steps. Also aiming for smoother scrolling to enhance user experience.
This sprint is entirely dedicated to fixing the auto-scrolling feature of chatcraft. Currently its auto-scrolling feature is a bit buggy, it works for the most part except for the end of it. It scroll back to the top of the message and then to a random location in the message. I am looking into fixing that or more likely need to create a new auto-scrolling feature. It is the easier way I believe. So the plan is that try to remove all instances of the auto-scroll to find the issue. After removing it all, for the most part, the height of the message view actively change. This is most likely the...