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 (Twitter Connect/Disconnect): This feature includes a modal for Twitter Connect, a refactor of of Twitter API functions, a flow for disconnecting Twitter from an account, error buttons, and some refactoring of the PrimaryYatPicker. This also refactors the Twitter Connect flow in onboarding to remove part of the animation to make the intro flow quicker.
Feature (LiquidID): This is a quick addition to LiquidID allowing a user to go to Profile/edit when you click on the cube.
Upgrade (React Query): We upgrade react-query to v4. This is ostensibly to support a wagmi integration.
Bug Fix (NFT Picker): Removed MissingNftsAction from the filters sidebar. – This fix removes this button from the Filters Sidebar. It was a temporary thing that was added in when the NFTs loaded much slower.
Bug Fix (NFT Detail View): Fixed NFTAssetError width in NFT Detailed View. – The NFTAssetError component in the NFTDetailedView was not filling the container. This is a simple update to fix this UI bug.
Bug Fix (Pods): There was a popup message showing at the bottom of nearly every page saying “Your NFTs are still loading…”. This toast message has been removed.
Bug Fix (Pods): Adding Gradient background to Pods pages based on Figma design.
Bug Fix (Pods): Fix Pod header misalignment – Move location of showTNYExperimental feature flag to fix misalignment issue when showTNY is on but show TNYExperimental is off.
Bug Fix (Pods): Number of assets displayed were not an accurate count of what was in the pod - all pods show 1 more asset when they all have more than 1 in the pod. This bug is now fixed.
Bug Fix (Profile Edit): Initial character count for both title and bio was 0; it was not considering the actual title/description redux changes on load.
Bug Fix (Websockets): Resubscribe websockets on connection open.
Bug Fix (Websockets): We made some changes to the websocket implementation on the front end. These fixes optimize the way messages are sent via to the websocket topics.
Bug Fix (Websockets): We made some changes to the websocket implementation to allow for better asset loading. This adds a debounce and delay to fetch assets after receiving a websocket event.
Bug Fix (Pods): This fixes a bug in which the purchased price of an asset was rounding down to zero and not showing up in the interface.
Bug Fix (Websockets): We made some changes to the websocket implementation on the front end. This version allows for better automatic reconnection after the websocket connection has (for whatever reason). For example, on such scenario is when a user closes their laptop and re-opens it; automatic reconnection will now happen more reliably.
Bug Fix (Visualizer): There was a change on the endpoints being called when minting a Yat. Both setting and getting a VisualizerName were using the same endpoint. This has been fixed.
Bug Fix (Artifacts): Fixed a bug in Artifacts introduced due to version conflicts.