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

Release 3.0 #292

Merged
merged 117 commits into from
Jan 14, 2021
Merged

Release 3.0 #292

merged 117 commits into from
Jan 14, 2021

Commits on Jan 14, 2021

  1. restructure folders and rename files

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    ecac327 View commit details
    Browse the repository at this point in the history
  2. upgraded packages + new build process

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4eaa189 View commit details
    Browse the repository at this point in the history
  3. update README with new build

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    ad678b4 View commit details
    Browse the repository at this point in the history
  4. fix grammatical error

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d27ba58 View commit details
    Browse the repository at this point in the history
  5. new development process

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    22a6ae0 View commit details
    Browse the repository at this point in the history
  6. sample application

    basic query
    
    cleanup color api
    
    install and start development application
    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5ee081a View commit details
    Browse the repository at this point in the history
  7. remove unneeded env file

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4bd82dd View commit details
    Browse the repository at this point in the history
  8. cleanup package.json; remove unneeded useApolloClient

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    e727067 View commit details
    Browse the repository at this point in the history
  9. remove unneeded HttpLink

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    07a1b7e View commit details
    Browse the repository at this point in the history
  10. jest + typescript

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    679b5b3 View commit details
    Browse the repository at this point in the history
  11. able to test both src and development with jest and typescript

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a8863fc View commit details
    Browse the repository at this point in the history
  12. remove PropTypes from sample application

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4630af0 View commit details
    Browse the repository at this point in the history
  13. remove allowSyntheticDefaultImports

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    ccd57f3 View commit details
    Browse the repository at this point in the history
  14. adding in Relay

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    ddb356e View commit details
    Browse the repository at this point in the history
  15. dynamic export + relay working

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    499935d View commit details
    Browse the repository at this point in the history
  16. client --> tab

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    56bb8c7 View commit details
    Browse the repository at this point in the history
  17. replace toKey with operationName

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    67cc212 View commit details
    Browse the repository at this point in the history
  18. add panel connection + integrate Apollo Client

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d831eb1 View commit details
    Browse the repository at this point in the history
  19. devtools <--> client

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    727f019 View commit details
    Browse the repository at this point in the history
  20. write client cache data to cache in the devtools via reactive vars

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    0d41987 View commit details
    Browse the repository at this point in the history
  21. JSON.stringify cache results

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2ca7712 View commit details
    Browse the repository at this point in the history
  22. cache.makeVar --> makeVar

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    f1f0fa2 View commit details
    Browse the repository at this point in the history
  23. queryManager.getStore --> queryManager.queries

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2a490ff View commit details
    Browse the repository at this point in the history
  24. a great deal of cleanup

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b63a502 View commit details
    Browse the repository at this point in the history
  25. convert to TS

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    3d2a529 View commit details
    Browse the repository at this point in the history
  26. Add tests for Relay

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    daf305d View commit details
    Browse the repository at this point in the history
  27. Fix TypeScript errors after setting strictNullChecks to true

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1d926ad View commit details
    Browse the repository at this point in the history
  28. Add ts-loader to webpack.config.js

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    13bd290 View commit details
    Browse the repository at this point in the history
  29. Add message to Message object

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    af05f08 View commit details
    Browse the repository at this point in the history
  30. Modify Relay tests to be async

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5df299a View commit details
    Browse the repository at this point in the history
  31. Enable ESLint with @typescript-eslint and React-specific rules

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1a5df85 View commit details
    Browse the repository at this point in the history
  32. Add emotion and @apollo/space-kit deps

    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    8543202 View commit details
    Browse the repository at this point in the history
  33. Remove all traces of less

    This includes removing all current `.less` files. We're going to
    use `@apollo/space-kit` + `emotion` moving forward, and can
    re-create any styles we need by referencing the older `.less`
    files (if needed).
    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2b7c48e View commit details
    Browse the repository at this point in the history
  34. Temporary tweaks to validate emotion is working properly

    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    3467511 View commit details
    Browse the repository at this point in the history
  35. Temporary tweak to demonstrate that @apollo/space-kit is working

    Includes demonstrating integration with emotion via `css`.
    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    7b7cf16 View commit details
    Browse the repository at this point in the history
  36. Make project names unique to satisfy Jest's haste map

    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    195263d View commit details
    Browse the repository at this point in the history
  37. Update Jest to the latest version

    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    0d01351 View commit details
    Browse the repository at this point in the history
  38. Wire up initial Circle CI config

    We'll leave the linting job disabled for now, since it will return
    a lot of errors on the old code in the codebase. When the old code
    has been removed, it can be enabled.
    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    0c3ac74 View commit details
    Browse the repository at this point in the history
  39. Connect devtools to GraphiQL

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    bf14ff6 View commit details
    Browse the repository at this point in the history
  40. Forward GraphiQL requests to the client

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    51b60ab View commit details
    Browse the repository at this point in the history
  41. Use Relay.forward to forward messages from client to devtools

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    be8a2ea View commit details
    Browse the repository at this point in the history
  42. Handle GraphiQL request and response

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a181ce0 View commit details
    Browse the repository at this point in the history
  43. Prettify GraphiQL queries

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    62fdd29 View commit details
    Browse the repository at this point in the history
  44. Convert hook.js to hook.ts

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2aa79e6 View commit details
    Browse the repository at this point in the history
  45. Save GraphiQL query and color theme with reactive vars

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    dcca8d9 View commit details
    Browse the repository at this point in the history
  46. Handle mutations in GraphiQL

    Remove unused files
    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    314200a View commit details
    Browse the repository at this point in the history
  47. Integrate GraphiQL Explorer

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    99a0f26 View commit details
    Browse the repository at this point in the history
  48. Augment Relay.listen to accept message object

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d08cfa9 View commit details
    Browse the repository at this point in the history
  49. Create GraphiQLResponse type

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    e2f9be9 View commit details
    Browse the repository at this point in the history
  50. Tests for Explorer.tsx

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    7b47a77 View commit details
    Browse the repository at this point in the history
  51. Adjust TypeScript from code review comments

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    31e50fc View commit details
    Browse the repository at this point in the history
  52. Fix ColorTheme import

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    cad43ec View commit details
    Browse the repository at this point in the history
  53. Fix test for Relay.forward

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    dbb3e62 View commit details
    Browse the repository at this point in the history
  54. Regenerate package-lock.json

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b82a248 View commit details
    Browse the repository at this point in the history
  55. Create sidebar layout with navigation

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4b31d7a View commit details
    Browse the repository at this point in the history
  56. Fix tests

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    dc46a17 View commit details
    Browse the repository at this point in the history
  57. Tests for SidebarLayout and FullWidthLayout

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    865528d View commit details
    Browse the repository at this point in the history
  58. Test for Navigation.tsx

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    227eb22 View commit details
    Browse the repository at this point in the history
  59. Select last button in test

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    9825f84 View commit details
    Browse the repository at this point in the history
  60. Separate theme into separate file

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a2ff1ba View commit details
    Browse the repository at this point in the history
  61. Append style variables with Styles

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2e31428 View commit details
    Browse the repository at this point in the history
  62. Fix import in renderWithApolloClient

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    69ae430 View commit details
    Browse the repository at this point in the history
  63. Queries UI

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a52cf40 View commit details
    Browse the repository at this point in the history
  64. QueryViewer tests

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    11076bf View commit details
    Browse the repository at this point in the history
  65. Add count to WatchedQueries query

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    027a836 View commit details
    Browse the repository at this point in the history
  66. Move testing utilities into separate folder

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    f50a2ba View commit details
    Browse the repository at this point in the history
  67. Adjust columns sizes

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    3fb29a8 View commit details
    Browse the repository at this point in the history
  68. Add tests for Queries component

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    eb49c05 View commit details
    Browse the repository at this point in the history
  69. Revert changes for testing

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    ca603c4 View commit details
    Browse the repository at this point in the history
  70. Adjust types

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d3bdb9c View commit details
    Browse the repository at this point in the history
  71. Able to inspect mutations in the Mutations panel

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1dd5cd3 View commit details
    Browse the repository at this point in the history
  72. Run in GraphiQL button opens GraphiQL with the operation

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    45eea64 View commit details
    Browse the repository at this point in the history
  73. Update data at 500ms interval

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    319516f View commit details
    Browse the repository at this point in the history
  74. Handle tab reloads

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d4617c1 View commit details
    Browse the repository at this point in the history
  75. Tests for rendering selected screen on render and reload

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    c52a81a View commit details
    Browse the repository at this point in the history
  76. Prevent memory issues in CircleCI

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    54c206a View commit details
    Browse the repository at this point in the history
  77. Cleanup

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    7a9643d View commit details
    Browse the repository at this point in the history
  78. Install forked graphiql package

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5dd1bd0 View commit details
    Browse the repository at this point in the history
  79. Toolbar CSS

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    abf230f View commit details
    Browse the repository at this point in the history
  80. Update colors

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b1c0be7 View commit details
    Browse the repository at this point in the history
  81. Add extra tests

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    da5ac97 View commit details
    Browse the repository at this point in the history
  82. New package-lock.json

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4113d6a View commit details
    Browse the repository at this point in the history
  83. Force CircleCI to use npm 6

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    6b1653f View commit details
    Browse the repository at this point in the history
  84. Change how we render GraphiQLEditor

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    9a0240d View commit details
    Browse the repository at this point in the history
  85. Able to switch between Dark and Light modes

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    ec8e1cc View commit details
    Browse the repository at this point in the history
  86. Fix broken CSS

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    6b66af2 View commit details
    Browse the repository at this point in the history
  87. Add matchMedia helper + tests

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1051113 View commit details
    Browse the repository at this point in the history
  88. Fix test descriptions

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a29e86e View commit details
    Browse the repository at this point in the history
  89. Handle mutations for Apollo Client 3.3

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a6f52db View commit details
    Browse the repository at this point in the history
  90. Ignore IntrospectionQuery in WatchedQueries

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    cd12e0a View commit details
    Browse the repository at this point in the history
  91. Update to a version of space-kit that supports highlighted

    The ability to highlight specific `ListItem`'s was added in
    `@apollo/space-kit@7.21.0`.
    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a7cac87 View commit details
    Browse the repository at this point in the history
  92. Allow SidebarLayout.Sidebar styles to be overridden

    The design of the Cache sidebar calls for the cache search to be
    raised higher on the sidebar than the default sidebar padding
    allows. This commit introduces a `cssOverride` prop to
    `SidebarLayout.Sidebar` that can be used by component consumers
    to override the default sidebar styles.
    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    1f14a0c View commit details
    Browse the repository at this point in the history
  93. New cache panel work

    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a158a7c View commit details
    Browse the repository at this point in the history
  94. Enable the cache panel

    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    292eb9b View commit details
    Browse the repository at this point in the history
  95. Adjust queryManager.mutationStore access to reflect AC 3.3 changes

    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    8843e3c View commit details
    Browse the repository at this point in the history
  96. Remove unnecessary runtime test

    The state being tested can't be reached using out TS codebase.
    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4b06d36 View commit details
    Browse the repository at this point in the history
  97. Wire up max sidebar width to handle large query/mutation/cache ids

    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a264c98 View commit details
    Browse the repository at this point in the history
  98. Replace cssOverride approach with css/className approach

    This falls more inline with what the rest of the codebase is
    doing.
    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    be571a6 View commit details
    Browse the repository at this point in the history
  99. Adjust Search component types to follow the rest of the codebase

    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    35a37a9 View commit details
    Browse the repository at this point in the history
  100. Leverage whiteTransparent from the common theme file

    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a4c68a4 View commit details
    Browse the repository at this point in the history
  101. Delete components from v2

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5473d58 View commit details
    Browse the repository at this point in the history
  102. Use EventTarget shim for Firefox compatability

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    42aa570 View commit details
    Browse the repository at this point in the history
  103. New package-lock.json

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d9649ad View commit details
    Browse the repository at this point in the history
  104. Configurable object

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    0125a5a View commit details
    Browse the repository at this point in the history
  105. Fix width on sidebar layout

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b50139e View commit details
    Browse the repository at this point in the history
  106. Add additional UI tests for the cache panel

    As well as a few adjustments for an empty cache state.
    hwillson authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    44a9c40 View commit details
    Browse the repository at this point in the history
  107. Fix check for getStore vs mutationStore

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d3617eb View commit details
    Browse the repository at this point in the history
  108. Add treeTheme to theme.ts

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    974e576 View commit details
    Browse the repository at this point in the history
  109. Convert theme to CSS variables

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2656892 View commit details
    Browse the repository at this point in the history
  110. Remove unused packages

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    66763df View commit details
    Browse the repository at this point in the history
  111. Fix tests

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5cd306e View commit details
    Browse the repository at this point in the history
  112. Simplified EventTarget implimentation

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    365e74b View commit details
    Browse the repository at this point in the history
  113. Remove event-target-shim package

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    32ec683 View commit details
    Browse the repository at this point in the history
  114. Test for EventTarget

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    f933db9 View commit details
    Browse the repository at this point in the history
  115. Do not render if mutation / query data is empty

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    c4a33d3 View commit details
    Browse the repository at this point in the history
  116. Tests for Queries / Mutations empty states

    Jenn Creighton authored and Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    6347fff View commit details
    Browse the repository at this point in the history
  117. Clean package-lock.json

    Jenn Creighton committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    3e06c2e View commit details
    Browse the repository at this point in the history