Skip to content

refactor(app): replace ion-img with img#82

Merged
brandyscarney merged 5 commits into
major-9.0from
FW-7610
Jul 9, 2026
Merged

refactor(app): replace ion-img with img#82
brandyscarney merged 5 commits into
major-9.0from
FW-7610

Conversation

@brandyscarney

Copy link
Copy Markdown
Member

Replaces ion-img with img for the deprecation for v9.

Comment thread src/app/tab2/tab2.page.html Outdated
@for (photo of photoService.photos(); track photo.filepath; let position = $index) {
<ion-col size="6">
<ion-img [src]="photo.webviewPath" (click)="showActionSheet(photo, position)"></ion-img>
<button (click)="showActionSheet(photo, position)">

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Comment thread src/app/tab2/tab2.page.html Outdated
<ion-col size="6">
<ion-img [src]="photo.webviewPath" (click)="showActionSheet(photo, position)"></ion-img>
<button (click)="showActionSheet(photo, position)">
<img [src]="photo.webviewPath" [attr.alt]="'Photo ' + (position + 1)" loading="lazy"/>

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

These styles were added for the new button wrapper.

@gnbm gnbm left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM

@thetaPC thetaPC left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM

Base automatically changed from fix/update-app to major-9.0 July 9, 2026 16:18
@brandyscarney brandyscarney merged commit c499dbb into major-9.0 Jul 9, 2026
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.

5 participants