extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Update 'Simulator Control' extension (fix #12763)

Open xmok opened this issue 7 months ago • 1 comments

Description

This PR closes #12763 by showing the OS/Runtime in subtitle. Functionality has not been changed but some changes of note:

  • chore + deps updated
  • there was an unused icon which I have assigned to List Items
  • there was a Makefile which I deleted as it did not seem to have a purpose
  • added isLoading via useState
  • replaced the existing state with a useCachedState
  • removed all the search code instead using Raycast built-in search + includes subtitle
  • moved the filter and maps into a single flatMap

Screencast

https://github.com/raycast/extensions/assets/30526133/4c6e45a4-8102-49bb-a753-f8dfee6bd8a9

Checklist

xmok avatar Jul 07 '24 15:07 xmok