Inline searching of server connect action

I noticed the biggest time drain in Wappler for me these days is just all the clicking and waiting for modals to load.

Can we get ‘inline searching’ server actions?

How it works now

I just created a server action called reading_page_publish and I want to put this on my page.

This is how I do it now

  1. Create server connect component

  2. Rename ID to match the name of my server action

  3. Select server action

In total this means 8 actions to add this server action to the page:

  1. Right click → use keyboard
  2. Type → use mouse
  3. Click
  4. Click → use keyboard
  5. Type → use mouse
  6. Click → use keyboard
  7. Type → use mouse
    8 .Click

And 6 switches between mouse and keyboard.

How I suggest to do it

To at least remove some of these clicks (but I have a strong feeling that this whole system could be optimised way better):
Let me type in the ‘action’ text box immediately, and make it fuzzy search through the server actions.

image

Fuzzy search example:

It doesn’t even conflict with the current way of doing things, as there’s still the ‘Select server action’ button.