Skip to content

Conversation

@ameerul-deriv
Copy link
Contributor

Changes:

Please include a summary of the change and which issue is fixed below:

  • Fixed design mixmatch issues with quick add modal in my ads page

When you need to add unit test

  • If this change disrupt current flow
  • If this change is adding new flow

When you need to add integration test

  • If components from external libraries are being used to define the flow, e.g. @deriv/components
  • If it relies on a very specific set of props with no default behavior for the current component.

Test coverage checklist (for reviewer)

  • Ensure utility / function has a test case
  • Ensure all the tests are passing

Type of change

  • Bug fix
  • New feature
  • Update feature
  • Refactor code
  • Translation to code
  • Translation to crowdin
  • Script configuration
  • Improve performance
  • Style only
  • Dependency update
  • Documentation update
  • Release

@boring-cyborg boring-cyborg bot added the P2P label Apr 3, 2023
@vercel
Copy link

vercel bot commented Apr 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
deriv-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 14, 2023 5:17am

current_method = { key: null, is_deleted: false };
delete_error_message = '';
edit_ad_form_error = '';
error_code = '';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of the changes in the observables, actions and computed are just me rearranging it alphabetically

@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2023

A production App ID was automatically generated for this PR. (log)

Click here to copy & paste above information.
- **PR**: [https://github.com/binary-com/deriv-app/pull/8112](https://github.com/binary-com/deriv-app/pull/8112)
- **URLs**:
    - **w/ App ID + Server**: https://deriv-app-git-fork-ameerul-deriv-bug-68819-design-mismat-3915eb.binary.sx?qa_server=red.binaryws.com&app_id=24229
    - **Original**: https://deriv-app-git-fork-ameerul-deriv-bug-68819-design-mismat-3915eb.binary.sx
- **App ID**: `24229`

@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2023

🚨 Lighthouse report for the changes in this PR:

Category Score
🔺 Performance 20
🟧 Accessibility 75
🟢 Best practices 92
🟧 SEO 85
🟢 PWA 90

Lighthouse ran with https://deriv-app-git-fork-ameerul-deriv-bug-68819-design-mismat-3915eb.binary.sx/

@codecov-commenter
Copy link

codecov-commenter commented Apr 3, 2023

Codecov Report

Merging #8112 (300e335) into master (d5c38a0) will increase coverage by 20.47%.
Report is 340 commits behind head on master.
The diff coverage is 0.00%.

❗ Current head 300e335 differs from pull request most recent head 3ecb304. Consider uploading reports for the commit 3ecb304 to get more accurate results

@@             Coverage Diff             @@
##           master    #8112       +/-   ##
===========================================
+ Coverage    0.05%   20.53%   +20.47%     
===========================================
  Files         117     1637     +1520     
  Lines        3425    37058    +33633     
  Branches      893     7382     +6489     
===========================================
+ Hits            2     7610     +7608     
- Misses       3423    28697    +25274     
- Partials        0      751      +751     
Files Changed Coverage Δ
...manager/modals/quick-add-modal/quick-add-modal.jsx 0.00% <0.00%> (ø)
.../components/my-ads/buy-ad-payment-methods-list.jsx 0.00% <0.00%> (ø)
...-method-results/filter-payment-methods-results.jsx 0.00% <0.00%> (ø)
.../filter-payment-methods/filter-payment-methods.jsx 0.00% <0.00%> (ø)
...thods/add-payment-method/select-payment-method.jsx 0.00% <0.00%> (ø)
packages/p2p/src/stores/my-ads-store.js 0.00% <0.00%> (ø)

... and 1669 files with indirect coverage changes

@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
1.5% 1.5% Duplication

nada-deriv
nada-deriv previously approved these changes Apr 4, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
1.8% 1.8% Duplication

@github-actions
Copy link
Contributor

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Jul 11, 2023
@gitguardian
Copy link

gitguardian bot commented Jul 11, 2023

⚠️ GitGuardian has uncovered 4 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id Secret Commit Filename
- Generic High Entropy Secret 59232ab packages/account/src/Components/currency-selector/tests/currency-selector.spec.tsx View secret
- Generic High Entropy Secret 137b5dd packages/account/src/Components/currency-selector/tests/currency-selector.spec.tsx View secret
- Generic High Entropy Secret 59232ab packages/account/src/Components/currency-selector/tests/currency-selector.spec.tsx View secret
- Generic High Entropy Secret 137b5dd packages/account/src/Components/currency-selector/tests/currency-selector.spec.tsx View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

@github-actions
Copy link
Contributor

github-actions bot commented Jul 13, 2023

Generating Lighthouse report...

@coveralls
Copy link

coveralls commented Jul 13, 2023

Coverage Status

coverage: 8.869% (-0.006%) from 8.875% when pulling 7547385 on ameerul-deriv:bug-68819-design-mismatch-quick-add-issues into 711d3e0 on binary-com:master.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
1.2% 1.2% Duplication

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
15.8% 15.8% Duplication

@DerivFE DerivFE merged commit 821b221 into deriv-com:master Sep 18, 2023
@DerivFE
Copy link
Collaborator

DerivFE commented Sep 18, 2023

✨ PR has been merged by Paimon the Release Bot

ameerul-deriv added a commit to ameerul-deriv/deriv-app that referenced this pull request Sep 19, 2023
ali-hosseini-deriv pushed a commit that referenced this pull request Sep 19, 2023
* Revert "Ameerul /Bug 68819 Design mismatch in Quick add PM Pop up on existing ads in My ads page (#8112)"

This reverts commit 821b221.

* chore: fixed imports
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.

7 participants