Skip to content

Changes to show SPA/PWA tab for no data #647

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

Merged
merged 3 commits into from
Jun 21, 2023
Merged

Conversation

AltamashShaikh
Copy link
Contributor

Description:

Changes to show SPA/PWA tab for no data screen.
Fixes: #PG-2845

Review

Copy link
Contributor

@snake14 snake14 left a comment

Choose a reason for hiding this comment

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

Everything looks good. When I checkout the corresponding core branch, everything displays as expected.

I only noticed one issue. Please see my comment.

<li v-html="$sanitize(setupStep3)"></li>
<li v-text="translate('TagManager_SPAFollowStep4')"></li>
<li v-text="translate('TagManager_SPAFollowStep5')"></li>
<li v-html="$sanitize(fetchFollowStepCommon(5))"></li>
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is supposed to be 6? When I test locally, it's showing the same text for steps 5 and 6.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@snake14 Updated points now point 4 and 6 is same as we have same header for both the buttons

@AltamashShaikh AltamashShaikh requested a review from snake14 June 20, 2023 07:04
Copy link
Contributor

@snake14 snake14 left a comment

Choose a reason for hiding this comment

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

It's a little odd that there's no step 6 translation, but it works as expected 👍

@snake14
Copy link
Contributor

snake14 commented Jun 20, 2023

Looks like a few expected results need to be updated for the PHP and UI builds.

@AltamashShaikh AltamashShaikh merged commit 59e2fd7 into 5.x-dev Jun 21, 2023
@AltamashShaikh AltamashShaikh deleted the PG-2845-spa branch June 21, 2023 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants