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

Allow QR code logo to be individually disabled #2313

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

acelaya
Copy link
Member

@acelaya acelaya commented Dec 18, 2024

Closes #2229

Add a new logo parameter to the QR code URL that can be used to disable the globally configured logo.

The param is logo=disable so that it can be used in future to, for example, dynamically select from multiple logos, but for now it only accepts the disabled value and is ignored if any other value is provided.

@acelaya acelaya force-pushed the feature/qr-disable-logo branch from a0971e9 to 1a44108 Compare December 18, 2024 08:10
@acelaya acelaya force-pushed the feature/qr-disable-logo branch from 1a44108 to 6ad8b03 Compare December 18, 2024 08:10
@acelaya acelaya merged commit 83570f5 into shlinkio:develop Dec 18, 2024
21 checks passed
@acelaya acelaya deleted the feature/qr-disable-logo branch December 18, 2024 08:14
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.71%. Comparing base (e80af78) to head (6ad8b03).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #2313   +/-   ##
==========================================
  Coverage      93.71%   93.71%           
- Complexity      1680     1682    +2     
==========================================
  Files            276      276           
  Lines           5839     5840    +1     
==========================================
+ Hits            5472     5473    +1     
  Misses           367      367           

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

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.

Granularly disable logo in QR codes
1 participant