Files
oak-gpui/crates
Marshall Bowers 8b6e982495 Remove manual mapping in FromStr implementation for StorySelector (#3018)
This PR removes the need for writing manual mappings in the `FromStr`
implementation for the `StorySelector` enum used in the storybook CLI.

We are now using the
[`EnumString`](https://docs.rs/strum/0.25.0/strum/derive.EnumString.html)
trait from `strum` to automatically derive snake_cased names for the
enums.

This will cut down on some of the manual work needed to wire up more
stories to the storybook.

Release Notes:

- N/A
2023-09-22 14:06:09 -04:00
..
2023-09-22 09:33:59 -04:00
2023-09-20 16:40:29 -07:00
2023-09-15 15:25:35 -04:00
2023-09-20 17:39:21 -07:00
2023-09-20 16:40:29 -07:00
2023-09-22 17:04:11 +03:00
2023-09-08 16:25:20 -06:00
2023-09-22 13:35:30 -04:00
2023-09-18 20:25:12 -06:00
2023-09-18 20:47:40 -06:00
2023-09-11 09:00:59 -06:00
2023-09-09 14:01:53 -07:00
2023-09-21 16:27:58 +02:00
2023-09-07 22:24:02 -06:00
2023-09-22 09:46:06 -04:00
2023-09-15 15:25:35 -04:00
2023-09-22 13:35:30 -04:00
2023-09-20 12:01:04 -06:00