Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/sample ui nft details #33

Closed
wants to merge 92 commits into from

Conversation

BellringerQuinn
Copy link
Contributor

#31 and #32 are pre-requisites to this PR

Added NFT details page to sample UI with mocked implementation

nftdetails.mov

…o the back key on various platforms, but for now, we have a UI button). Added a very minimal login screen for testing this out.
…e (e.g. open/close methods) and made ConnectPage and LoginPage inherrit from it
…lls the open/close methods on the UIPages directly.
…ncluded in my previous commit and I had to rebuild it... *sigh*
…ing the ITween interface) to animate the various UI pages. The main UI panel now scrolls in from the bottom
…e such that they debug.log what they are supposed to do when clicked
…the UI by creating a scriptable object via 'Assets>Create>Sequence>Color Scheme', setting it as the color scheme in the ColorSchemeManager monobehaviour/gameobject, and clicking Apply in the inspector
…gned to handle the login request. Currently, mocking the login. Upon success or failed login, an ILogin will emit an appropriate event. SequenceUI is a subscriber to this event.
…w, there is only email validation - I have both a real (with tests) and mocked implementation of IValidator
…ereum. Created assembly for SequenceExamples - referencing all the other Sequence assemblies (minus test assemblies) in the project. Finally, create a SequenceExamplesTests assembly for any tests related to the SequenceExamples and renamed our other test assembly from Tests to SequenceTests for clarity.
…tication) under SequenceSDK and moved the authentication-related logic out of SequenceExamples and into Authentication.
…made it stop being a UIPage. Instead, created a UIPanel which inherrits from UIPage - this is used to create the LoginPanel and will be used for the WalletPanel as well
…UI tests in one test so we don't have to setup and teardown the scene each time - makes test suite faster.
…ates in reverse chronological order so we see the most recent transactions first
…ed on whether it is sent or received as designed in the Figma
…oPage. Use NftElement to populate NftUIElement and update mock fetcher
…this class is designed to reuse the code needed for spawning TransactionDetailsBlocks. Reducing copy-pasta
…hTransactionDetailsBlock. Both NftInfoPage and TokenInfoPage are now InfoPages
@BellringerQuinn
Copy link
Contributor Author

Merged in with #36

@BellringerQuinn BellringerQuinn deleted the Feature/sampleUu_nftDetail branch October 12, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant