Alejandro Guardiola
Alejandro Guardiola
Ok cool, I am thinking of a fast work around because I need this for today, I implemented the server in asp.net core and it is working very good, so...
Ok got it, I will follow that example thanks!!
@visortelle I am done with the UI, by any chance there is any action or any way to set the items in the ListView of the FileNavigator, because the only...
Yeah I am doing something like that, so basically I am generating a custom id specific for search that has the path of the directory and the search term encoded...
This is my capability ``` js const searchPrefix = 'ContainerSearch'; const separator = '*'; const label = 'search'; function handler(apiOptions, actions) { const { showDialog, hideDialog, navigateToDir, updateNotifications, getSelectedResources, getResourceLocation,...
Yeah I know there is already an api endpoint defined but because I did not find any action method to show the result in the FileNavigator, I did this as...
I think the concept of searching and even the api endpoint definition has to be refined, like we need to add a push mechanism to stream the data, in my...
I like the idea of using YAML instead of json it is more readable for humans
Thanks, I would contribute to the project but I lack experience in Java