-
Notifications
You must be signed in to change notification settings - Fork 6
Add creator staking page #80
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
Merged
Merged
Changes from 63 commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
e0e11d5
Add tailwind styles config
samchuk-vlad edaf130
Add creators staking page
samchuk-vlad 2963320
Add banner section for creators staking page
samchuk-vlad 549289a
Add my staking and creators sections
samchuk-vlad c044c3e
Add creator card content
samchuk-vlad 643daad
Fix styles for tabs
samchuk-vlad b95d366
Add pagination
samchuk-vlad b0f1524
Add sort by dropdown
samchuk-vlad 914604d
Add stake modal
samchuk-vlad 8994ee0
Add data to banner dashboard
samchuk-vlad 353b619
Add creator staking data
samchuk-vlad 4f98416
Add my stake to creator card
samchuk-vlad 361341f
Add data to My Rewards section
samchuk-vlad 07137d9
Add staking transactions
samchuk-vlad c87ed11
Add unstaking table
samchuk-vlad e513234
Add my creators section
samchuk-vlad a0123c2
Add sorting for creators
samchuk-vlad 9dc90ae
Fix bug w/ nested modals
samchuk-vlad a4d9d3d
Add time remaining to unstake table
samchuk-vlad 6e67155
Add input validation and show time to unstake
samchuk-vlad 39b95e8
Refactor format time function
samchuk-vlad 10d6ea6
Fix switch to first tab id unstaking table is empty
samchuk-vlad eaacf97
Fix mobile view
samchuk-vlad 0be70e7
Fix dropdown menu
samchuk-vlad 39c9341
Fix responsive size for creator cards
samchuk-vlad b4fd1a6
Add staker rewards and claim button
samchuk-vlad 0c1e8c7
Add restake props to claim button
samchuk-vlad 8440455
Add social links
samchuk-vlad efc6ed3
Merge remote-tracking branch 'origin/main' into creator-staking
samchuk-vlad c6e1dd9
Use yarn lint
samchuk-vlad 35c0001
Fix top menu
samchuk-vlad 0b3d050
Refactor code
samchuk-vlad aa9ccda
fix on failed text for creator staking api
samchuk-vlad 5c0a801
Fix saga workers error texts
samchuk-vlad 073d690
Add loading if creators cards is not loaded
samchuk-vlad 24dd4be
Add apr
samchuk-vlad b720e14
Fix max amount value for modals
samchuk-vlad c30255a
Fix bug w/ success modal
samchuk-vlad cb23039
Hide chat on creator staking page
samchuk-vlad 9433672
Rename page
samchuk-vlad e2f27a8
Merge remote-tracking branch 'origin/main' into deploy/creator-staking
samchuk-vlad dddcb1c
Fix after merge
samchuk-vlad 4609a67
Fix mobile version and styles in the modals
samchuk-vlad b9ae5af
Fix after testing
samchuk-vlad 77f4e30
Add icons for ubnstaking states
samchuk-vlad a97fc5b
Fix ui issues
samchuk-vlad c684c86
Update after staking pallet review
samchuk-vlad b2b3a5a
Calculate available claim count
samchuk-vlad 2e4d647
Add creator dashboard
samchuk-vlad 11e425e
Add claim button for creator
samchuk-vlad 3105b24
Add chat button for creator card
samchuk-vlad 5240f6e
Fix refetching rewards
samchuk-vlad 9b42011
Fix fetching balances when back to the home page
samchuk-vlad bc1f1c9
Add fixes after testing
samchuk-vlad 7652ce0
Remove unused imports
samchuk-vlad 145d1c5
Fix spaces
samchuk-vlad 1fedb23
Merge branch 'main' into deploy/creator-staking
samchuk-vlad 2cd03b5
Fix after merge
samchuk-vlad 68badee
Rename staker to backer
samchuk-vlad 54e7412
Add beta version agreement checkbox to stake modal
samchuk-vlad 37b2aaf
Add links
samchuk-vlad ee67556
Add warning for multi account view
samchuk-vlad dbf55cc
Change multi account warning and disable action buttons
samchuk-vlad 7477752
Refactor after code review
samchuk-vlad 24b123a
Add change tweet text
samchuk-vlad d4e77e4
Update after pallet changes
samchuk-vlad c95f344
Fix redux workers
samchuk-vlad 228285d
Remove unused imports
samchuk-vlad e0f8126
Merge remote-tracking branch 'origin/main' into deploy/creator-staking
samchuk-vlad 4cdb483
Update tsconfig.tsbuildinfo
samchuk-vlad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
plugins: { | ||
tailwindcss: {}, | ||
autoprefixer: {}, | ||
}, | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.