Files
oak-gpui/crates
Isaac Donaldson 31566cb5a0 Add width setting for the file finder (#18682)
This PR adds the ability to adjust the width of the file finder popup. I
found when searching my projects the default width was not always wide
enough and there was no option to change it.

It allows values `small`, `medium` (default), `large`, `xlarge`, and
`full`

Release Notes:

- Added a setting to adjust the width of the file finder modal


Example Setting:
```json
  "file_finder": {
    "modal_width": "medium"
  },
```

Screenshots can be found in the comments below.
2024-11-16 20:52:43 +02:00
..
2024-10-27 19:44:21 -07:00
2024-11-11 18:39:05 +01:00
2024-11-16 13:48:25 +02:00
2024-11-11 18:39:05 +01:00
2024-11-13 10:42:08 -07:00
2024-11-16 13:48:25 +02:00
2024-11-15 12:25:18 -05:00
2024-11-14 08:25:48 -05:00
2024-11-16 13:48:25 +02:00
2024-11-13 11:47:52 -05:00
2024-10-30 11:26:54 -06:00