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

♻️ [devext] move button to end the session next to the session info #2073

Conversation

BenoitZugmeyer
Copy link
Member

Motivation

Having the "end session" button in Settings is weird and impractical

Changes

Move the button next to the Session info:

Screenshot 2023-03-13 at 16 23 44

Testing

  • Local
  • Staging
  • Unit
  • End to end

I have gone over the contributing documentation.

@BenoitZugmeyer BenoitZugmeyer requested a review from a team as a code owner March 13, 2023 15:24
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/developer-extension--move-end-session-button branch from aa8b829 to 5d4c363 Compare March 13, 2023 15:27
Base automatically changed from benoit/developer-extension--move-components to innovation-week/developer-extension March 17, 2023 09:54
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/developer-extension--move-end-session-button branch from 5d4c363 to 0fa5f5f Compare March 17, 2023 09:58
@BenoitZugmeyer BenoitZugmeyer merged commit ab89506 into innovation-week/developer-extension Mar 17, 2023
@BenoitZugmeyer BenoitZugmeyer deleted the benoit/developer-extension--move-end-session-button branch March 17, 2023 18:18
BenoitZugmeyer added a commit that referenced this pull request Mar 28, 2023
* ♻️ [devext] move components modules around (#2071)

* ♻️ [devext] move button to end the session next to the session info (#2073)

* 🚚 [devext] move devtools status to panel (#2074)

Having the devtools status in the store was always a bit weird, since
it's more a temporary state than something we want to store on the long
term.

Also, its refresh strategy was not very good since it was only refreshed
when the store changed, so it did not refresh when running `yarn dev`
without manipulating the extension settings.

Let's put it in the devtools panel directly, as a hook that periodically
polls the dev server.
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