ecoacoustics / web-components

https://oe-web-components.netlify.app/
MIT License
1 stars 0 forks source link

Create oe-skip and oe-unsure components #169

Open hudson-newey opened 2 months ago

hudson-newey commented 2 months ago

At the moment, the skip and unsure buttons are hard-coded into the oe-verification-grid

This means that users cannot create/modify their own skip and unsure buttons. It also makes it harder to maintain as our complexity is spread across two places.

By creating oe-skip and oe-unsure components that extend our abstract oe-decision component, we can also make a more consistent UI interface as all decision components can share styles.