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 bottombar contains a component "cardinfoarea" that is used to show the details of the currently hovered card in the card area.
The logic for gathering that information and rendering it to the dom needs to be completed.
Try and keep the amount of calls to the backend for this as minimal as possible, we don't want to have to make an api call for every time a card is hovered.
The text was updated successfully, but these errors were encountered:
The bottombar contains a component "cardinfoarea" that is used to show the details of the currently hovered card in the card area.
The logic for gathering that information and rendering it to the dom needs to be completed.
Try and keep the amount of calls to the backend for this as minimal as possible, we don't want to have to make an api call for every time a card is hovered.
The text was updated successfully, but these errors were encountered: