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

Dispute creation wizard (basic) integrated to the court v2 #1388

Merged
merged 33 commits into from
Jan 10, 2024

Conversation

Harman-singh-waraich
Copy link
Contributor

@Harman-singh-waraich Harman-singh-waraich commented Jan 2, 2024

PR-Codex overview

Detailed summary

This PR focuses on various changes and additions to the codebase. The notable changes include:

  • Added timesPerPeriod in HeroImage.tsx
  • Updated DappList.tsx with new URL and isNewTab property
  • Added formatDate function in date.ts
  • Updated imports and paths in multiple files
  • Added new components Header and Chart in CourtOverview/index.tsx
  • Added new SVG icons
  • Added ReturnButton component in PreviousButton.tsx
  • Added DisputeCreatedExtraInfo component in DisputeCreatedExtraInfo.tsx
  • Added Header component in CourtOverview/Header.tsx
  • Added LabeledInput component in LabeledInput.tsx
  • Updated uploadFormDataToIPFS function in uploadFormDataToIPFS.ts
  • Added NavigationButtons component in NavigationButtons/index.tsx
  • Added Title component in Briefing/Title.tsx

The following files were skipped due to too many changes: web/src/pages/Resolver/Briefing/Title.tsx, web/src/pages/Resolver/Timeline.tsx, web/src/utils/wrapWithToast.ts, web/src/app.tsx, web/src/pages/Resolver/NavigationButtons/NextButton.tsx, web/src/components/DisputePreview/Alias.tsx, web/src/pages/Resolver/Parameters/Category.tsx, web/src/pages/Resolver/Briefing/Description.tsx, web/src/components/PlusMinusField.tsx, web/src/pages/Resolver/Parameters/VotingOptions/index.tsx, web/src/components/Popup/Description/DisputeCreated.tsx, web/src/pages/Resolver/Parameters/Jurors.tsx, web/src/pages/Resolver/Preview/index.tsx, web/src/pages/Resolver/Parameters/Court.tsx, web/src/components/Popup/index.tsx, web/src/pages/Resolver/Parameters/VotingOptions/OptionsFields.tsx, web/src/pages/Resolver/Policy/index.tsx, web/src/pages/Cases/CaseDetails/Overview/DisputeContext.tsx, web/src/pages/Resolver/Parameters/CounterParties.tsx, web/src/pages/Resolver/index.tsx, web/src/pages/Resolver/NavigationButtons/SubmitDisputeButton.tsx, web/src/context/NewDisputeContext.tsx, web/src/assets/svgs/icons/dispute.svg

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

netlify bot commented Jan 2, 2024

Deploy Preview for kleros-v2 ready!

Name Link
🔨 Latest commit f0e01ec
🔍 Latest deploy log https://app.netlify.com/sites/kleros-v2/deploys/659edd8e2de6f40008508d7b
😎 Deploy Preview https://deploy-preview-1388--kleros-v2.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codeclimate bot commented Jan 9, 2024

Code Climate has analyzed commit 8b9e55a and detected 59 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 12
Duplication 26
Style 21

View more on Code Climate.

Copy link

codeclimate bot commented Jan 9, 2024

Code Climate has analyzed commit 49719c7 and detected 59 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 12
Duplication 26
Style 21

View more on Code Climate.

@Harman-singh-waraich Harman-singh-waraich marked this pull request as ready for review January 10, 2024 13:09
@jaybuidl jaybuidl changed the title Feat(web)/basic dispute resolver Dispute creation wizard (basic) integrated to the court v2 Jan 10, 2024
@jaybuidl jaybuidl force-pushed the feat(web)/basic-dispute-resolver branch from 0f752f4 to 1fb2b05 Compare January 10, 2024 17:22
Copy link

codeclimate bot commented Jan 10, 2024

Code Climate has analyzed commit 1fb2b05 and detected 70 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 12
Duplication 26
Style 32

View more on Code Climate.

jaybuidl
jaybuidl previously approved these changes Jan 10, 2024
@jaybuidl jaybuidl merged commit f0e01ec into dev Jan 10, 2024
8 of 11 checks passed
@jaybuidl jaybuidl deleted the feat(web)/basic-dispute-resolver branch January 10, 2024 18:10
Copy link

sonarcloud bot commented Jan 10, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dispute Creation Wizard (replacement for Resolver) - binary disputes only
2 participants