kkebo / DevToys.swiftpm

DevToys for iPad (WIP)
MIT License
37 stars 5 forks source link

Sync search queries between on Sidebar and on AllToolsView #33

Closed kkebo closed 1 year ago

kkebo commented 1 year ago

Currently, .searchable modifiers are attached to both Sidebar and AllToolsView to support both iPhone (single column) and iPad (2 columns). However, the search queries for both are independent. This is inconvenient, so I am going to change it so that they are synchronized.