qudlaty / BloodAndBullets

2 stars 0 forks source link

Make the Panel used so far in InfoPanel and InventoryList a universal component #158

Open sEver opened 3 months ago

sEver commented 3 months ago

So far made InfoPanelSwitchButton which shows/hides InfoPanel and manages that state. Passing onClose to InfoPanel together with all the props received from above seems to couple the two too tightly

sEver commented 3 months ago

Could just isolate the panel that accepts the onClose, title and perhaps some size limitations, and then a list of children. This is already used in both InventoryList and InfoPanel