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

[Sheets] [Pt. 1] Root PR #5557

Merged
merged 69 commits into from
Oct 4, 2024
Merged

[Sheets] [Pt. 1] Root PR #5557

merged 69 commits into from
Oct 4, 2024

Conversation

haileyok
Copy link
Contributor

@haileyok haileyok commented Oct 1, 2024

This is a base PR for each stacked Sheets PR. Instead of merging each into main, start from #5560 and merge them down into this PR. Once everything is reviewed and ready to go, this PR can get merged into main.

This PR does not add any new behavior, just removes a bit of code so not much testing is needed on this one. Check each PR for a test plan.

Copy link

github-actions bot commented Oct 1, 2024

Old size New size Diff
7.92 MB 7.92 MB 0 B (0.00%)

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 2, 2024 21:43 — with Render Destroyed
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 2, 2024 22:49 — with Render Destroyed
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 2, 2024 23:03 — with Render Destroyed
@haileyok haileyok changed the title [Sheets] [Pt. 1] Remove importantForAccessibility [Sheets] [Pt. 1] Root PR Oct 2, 2024
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 3, 2024 04:11 — with Render Destroyed
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 3, 2024 04:27 — with Render Destroyed
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 3, 2024 04:38 — with Render Destroyed
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 3, 2024 04:43 — with Render Destroyed
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 3, 2024 04:49 — with Render Destroyed
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 3, 2024 04:53 — with Render Destroyed
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 3, 2024 05:03 — with Render Destroyed
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Co-authored-by: dan <dan.abramov@gmail.com>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 4, 2024 16:19 — with Render Destroyed
Copy link
Member

@estrattonbailey estrattonbailey left a comment

Choose a reason for hiding this comment

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

goated fr ✨

@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 4, 2024 20:14 — with Render Destroyed
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 4, 2024 20:19 — with Render Destroyed
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 4, 2024 20:20 — with Render Destroyed
@arcalinea arcalinea temporarily deployed to hailey/dialogs-pt1 - social-app PR #5557 October 4, 2024 20:20 — with Render Destroyed
@haileyok haileyok merged commit 00486e9 into main Oct 4, 2024
6 checks passed
@haileyok haileyok deleted the hailey/dialogs-pt1 branch October 4, 2024 20:24
<Trans>Appeal "{strings.name}" label</Trans>
</Text>
<Text style={[a.text_md, a.leading_snug]}>
<Trans>This appeal will be sent to</Trans>{' '}
Copy link
Contributor

Choose a reason for hiding this comment

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

It is inappropriate to leave the labeler name outside the <Trans> tag. This prevents proper localization in languages with different word order.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yea this was accidentally left behind, should have been reverted. Merged in changes to fix this, thanks for noticing and commenting about it!

) : (
<>
<Text style={[t.atoms.text, a.text_md, a.leading_snug, a.mt_lg]}>
<Trans>This label was applied by </Trans>
Copy link
Contributor

Choose a reason for hiding this comment

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

Same issue here.

<Trans>
This label was applied by{' '}
<InlineLinkText
label={desc.source || _(msg`an unknown labeler`)}
Copy link
Contributor

@quiple quiple Oct 5, 2024

Choose a reason for hiding this comment

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

And could you please provide the full sentence when an unknown labeler is displayed so that it can be localized?

As when applied by the author above.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Could you verify (either by replying here or in the linked PR) that this fixes the problem here? https://github.com/bluesky-social/social-app/pull/5616/files#diff-70b5ca5a14b0410abcadacda7727faa8219f009b561533160ee75331fdd545da

(@tkusano thank you!)

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