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

Update dataviews package version to latest #93503

Merged
merged 102 commits into from
Sep 4, 2024

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    64d7ab3 View commit details
    Browse the repository at this point in the history
  2. Revert renovate lock.

    allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    265c222 View commit details
    Browse the repository at this point in the history
  3. Small style fixes

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    00837ee View commit details
    Browse the repository at this point in the history
  4. Update API and types

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9b5f39e View commit details
    Browse the repository at this point in the history
  5. Import root dataviews styles

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7fa3b56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c4f5df View commit details
    Browse the repository at this point in the history
  7. Fix preview

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3c4732e View commit details
    Browse the repository at this point in the history
  8. Fix lock

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    47a9bff View commit details
    Browse the repository at this point in the history
  9. Fix more type errors

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d724339 View commit details
    Browse the repository at this point in the history
  10. Remove status

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7b7873d View commit details
    Browse the repository at this point in the history
  11. More style fixes

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f94b890 View commit details
    Browse the repository at this point in the history
  12. Remove patch

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    da2e38e View commit details
    Browse the repository at this point in the history
  13. Fix column widths

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    38b288c View commit details
    Browse the repository at this point in the history
  14. Better styles

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5b61986 View commit details
    Browse the repository at this point in the history
  15. Fix empty properties section

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8e19870 View commit details
    Browse the repository at this point in the history
  16. Fix scrolling and pagination

    youknowriad authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2b15db7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    21e1730 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ad59940 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ff750f5 View commit details
    Browse the repository at this point in the history
  20. Fix type error.

    allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6c987fd View commit details
    Browse the repository at this point in the history
  21. Style search input.

    allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cbc04ba View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    86f3680 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    59c05aa View commit details
    Browse the repository at this point in the history
  24. Consider list layout as well

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bf4bf43 View commit details
    Browse the repository at this point in the history
  25. Update header to label in a4a fields

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2859c38 View commit details
    Browse the repository at this point in the history
  26. Make status filter primary

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    06dda8c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0a4e785 View commit details
    Browse the repository at this point in the history
  28. Fix code style issue.

    allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6af0b84 View commit details
    Browse the repository at this point in the history
  29. Make status filter primary in a4a

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f78f694 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    495d6dc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7a9c97f View commit details
    Browse the repository at this point in the history
  32. Extract defaultLayouts to ItemsData

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    063739c View commit details
    Browse the repository at this point in the history
  33. Remove field list

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c24f9a8 View commit details
    Browse the repository at this point in the history
  34. Do not modify global constant.

    The initialDataViewsState is a global constant that is imported from a few places.
    
    By setting the sort & fields in the sites-dashboard-provider,
    any place that uses the global constant will inherit them.
    We should not modify a global constant. If something is shared globally,
    use the context instead.
    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4339080 View commit details
    Browse the repository at this point in the history
  35. Only have table enabled for users

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dde58ee View commit details
    Browse the repository at this point in the history
  36. Rename header to labels

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    61c7698 View commit details
    Browse the repository at this point in the history
  37. Hide filter toggle

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    678d794 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ce3a01a View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    b475361 View commit details
    Browse the repository at this point in the history
  40. TeamList: only have table enabled

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    274d3ce View commit details
    Browse the repository at this point in the history
  41. TeamList: hide filter toggle

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fbf38fb View commit details
    Browse the repository at this point in the history
  42. TeamList: switch header to label

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a55433f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    48df603 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    03d37fe View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    fda3edd View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c627fab View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    2d1edd0 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    5c5e5c7 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    5470013 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    c36a5d8 View commit details
    Browse the repository at this point in the history
  51. Revert "A4A-Team: Hide the DataViews toolbar for Team list table"

    This reverts commit 17544e0.
    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1277798 View commit details
    Browse the repository at this point in the history
  52. Revert "A4A-Referrals: Hide the DataViews toolbar for ReferralDetails…

    … table"
    
    This reverts commit b8a5b74.
    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4569363 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    b4b6f4a View commit details
    Browse the repository at this point in the history
  54. Centralize hotfixes into components/dataviews so they are straigtforw…

    …ard to find and remove
    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2419fe7 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    c836b87 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    159aefd View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    fdd8056 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    0776744 View commit details
    Browse the repository at this point in the history
  59. Add comment explaining hotfix

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    47f83ed View commit details
    Browse the repository at this point in the history
  60. A4A Team: add pagination

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5dec45e View commit details
    Browse the repository at this point in the history
  61. A4A Referrals: add pagination

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    88c537e View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    13b360b View commit details
    Browse the repository at this point in the history
  63. A4A Sites Modal: add pagination

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d4c10a6 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    5cb568e View commit details
    Browse the repository at this point in the history
  65. Update yarn.lock

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7ab980e View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    580983f View commit details
    Browse the repository at this point in the history
  67. Dotcom Sites: remove custom sort

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3c3c0dc View commit details
    Browse the repository at this point in the history
  68. Hotfix for filter count

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f5f0395 View commit details
    Browse the repository at this point in the history
  69. A4A Sites: remove custom sort

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ea03403 View commit details
    Browse the repository at this point in the history
  70. A4A sites: add actions label

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f987d42 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    655c0ac View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    481214c View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    9a0f37c View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    d728fb4 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    5fb3ab8 View commit details
    Browse the repository at this point in the history
  76. ItemsDataViews: add missing props

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bd2c4bf View commit details
    Browse the repository at this point in the history
  77. A4A Referral Details: adapt selection (string) to openSitePreviewPane…

    …l input (Referral)
    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6f3bc17 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    dbebe65 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    e82ca74 View commit details
    Browse the repository at this point in the history
  80. Add reference to upstream ticket

    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ddc0bae View commit details
    Browse the repository at this point in the history
  81. Hotfix for filter chip summary (font-size): consider filter with no s…

    …et values as well
    oandregal authored and allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d9dbde9 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    7d32d94 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    02f182d View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    6cd7fa3 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    9801fa2 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    a778d02 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    3c0dd09 View commit details
    Browse the repository at this point in the history
  88. Fix type errors.

    allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3e5ec38 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    a0b547c View commit details
    Browse the repository at this point in the history
  90. Update DataViews to 4.2.0

    allilevine committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    74ddd8a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    877b765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32f0dbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16c0067 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d12881 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2641c52 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    ede0092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7600812 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa6ed9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0256fcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0024bbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f33899 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85aa769 View commit details
    Browse the repository at this point in the history