Merged
Conversation
- Reduce panel width from 340-448px to 320-400px for cleaner layout - Reduce heading size from text-2xl to text-xl (24px → 20px) - Reduce activity amounts from text-lg to text-base (18px → 16px) - Reduce body text from text-sm to text-xs (14px → 12px) - Improves information density while maintaining readability
- Replace mintTokensEvent with manualMintTokensEvent to show only manual mints - Replace burnEvent with manualBurnEvent to show only manual burns - This reduces noise by excluding automated mints from payments and automated burns from cash outs - Updated GraphQL queries, event types, transform logic, and presentation layers - Regenerated GraphQL types to include new Bendystraw event types Per Peri and Jango's request to consolidate events and reduce activity feed noise by showing only intentional administrative actions.
- Add "Add NFT Tier" button for project owners and revnet operators - Show "Create NFT Rewards" button in empty state for authorized users - Permission check: project owner OR revnet operator can access - Button navigates to /settings/nfts for NFT management - Foundation for future NFT shop/store organization features Per Jango's request to provide quicker entry point for project owners to post new NFTs for sale.
- Replace hardcoded '/settings/nfts' with useSettingsPagePath('nfts')
- Ensures proper routing like /v5/op:9/settings/nfts instead of /settings/nfts
- Adds null check for nftSettingsPath before rendering buttons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mintTokensEventandburnEventwithmanualMintTokensEventandmanualBurnEvent)Changes