Skip to content

Conversation

@dicarobinho
Copy link
Collaborator

πŸ“œ Tickets

Jira ticket
Github issue

πŸ’‘ Description

Applied glass effect when renderMode is accented

πŸŽ₯ Demos

IMG_7424
IMG_7425

Before After
Demo

πŸ“ Checklist

  • I filled in the ticket numbers and a description of my work
  • I updated the PR name to follow our PR naming guidelines
  • I ensured unit tests pass and wrote tests for new code
  • If working on UI, I checked and implemented accessibility (Dynamic Text and VoiceOver)
  • If adding telemetry, I read the data stewardship requirements and will request a data review
  • If adding or modifying strings, I read the guidelines and will request a string review from l10n
  • If needed, I updated documentation and added comments to complex code

@dicarobinho dicarobinho marked this pull request as ready for review January 22, 2026 10:28
@dicarobinho dicarobinho requested a review from a team as a code owner January 22, 2026 10:28
@mobiletest-ci-bot
Copy link

mobiletest-ci-bot commented Jan 22, 2026

Messages
πŸ“– Project coverage: 38.66%

🧹 Tidy commit

Just 4 file(s) touched. Thanks for keeping it clean and review-friendly!

πŸ™Œ Friday high-five

Thanks for pushing us across the finish line this week! πŸ™Œ

❌ Per-file test coverage gate

The following changed file(s) are below 35.0% coverage:

File Coverage Required
firefox-ios/WidgetKit/ImageButtonWithLabel.swift 0.0% 35.0%
firefox-ios/WidgetKit/OpenTabs/OpenTabsWidget.swift 0.0% 35.0%
firefox-ios/WidgetKit/TopSites/TopSitesWidget.swift 0.0% 35.0%

WidgetKitExtension.appex: Coverage: 4.86

File Coverage
QuickLink.swift 0.0% ⚠️
OpenTabsWidget.swift 0.0% ⚠️
TopSitesWidget.swift 0.0% ⚠️
ImageButtonWithLabel.swift 0.0% ⚠️

Generated by 🚫 Danger Swift against ce4f6dd

@thatswinnie
Copy link
Collaborator

@dicarobinho unfortunately none of the icons (Firefox or website icons) are visible. Additionally I think the Firefox Shortcuts widget should have the tiles with the rounded corners for each tapple element like it is visible in default mode as well.
IMG_0149
IMG_0148
Screenshot 2026-01-22 at 11 57 28

.multilineTextAlignment(.leading)
.lineLimit(1)
.font(.system(size: 15, weight: .regular, design: .default))
.lineLimit(1).font(.system(size: 15, weight: .regular, design: .default))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we undo this change? The modifiers should be on separate lines.

ZStack(alignment: .leading) {
if !isSmall {
background
if #available(iOS 16.0, *) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we keep the background and logo variables and move the availability check there? It made the code more readable.

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.

4 participants