Surfaces query preset controls more prominently. Query presets are central to the function of the list view, if enabled, but the UI is easily overlooked. This also sets the stage for future enhancements, such as pinned presets, etc. Also improves the usability of the search field by extending the hitbox of the input fully to the boundaries of the container. Before: https://github.com/user-attachments/assets/3203561c-68cc-43f4-8ded-c51b7c8e8f0c After: https://github.com/user-attachments/assets/13dce7c9-67d8-471f-a85c-2795938b3e3e --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1210743577153864 --------- Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com>
Having the `scripts` dir re-use all packages from the top-level was getting quite unwieldy. Created new `tools` directory that is part of the workspace. Packages are exported with the `@tools` package namespace.