Zabir Raihan
Zabir Raihan
> This is extension vs appindicator, right? Yes
`.listStyle(.inset)` with `.scrollContentBackground(.hidden)` should render animations correctly. And you can retain all the built-in functionality of `List`. Of course this is far from perfect since it probably requires other tweaks...
You can check [this](https://github.com/SilverMarcs/SwiftMarkdownView/blob/a9b9a20748aaadd4b79a3a90995d0edf6ceb7a10/Sources/SwiftMarkdownView/Resources/default-macOS.css#L287) line of the linked repository: See the corresponding ios css file as well. Note that i defined background color variables on top of the file, ideally...
For NavigatorFilterView, the textfield on Xcode on tahoe has less bright background. for the selectionBackground in its file, setting `Color.white.opacity(0.09)` insted of opacity of 0.24 mostly mimics corectly. Also, for...
Thoughts on moving that picker to the top? the empty space below it upto the sidebar toggle button looks a bit weird
Seems good. Would be great to have model selector working seamlessly with copilots model unless it brings about serious complexity at which point setting model via cli flag might be...