This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Releases: poap-xyz/poap-gallery
Releases · poap-xyz/poap-gallery
v0.0.0
Add: disabling of csv button while data is incomplete (PCD-113) (#37) * ✨ Add: disabling of csv button while data is incomplete + eliminated react warning (unique key on children) + search now starts with 3 or more chars (previously 2 or more) + ens names error (mainly caused by emojis) now don't cause all other ens names to fail * 🐛Fix: eliminate react dependency warnings on useEffect * 🐛Fix: issue where events with less than 1000 tokens failed to load + added option to download csv without ens data + fixed onhover style for csv download button * 🐛Fix: tooltip not showing on Download button without ens * ✨ Add: toast service and styled components * ✨ Add: nl2br that uses p tags instead of appending br tags * ✨ Add: toast notifications + made CSV_STATUS use easier to read + refactored duplicated JSX code in event.js render * 🐛Fix: unused import and unnecessary char escape * ✨ Add: constants + replaced ternary conditional with three simpler conditionals * ♻️ Refactor: event table mobile and desktop components joined +some inline styles replaced with css classes +functions simplified +status texts moved into constants +default error message moved into constant * ♻️ Refactor: simplified loading event checks +remove log +replace ternary condition with individual conditions * 🐛Fix: loading screen showing error message * ♻️ Refactor: stop using styled components * ♻️ Refactor: remove styled components * 🐛Fix: UI bug when events fetch failed