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

Paul/edge provider extra tab #4409

Merged
merged 2 commits into from
Aug 30, 2023
Merged

Paul/edge provider extra tab #4409

merged 2 commits into from
Aug 30, 2023

Conversation

paullinator
Copy link
Member

@paullinator paullinator commented Aug 28, 2023

CHANGELOG

none

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

@@ -308,6 +308,7 @@ export interface AppConfig {
website: string
extraTab?: {
webviewUrl: string
useEdgeProvider: boolean
Copy link
Contributor

Choose a reason for hiding this comment

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

This naming conflicts with hooks naming convention useXyz. Perhaps to avoid confusion, could we name it tabType: 'provider' | 'webview'?

Copy link
Member Author

Choose a reason for hiding this comment

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

will use tabType: 'edgeProvider' | 'webview'

src/components/themed/EdgeProviderComponent.tsx Outdated Show resolved Hide resolved
@paullinator
Copy link
Member Author

/rebase

@paullinator paullinator merged commit e2ea3ca into develop Aug 30, 2023
2 checks passed
@paullinator paullinator deleted the paul/edgeProviderExtraTab branch August 30, 2023 20:20
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.

2 participants