You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you select a collection from appwrite you don't have any feedback after press the + icon, so you don't know if It was add or not.
If you press the button multiples times and then closes the selection window, you will see multiples instances of the same collection, I think there is no reason why you should be allowing this, as you always will need one collection matching with the input data
The text was updated successfully, but these errors were encountered:
Thanks for making the issue. I haven't focused very much on state management of the UI yet, so it is good to compile a complete list of the state issues so they can be fixed all at once.
What is going on here is it is adding the collection to the Appwrite Data origin, but the UI just isn't updating to reflect that until you click back out of the dialog, then that triggers a state update and it shows them.
I'll be adding nice UI state reactions to the buttons in that dialog and updating the Appwrite list behind the dialog so it is clear.
Thanks for making the issue. I haven't focused very much on state management of the UI yet, so it is good to compile a complete list of the state issues so they can be fixed all at once.
What is going on here is it is adding the collection to the Appwrite Data origin, but the UI just isn't updating to reflect that.
I have noted that, it happened with all options where state management was updated. I opened the issue because this have a second issue, the collection duplicity
I have noted that, it happened with all options where state management was updated. I opened the issue because this have a second issue, the collection duplicity
When you select a collection from appwrite you don't have any feedback after press the + icon, so you don't know if It was add or not.
If you press the button multiples times and then closes the selection window, you will see multiples instances of the same collection, I think there is no reason why you should be allowing this, as you always will need one collection matching with the input data
The text was updated successfully, but these errors were encountered: