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

[WIP] Add storage interactions in the bottom-drawer #397

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Mar 5, 2019

  1. Inject the front-end-tracker in the page's <head>

    Will be needed to feed the bottom-drawer with storage or DOM events.
    Pamplemousse committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    bb1eb55 View commit details
    Browse the repository at this point in the history
  2. Refacto in bottom-drawer

    There will be other tabs, so try to make the current content generic.
      * css will not impact only history tab
      * there will be other messages passing, so rename current events
      related to history to be specificly for it
    Pamplemousse committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    047d8cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    759fb20 View commit details
    Browse the repository at this point in the history
  4. Add type information in storage events

    To know if the `localStorage` or `sessionStorage` is impacted.
    Pamplemousse committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    20705e1 View commit details
    Browse the repository at this point in the history