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

adds live page preview on hover :) #52

Merged
merged 34 commits into from May 17, 2020

Commits on May 10, 2020

  1. adds page preview on hover :)

    Palash committed May 10, 2020
    Configuration menu
    Copy the full SHA
    e1e5c57 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. disable preview on toggle

    Palash committed May 11, 2020
    Configuration menu
    Copy the full SHA
    9c06df6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. use popper for positioning

    Palash committed May 12, 2020
    Configuration menu
    Copy the full SHA
    b9ee395 View commit details
    Browse the repository at this point in the history
  2. remove popper if item is removed from dom

    Palash committed May 12, 2020
    Configuration menu
    Copy the full SHA
    c16e1ba View commit details
    Browse the repository at this point in the history
  3. set scrollTop to 0 for next hover

    Palash committed May 12, 2020
    Configuration menu
    Copy the full SHA
    9c60b20 View commit details
    Browse the repository at this point in the history
  4. support page-ref-tag

    Palash committed May 12, 2020
    Configuration menu
    Copy the full SHA
    fc3a3d3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. - disable by default;

    - keep 'search' as the first page
    Palash committed May 15, 2020
    Configuration menu
    Copy the full SHA
    8a7183e View commit details
    Browse the repository at this point in the history
  2. add warning tooltip, uses react-tooltip-popper

    Palash committed May 15, 2020
    Configuration menu
    Copy the full SHA
    62d7a67 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. rename warningTooltip -> warning

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    53f03d2 View commit details
    Browse the repository at this point in the history
  2. fix: reducer

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    db31638 View commit details
    Browse the repository at this point in the history
  3. refactor to PreviewIframe class

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    dcfc937 View commit details
    Browse the repository at this point in the history
  4. refactor Tooltip

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    806203d View commit details
    Browse the repository at this point in the history
  5. revert manifest.json

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    79d4dca View commit details
    Browse the repository at this point in the history
  6. clear instance on disable

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    282f915 View commit details
    Browse the repository at this point in the history
  7. Merge commit 'c9593ccce94a31f18bc60b2acbfac5f10b7b7a5e' into live-pre…

    …view
    
    # Conflicts:
    #	src/ts/containers/Settings/Home.tsx
    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    3129b48 View commit details
    Browse the repository at this point in the history
  8. chore: private functions

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    e29481d View commit details
    Browse the repository at this point in the history
  9. move initial state to function

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    6740221 View commit details
    Browse the repository at this point in the history
  10. add comment for hack

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    99338a9 View commit details
    Browse the repository at this point in the history
  11. use daily notes page for first load

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    02c9db7 View commit details
    Browse the repository at this point in the history
  12. rename function

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    cece075 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eabd431 View commit details
    Browse the repository at this point in the history
  14. review changes

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    bb08eae View commit details
    Browse the repository at this point in the history
  15. fix comment

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    ea574cd View commit details
    Browse the repository at this point in the history
  16. fix: condition

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    53459da View commit details
    Browse the repository at this point in the history
  17. remove log

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    b64069e View commit details
    Browse the repository at this point in the history
  18. fix: mouse handling

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    cc7e463 View commit details
    Browse the repository at this point in the history
  19. remove body check

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    13af95d View commit details
    Browse the repository at this point in the history
  20. review

    Palash committed May 16, 2020
    Configuration menu
    Copy the full SHA
    5a8d720 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. fix: create iframe in constructor,

    use id based check
    Palash committed May 17, 2020
    Configuration menu
    Copy the full SHA
    9afd28e View commit details
    Browse the repository at this point in the history
  2. fix: navigation function

    Palash committed May 17, 2020
    Configuration menu
    Copy the full SHA
    7210520 View commit details
    Browse the repository at this point in the history
  3. fix: type

    Palash committed May 17, 2020
    Configuration menu
    Copy the full SHA
    73004cf View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into live-preview

    # Conflicts:
    #	src/manifest.json
    #	src/ts/features/features.ts
    Palash committed May 17, 2020
    Configuration menu
    Copy the full SHA
    f01d18e View commit details
    Browse the repository at this point in the history
  5. move live-preview file, add to features

    Palash committed May 17, 2020
    Configuration menu
    Copy the full SHA
    caff0e7 View commit details
    Browse the repository at this point in the history
  6. remove exisitingIframe check,

    move/rename scrollToTop hack
    Palash committed May 17, 2020
    Configuration menu
    Copy the full SHA
    aa798b7 View commit details
    Browse the repository at this point in the history