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

Begin porting the web POC to react native #10

Merged
merged 45 commits into from
Aug 10, 2020
Merged

Commits on Aug 8, 2020

  1. Configuration menu
    Copy the full SHA
    bef1ed1 View commit details
    Browse the repository at this point in the history
  2. Fix an error with merge

    tgolen committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    7a8f83b View commit details
    Browse the repository at this point in the history
  3. Add some style to the header

    tgolen committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    d9cb5b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f55a6d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07db03a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4496f10 View commit details
    Browse the repository at this point in the history
  7. WIP on direct binding

    tgolen committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    ae9f529 View commit details
    Browse the repository at this point in the history
  8. Implement direct binding

    tgolen committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    b0a1575 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Fix unsubscribing

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    f9a094a View commit details
    Browse the repository at this point in the history
  2. Fix infinite session redirect

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    0366c4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f153fb5 View commit details
    Browse the repository at this point in the history
  4. Add a little more comment

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    307dfd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e31528b View commit details
    Browse the repository at this point in the history
  6. List reports in the sidebar

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    a5cbde6 View commit details
    Browse the repository at this point in the history
  7. Update src/page/HomePage/HeaderView.js

    Co-authored-by: Andrew Gable <andrewgable@gmail.com>
    tgolen and AndrewGable authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    2490b9c View commit details
    Browse the repository at this point in the history
  8. Update src/style/StyleSheet.js

    Co-authored-by: Andrew Gable <andrewgable@gmail.com>
    tgolen and AndrewGable authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    a02d992 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    a3de49e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    743db5f View commit details
    Browse the repository at this point in the history
  11. Use Link instead of NavLink

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    2f8016b View commit details
    Browse the repository at this point in the history
  12. Use a simple subscription ID

    Fixes #11
    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    67ee483 View commit details
    Browse the repository at this point in the history
  13. Rename subscribeToState to bind

    Fixes #13
    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    e42283d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b2a9b7e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8df561f View commit details
    Browse the repository at this point in the history
  16. remove calc() from styles

    Fixes #20
    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    74d5455 View commit details
    Browse the repository at this point in the history
  17. Show the list of report names as decent links

    Fixes #24
    Fixes #21
    Fixes #20
    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    da8177c View commit details
    Browse the repository at this point in the history
  18. Remvoe subscribe and unsubscribe for now

    Fixes #12
    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    f2ed6a8 View commit details
    Browse the repository at this point in the history
  19. Only create regex object when binding

    Fixes #17
    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    04b5751 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cbc7368 View commit details
    Browse the repository at this point in the history
  21. Reorder the params for binding

    Fixes #30
    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    9b8a3b8 View commit details
    Browse the repository at this point in the history
  22. Remove persistent storage

    Fixes #15
    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    9a26bc3 View commit details
    Browse the repository at this point in the history
  23. Use merge in as many places as possible

    Fixes #29
    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    af2333f View commit details
    Browse the repository at this point in the history
  24. Remove weird code

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    cad8207 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2130a64 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    99e3a73 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3b8fcaf View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1843eb7 View commit details
    Browse the repository at this point in the history
  29. Rename the HOC to WithStore

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    fb063ce View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    732ac89 View commit details
    Browse the repository at this point in the history
  31. Improve the signature of bind

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    c9e45c1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    545be1f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1807767 View commit details
    Browse the repository at this point in the history
  34. Display history fragments

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    22aa79e View commit details
    Browse the repository at this point in the history
  35. Better comment

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    c8384ab View commit details
    Browse the repository at this point in the history
  36. Fix a semi-broken home page

    tgolen committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    a813cde View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Apply mobile fixes

    AndrewGable committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    798135c View commit details
    Browse the repository at this point in the history