Refresh server actions after git changes

It would be great if the list of Server Actions would refresh anytime that list might be impacted by a change in git. For example, when switching branches, discarding the deletion of an api, etc.

Today I really have to hit the Refresh icon anytime I have been in git, but that is easy to forget!

thanks @mebeingken good request :+1:

1 Like

@george if possible(may not be) it would be great if the refresh was triggered on git change and not just on Wappler git manager change.

Maybe you can do that by monitoring the git folder instead of triggering on git manager event.

1 Like

Yes we already have native file watcher, so everything refreshes automatically on file change.

The only component not using it yet is the server connect panel, so we will improve that soon.

4 Likes