WT000 / New-Forest-Energy

A mobile-friendly webapp for easy tracking of home energy usage.
https://new-forest-energy.vercel.app
GNU General Public License v3.0
0 stars 0 forks source link

Readings Popup - Add to home & booking page #113

Closed RyanGaudion closed 1 year ago

RyanGaudion commented 1 year ago

On a specific home or a specific booking if you click on any reading, the popup should appear with that specific reading's details.

RyanGaudion commented 1 year ago

Each page should only have 1 popup element that can dynamically change which reading is shown

RyanGaudion commented 1 year ago

use state <-- to hold currently selected reading. The popup shows the reading that is in the current state.

Hide popup when cross clicked. Potentially only show popup if the popup_reading_state is not null