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

[Timebox] Routing for chrome extension sidepanel #5260

Open
AdityaPimpalkar opened this issue May 3, 2024 · 1 comment
Open

[Timebox] Routing for chrome extension sidepanel #5260

AdityaPimpalkar opened this issue May 3, 2024 · 1 comment
Assignees

Comments

@AdityaPimpalkar
Copy link
Contributor

Scope & Context

To keep user interactivity for our chrome extension in one place as much as possible - chrome sidepanel would be the best option for now.

As of now we have three screens on the sidepanel

  1. Twenty app site (for interacting with twenty directly)
  2. Settings page (for developers)
  3. oauth/signup (for authentication)

We have no way of switching between different screens (for eg. Once the user is authenticated, we have no way of going back to change urls on settings page)

@FelixMalfait
Copy link
Member

Use react router?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@FelixMalfait @AdityaPimpalkar and others