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
The common approach for api call from the frontend in this project is, that they are defined in the api/index and passed from the Dashboard.tsx to the components.
The save collection call in the the collection panel is not doing that.
We'll have to consider how to structure the project best when we want to introduce the command palette. Basically all "actions" a user can take (like clicking a button) will have to be defined way up in the hierarchy in some kind of "command" component. This will also include the save collection action.
The common approach for api call from the frontend in this project is, that they are defined in the api/index and passed from the Dashboard.tsx to the components.
The save collection call in the the collection panel is not doing that.
yaade/client/src/components/collectionPanel/CollectionPanel.tsx
Lines 55 to 64 in 0c83d78
The text was updated successfully, but these errors were encountered: