Improved Responsiveness and File Handling in Lotta Supply
Today's updates focused on improving the user experience on smaller screens and enhancing file handling within Lotta Supply. We've made the Sources and Insights panels more responsive, dynamically adjusting their width to provide more space for the chat window on laptop screens. This ensures a better viewing experience and improved usability for users on a wider range of devices. Additionally, the Google Drive button text now dynamically adjusts depending on screen size.
We also addressed an issue with file panel scrolling. Users can now smoothly scroll through large lists of files without any limitations. This enhancement provides a more seamless and efficient workflow when managing numerous files within the workspace.
Finally, we have made some minor infrastructure improvements related to cookie prefixes. These changes are internal and won't directly impact the user experience, but they contribute to the overall stability and security of the application.
View source activity
Commits (5)
- Merge pull request #155 from jschill/fix/responsive-panel-widths
- fix: responsive Google Drive button text in narrow file panel
- fix: make side panels narrower on smaller screens
- Merge pull request #153 from jschill/fix/audit-log-auth-context
- fix: add min-h-0 to FilePanel ScrollArea to enable scrolling with many files
Pull Requests (4)
- #156: Release 20260309-2 - Responsive fixes
- #155: fix: make side panels narrower on laptop screens
- #154: Scroll fix
- #153: fix: file panel scrolling with many files