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! 🥳
Feature (Pod Headers): Added new hover style to Pod headers based on "clickability" design.
Code Refactor (Core): No longer default to false on initial render in useMedia.
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.
Feature (URL Blacklist): Some NFTs are triggering Google Chrome to throw a Deceptive warning screen (red screen). This PR solves that problem by setting up a Black List for banned domains.
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.
QA (Automation): Updated existing cypress regression tests which were failing due to TNY changes.
QA (Automation): Yat Transfer - Invalid security code - Enter incorrect code once and 5 times.
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 (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): 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.