If you’d like to see us Building™ in real-time, you’ll love this corner of the Yativerse. Welcome to our Release Notes. This is where you’ll find descriptions of specific updates we shipped. Click a link to get started! 🥳
Updates to Pods, Liquid ID, and the Yat Visualizer
9/2/2022
Feature (Pod Headers): Added new hover style to Pod headers based on "clickability" design. – This contains the changes for the new Clickability design update.
Code Refactor (Core): No longer default to false on initial render.
Bug Fix (Compare Pods): Right now apply filters was triggering the panel open (which was already open) the only action that it needs to perform is actually closing the panel.
Bug Fix (Core): Fixes redirects for not authenticated users. – Added redirect to group routes since it was matching all not found results. Also fixes private route redirects if not signed in.
Bug Fix (Pay With Yat): This fixes the following issues: payment types cannot be removed, currency icons do not display, and currency search does not work properly. Those have all been resolved.
Bug Fix (Visualizer): Fix visualizer not launching – Visualizer metadata was not set in the redux because activeEmojiId and settingEmoji was the same. This has been resolved.
Feature (URL Blacklist): Some NFTs are triggering Google Chrome to throw a Deceptive warning screen (red screen). This PR solves that problem.
Code Refactor (NFT Manager): Decouple all of the Pod's filtering UI from a single source of truth - the url > search params. This is a continuation of the work done to make filters work in NFT Manager.
Feature (Collection Detail Page): This is the first implementation of the Collection Detail Page. The page itself is not complete since only part of the components on the page has been approved.
Code Refactor (Pod Navigator): Moves Pods navigator to Groups folder and prepares it to handle the new PODs creation flow.
Bug Fix (Build Issues): Fixes a couple new introduced linting errors. This only affects developers.
Bug Fix (Compare Pods): Fixes (refactor) the floor price logic. – Updates the logic behind floor price, we were updating values based on the query params which was making the component to rerender.
Bug Fix (Magic Mirror): Smart wallet connect signature fix. – We were sending signature including 0x for smart wallet connection via wallet connect, and our api doesn't like 0x, so we removed that one.
Bug Fix (NFT Details): Enables controls on videos always to prevent muted assets. – Videos were playing automatically without sound because of the autoplay, also users didn't have access to controls when that happened.
Bug Fix (NFT Manager): Fixes NFT manager typo. – Updates NFT manager title to be all caps.
Bug Fix (Pods): We were setting the index once which makes sense since page was not updating until we refreshed before but if we navigate to a pod and get back home the home query is refreshed but the component keeps the old index id saved sometimes.
Bug Fix (Pods): Updates chip styles and adds them to pod page. – Updates chip default styles, it groups collections and member filters in to a single chip, adds filter chips to individual pods page.
Bug Fix (Pods): Fixed positioning for "New Activity" button. – The styles for the New Activity button were overwritten by the default Chip styles. This PR fixes the issue and cleans things up a little.
Bug Fix (Pods): Updated Filter Sidebar overscroll-behaviour to mitigate page scrolling issue. – We added overscroll-behavior: contain; to StyledAccordionPanel to mitigate part of the issue described in BUG-518.
Bug Fix (Pods): Pods Home: React State Update Memory Leak Error. This has been fixed.
Bug Fix (Storybook): Fixes storybook build. This only affects developers.
Bug Fix (Yativerse): The New Yat buttons overlap with sidebar panels and make it impossible to close the side modals.