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

Decoupling data table manager components #2807

Merged
merged 37 commits into from
May 17, 2024

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    1d32361 View commit details
    Browse the repository at this point in the history
  2. feat(data-table-manager): update data row

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6f04b6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f0dac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6606cb5 View commit details
    Browse the repository at this point in the history
  5. feat(data-table-manager): add changeset

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1636ea3 View commit details
    Browse the repository at this point in the history
  6. feat(data-table-manager): use provider method

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f5df920 View commit details
    Browse the repository at this point in the history
  7. feat(data-table-manager): use proper import

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c3bd460 View commit details
    Browse the repository at this point in the history
  8. feat(data-table-manager): remove unnecesary prop

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4d40cf0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53851ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff35e1b View commit details
    Browse the repository at this point in the history
  11. feat(data table manager): add tests for when data table is used in de…

    …coupled approach
    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    16c5ca9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3eb990f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b6ff69c View commit details
    Browse the repository at this point in the history
  14. feat(data table manager): update usage example

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    03e5b4e View commit details
    Browse the repository at this point in the history
  15. feat(data table manager): update data table import

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6def73e View commit details
    Browse the repository at this point in the history
  16. feat(data table manager): resolve conflict

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5dd0915 View commit details
    Browse the repository at this point in the history
  17. feat(data table manager): update tests

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e4e11d5 View commit details
    Browse the repository at this point in the history
  18. feat(data table manager): reuse exported types

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    aa8c241 View commit details
    Browse the repository at this point in the history
  19. feat(data table manager): reuse exported types

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6c902f5 View commit details
    Browse the repository at this point in the history
  20. feat(data table manager): introduce story for when data table is deco…

    …upled
    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    28a3f4b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0dcd7af View commit details
    Browse the repository at this point in the history
  22. feat(data table manager): remove children prop from decoupled data ta…

    …ble manager
    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b5c1a37 View commit details
    Browse the repository at this point in the history
  23. feat(data table manager): remove children prop from decoupled data ta…

    …ble manager
    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8d03194 View commit details
    Browse the repository at this point in the history
  24. feat(data table manager): update package

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4d191d7 View commit details
    Browse the repository at this point in the history
  25. feat(data table manager): update package import path

    Ddouglasz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d63f3e8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    1f8c6ba View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. feat(data table manager): refactor data table manager to move all log…

    …ic to context
    Ddouglasz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    112491d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ceb935 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be8def9 View commit details
    Browse the repository at this point in the history
  4. feat(data table manager): throw error to notify users of provider alt…

    …ernative
    Ddouglasz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    557b6f8 View commit details
    Browse the repository at this point in the history
  5. feat(data table manager): remove unused file

    Ddouglasz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    dad4ee5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1c1679 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. feat(data table manager): update readme

    Ddouglasz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e04a522 View commit details
    Browse the repository at this point in the history
  2. feat(selectable search input): update test

    Ddouglasz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e4aacf4 View commit details
    Browse the repository at this point in the history
  3. feat(data table manager): update readme

    Ddouglasz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    be1afaf View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. feat(data table manager): update types import

    Ddouglasz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    37d6c7c View commit details
    Browse the repository at this point in the history
  2. feat(data table manager): update usage example

    Ddouglasz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1af83b5 View commit details
    Browse the repository at this point in the history