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

Dashboards: allow changing date filters & refresh #3363

Merged
merged 34 commits into from
Feb 23, 2021
Merged

Commits on Feb 23, 2021

  1. DashboardHeader to ts

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    30f1604 View commit details
    Browse the repository at this point in the history
  2. Convert files to typescript

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    01de3d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78a1ab3 View commit details
    Browse the repository at this point in the history
  4. Improve typing for dashboards

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    1b04ef1 View commit details
    Browse the repository at this point in the history
  5. Fix DashboardHeader types

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    482c156 View commit details
    Browse the repository at this point in the history
  6. Improve typing: DashboardItem

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    48be7db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    520c94f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ca4306 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    574f527 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d3e500 View commit details
    Browse the repository at this point in the history
  11. Border for dates in Dashboard

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    5d3e71f View commit details
    Browse the repository at this point in the history
  12. Add dashboard.filters field

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    af645da View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fffbee3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    30c9dd5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ed3f864 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bb0531a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d5f987e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2b7ba9f View commit details
    Browse the repository at this point in the history
  19. Update dashboard type

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    e0d2609 View commit details
    Browse the repository at this point in the history
  20. Don't update URL in DateFilter

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    3acd529 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1425bce View commit details
    Browse the repository at this point in the history
  22. Avoid flickering in DateFilter

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    6cbcffd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9841de2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a4583ca View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    82915ec View commit details
    Browse the repository at this point in the history
  26. Kill some duplicated code

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    ad2f722 View commit details
    Browse the repository at this point in the history
  27. Avoid cache when filters change

    (datefilters on dashboard)
    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    0a92e65 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1b648d9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c021b62 View commit details
    Browse the repository at this point in the history
  30. Fix typing errors

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    5edfcca View commit details
    Browse the repository at this point in the history
  31. Update api/dashboard tests

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    e5fa65e View commit details
    Browse the repository at this point in the history
  32. Avoid redirects when changing date range for funnels or retention

    Previously funnelLogic might be mounted in the background, causing a
    reload
    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    bef933d View commit details
    Browse the repository at this point in the history
  33. Add a missing breakpoint

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    e88cf55 View commit details
    Browse the repository at this point in the history
  34. Reformat with black

    macobo committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    7c756e8 View commit details
    Browse the repository at this point in the history