-
Notifications
You must be signed in to change notification settings - Fork 9
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
Enhancements and Fixes: Automated Voting, DRep Directory, and Workflow Adjustments #675
Conversation
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
- refactor determining StatusPill colors - add Sentry.captureException on delegate error
[#99] feat: Drep directory
…nd-1920-resolutions fix/532-home-page-on-2560-and-1920-resolutions
…o chore/545-create-shared-footer-component
…i-deployment bugfix: change dispatch condition on deployment workflows
…-with-metadata-validation-service [#617] feat: integrate frontend with metadata validation service
…ter-component chore/545-create-shared-footer-component
…er-card fix/641-dashboard-sole-volter-card
…g-modal-for-the-validation-of-the-metadata [#646] feat: implement a loading modal for the metadata validation
pmbinapps
requested review from
placek,
adgud,
MSzalowski,
Sworzen1,
JanJaroszczak and
Ryun1
as code owners
April 9, 2024 08:59
MSzalowski
approved these changes
Apr 9, 2024
Signed-off-by: jankun4 <[email protected]>
…ng-drepinfo [#676] fix drep/info SQL error
placek
approved these changes
Apr 9, 2024
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.
Add:
[#216] add Automated Voting Options component
[#217] add dRep directory page and nav items
[#219] create details page for drep in drep directory
[#220] add styling for DRepCard in default state
[#220] fetch data for drep list
[#221] add search, filter and sort to drep list
[#545] add footer to drep directory
[#617] feat: integrate frontend with metadata validation service
[#626] add to endpoint
[#646] feat: implement a loading modal for the metadata validation
Fix:
fix resolutions
[#220] fix drep list infinite loader for unconnected users
[#545] change footer component
bugfix: change dispatch condition on deployment workflows
[#641] fix sole voter card
[#627] add latestTxHash to drep/list and drep/info endpoints
[#641] fix lint
Change:
replace ternary operator with if statement
[#216] use Accordion from MUI to improve user experience
[#219] reorder translations
[#220] changes after CR
fix: change edit drep navigation path