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

Introduced the disable external links option for custom apps. #3595

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

MohitMaliFtechiz
Copy link
Collaborator

Fixes #3586

We have introduced the option to disable external links for custom apps. If a custom app is configured not to display the external links popup, it will both hide the external links preference from settings and refrain from showing the external link popup when opening external links. Additionally, we have included relevant comments within the methods and code to provide developers with a clear understanding of the reasons behind these changes.

ExternalLinkPreferenceHide

@MohitMaliFtechiz MohitMaliFtechiz marked this pull request as draft December 13, 2023 11:02
@MohitMaliFtechiz MohitMaliFtechiz marked this pull request as ready for review December 13, 2023 13:27
Copy link

codecov bot commented Dec 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a07bb68) 48.98% compared to head (323598f) 48.93%.
Report is 1 commits behind head on develop.

❗ Current head 323598f differs from pull request most recent head caf776a. Consider uploading reports for the commit caf776a to get more accurate results

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #3595      +/-   ##
=============================================
- Coverage      48.98%   48.93%   -0.05%     
+ Complexity      1092     1087       -5     
=============================================
  Files            285      285              
  Lines          10502    10495       -7     
  Branches        1406     1404       -2     
=============================================
- Hits            5144     5136       -8     
  Misses          4527     4527              
- Partials         831      832       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

* We have introduced the option to disable external links for custom apps. If a custom app is configured not to display the external links popup, it will both hide the external links preference from settings and refrain from showing the external link popup when opening external links. Additionally, we have included relevant comments within the methods and code to provide developers with a clear understanding of the reasons behind these changes.
@kelson42
Copy link
Collaborator

@gouri-panda Lack of time to wait and trivial PR

@kelson42 kelson42 merged commit fb0cdf4 into develop Dec 14, 2023
8 checks passed
@kelson42 kelson42 deleted the Issue#3586 branch December 14, 2023 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change and hide “External link” in Custom DWDS app Setting
2 participants