Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Better external auth integration, restore + site button, tests! #223

Merged
merged 21 commits into from
Oct 30, 2024

Conversation

pmusaraj
Copy link
Contributor

@pmusaraj pmusaraj commented Oct 23, 2024

Various fixes:

Plus, some basic e2e tests have been added!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

At last, we can give iOS only 1 icon file and have it handle all sizes on its own!

@@ -561,8 +547,9 @@ class Discourse extends React.Component {
tabBarBackground: () => this._blurView(theme.name),
}}>
<Tab.Screen
name={i18n.t('home')}
name="Home"

Choose a reason for hiding this comment

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

I know this was intentional but it's ok to lose i18n?

Choose a reason for hiding this comment

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

Oh wow I'm an idiot. I see it now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, this was a pretty stupid regression on my part. It caused some ugly routing errors for users on non-English locales. (That's why there are tests for this now.)

Copy link

@markvanlan markvanlan left a comment

Choose a reason for hiding this comment

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

All the logic looks good to me! I'm not pulling it down and testing it -- you said it has been running for a bit for a while on several devices.

@pmusaraj
Copy link
Contributor Author

Thanks @markvanlan!

@pmusaraj pmusaraj merged commit 1ca7f99 into main Oct 30, 2024
2 checks passed
@pmusaraj pmusaraj deleted the updated-auth-testing-scaffolding branch October 30, 2024 17:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants