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

text zoom improvements #3509

Merged
merged 42 commits into from
Nov 14, 2024
Merged

text zoom improvements #3509

merged 42 commits into from
Nov 14, 2024

Conversation

brindy
Copy link
Contributor

@brindy brindy commented Oct 30, 2024

Task/Issue URL: https://app.asana.com/0/392891325557410/1206268893832417/f
Tech Design URL:
CC:

Description:
Makes it easier to access text zoom and allows per page state.

Steps to test this PR:
See test scenarios in Ship Review: https://app.asana.com/0/0/1208685664909495/f

Definition of Done (Internal Only):

Copy Testing:

  • Use of correct apostrophes in new copy, ie rather than '

Orientation Testing:

  • Portrait
  • Landscape

Device Testing:

  • iPhone SE (1st Gen)
  • iPhone 8
  • iPhone X
  • iPhone 14 Pro
  • iPad

OS Testing:

  • iOS 15
  • iOS 16
  • iOS 17

Theme Testing:

  • Light theme
  • Dark theme

Internal references:

Software Engineering Expectations
Technical Design Template

Copy link

github-actions bot commented Oct 30, 2024

Warnings
⚠️ PR has more than 500 lines of code changing. Consider splitting into smaller PRs if possible.
Messages
📖

You seem to be updating localized strings. Make sure that you request translations and include translated strings before you ship your change. See Localization Guidelines for more information.

Generated by 🚫 dangerJS against de126b3

@brindy brindy marked this pull request as ready for review November 4, 2024 14:10
@brindy brindy changed the title easier page zoom text zoom improvements Nov 4, 2024
.padding(12)
.padding(.trailing, 8)
}
.background(RoundedRectangle(cornerRadius: 8).foregroundColor(Color(designSystemColor: .surface)))

Choose a reason for hiding this comment

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

Suggested change
.background(RoundedRectangle(cornerRadius: 8).foregroundColor(Color(designSystemColor: .surface)))
.background(RoundedRectangle(cornerRadius: 8)
.foregroundColor(Color(designSystemColor: .surface)))

@miasma13 miasma13 self-assigned this Nov 11, 2024
# Conflicts:
#	Core/FeatureFlag.swift
#	DuckDuckGo.xcodeproj/project.pbxproj
#	DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
#	DuckDuckGoTests/MockFeatureFlagger.swift
brindy added a commit to duckduckgo/BrowserServicesKit that referenced this pull request Nov 14, 2024
**Required**:

Task/Issue URL:
https://app.asana.com/0/inbox/392891325557408/1206268893832417/1208690165365832
iOS PR:  duckduckgo/iOS#3509
macOS PR:  duckduckgo/macos-browser#3496
What kind of version bump will this require?: Major

**Optional**:

Tech Design URL:
CC:

**Description**:
Adds feature flag for text zoom.  See platform PRs for testing.
# Conflicts:
#	DuckDuckGo.xcodeproj/project.pbxproj
#	DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
#	DuckDuckGoTests/MockFeatureFlagger.swift
@brindy brindy merged commit c404177 into main Nov 14, 2024
13 checks passed
@brindy brindy deleted the brindy/easier-page-zoom branch November 14, 2024 13:18
samsymons added a commit that referenced this pull request Nov 14, 2024
* main:
  text zoom improvements (#3509)
  Add support for local overrides for feature flags (#3571)
  pixels for bookmarks > favorites tab (#3572)
samsymons added a commit that referenced this pull request Nov 14, 2024
# By Daniel Bernal (3) and others
# Via GitHub
* main:
  Remove the `ld_classic` build setting (#3575)
  text zoom improvements (#3509)
  Add support for local overrides for feature flags (#3571)
  pixels for bookmarks > favorites tab (#3572)
  Sync BSK with macos (#3561)
  Add possibility to stop page loading (#3553)
  [DuckPlayer] Overlay Usage Pixels (#3565)
  Update pr.yml
  Update pr.yml

# Conflicts:
#	DuckDuckGo.xcodeproj/project.pbxproj
#	DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
mgurgel pushed a commit to duckduckgo/BrowserServicesKit that referenced this pull request Nov 18, 2024
**Required**:

Task/Issue URL:
https://app.asana.com/0/inbox/392891325557408/1206268893832417/1208690165365832
iOS PR:  duckduckgo/iOS#3509
macOS PR:  duckduckgo/macos-browser#3496
What kind of version bump will this require?: Major

**Optional**:

Tech Design URL:
CC:

**Description**:
Adds feature flag for text zoom.  See platform PRs for testing.
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.

3 participants