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

fix: show feedback form on mobile #1569

Merged
merged 2 commits into from
Feb 8, 2023

Conversation

daniellacosse
Copy link
Contributor

typeof window.electron !== 'undefined' doesn't seem to work, nor does this.platform === 'Electron'. Going to try some other ideas.

@@ -524,6 +526,11 @@ export class AppRoot extends mixinBehaviors([AppLocalizeBehavior], PolymerElemen
type: String,
readonly: true,
},
isElectron: {
Copy link
Contributor

Choose a reason for hiding this comment

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

minor Is the name isElectron too specific about the implementation details? Maybe call it hideFeedback? What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I gueeesss shouldHideFeedback

@daniellacosse daniellacosse changed the title fix: [WIP] show feedback form on mobile fix: show feedback form on mobile Feb 7, 2023
@daniellacosse daniellacosse requested a review from jyyi1 February 7, 2023 20:17
@daniellacosse daniellacosse marked this pull request as ready for review February 7, 2023 20:17
@daniellacosse daniellacosse requested a review from a team as a code owner February 7, 2023 20:17
Copy link
Contributor

@jyyi1 jyyi1 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@daniellacosse daniellacosse merged commit a6ba723 into master Feb 8, 2023
jyyi1 added a commit that referenced this pull request Feb 22, 2023
### Changelog

- fix: temporarily remove client feedback view: #1548 , #1569 
- fix: ssconf:// deeplinking on ios: #1524
- fix: spurious typescript errors: #1550
- feat(www): 🌐 support 11 more languages: #1566
- chore: ⏫ upgrade tun2socks library to v3.1.0: #1576
@daniellacosse daniellacosse deleted the daniellacosse/reveal_non_electron branch March 6, 2024 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants