-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add an election progress bar #4556
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
e6c06c7
Fix 4006: ElectionProgressBar.tsx
mkbeefcake f0cc488
Fix 4006: adjusting the tooltip's arrow to progress
mkbeefcake 81c88fa
Fix 4006 : fix lint issue
mkbeefcake fa50471
Fix 4006 : Fixed test.tsx
mkbeefcake 41b25e2
Fix 4006 : Updted the progress bar description by following figma
mkbeefcake 7e6479d
Fix 4006: updated the code by Thesan's suggestion
mkbeefcake b124583
Updated progress bar to remove idle block and fix comment issue
e621846
Added storybook and removed idle section since idlePeriod == 1
mkbeefcake c2e7141
adjust sample value for currentBlock in stories.tsx
mkbeefcake 9491b1d
Merge branch 'dev' into fix-4006
mkbeefcake 69dc2ff
moved the idle period to the first
mkbeefcake 12b92d8
Updated the changes for UI
mkbeefcake 1a33802
Updated the suggestion
mkbeefcake e5e8deb
refactored stage parameters calculation
mkbeefcake 5334ef5
Refactoerd description update code
mkbeefcake 149de4e
Merge dev into branch
mkbeefcake 6a5b320
Merge branch 'dev' into fix-4006
mkbeefcake e676fda
Fixed the issue after merged dev
mkbeefcake 3419650
yarn lint:fix
mkbeefcake 979f7bb
Updated the code by following Thesan's
mkbeefcake fe313c6
Merge branch 'dev' into fix-4006
mkbeefcake e3e5d5e
added useCouncilPeriodInformation
mkbeefcake 16280e3
updated the election.tsx
mkbeefcake 801c62d
updated the code
mkbeefcake ceb2944
lint issue
mkbeefcake 51aa613
Remove `remainingPeriod` check
thesan 97919db
Merge branch 'fix-4006' of https://github.com/mkbeefcake/pioneer into…
mkbeefcake 562e39f
Updated for responsive layout
mkbeefcake 47da2dd
Merge branch 'dev' into fix-4006
thesan a4147fa
updated responsive card & added genersis block timestamp
mkbeefcake e0dd9fa
Merge branch 'fix-4006' of https://github.com/mkbeefcake/pioneer into…
mkbeefcake 9465db9
updated date calculation
mkbeefcake 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call!
periodInformation?.currentStage
is better since it will be defined whencurrentBlock
will be defined.