Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

refactor: create entities component for groups and users #37

Merged
merged 32 commits into from Jan 11, 2021

Commits on Jan 5, 2021

  1. Copy the full SHA
    993a1e7 View commit details
    Browse the repository at this point in the history
  2. refactor: simplify groups and users components

    RudyRed committed Jan 5, 2021
    Copy the full SHA
    4d64ae4 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. feat: header styles and theming

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    00b6777 View commit details
    Browse the repository at this point in the history
  2. feat: update section headers and actions

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    b5a51da View commit details
    Browse the repository at this point in the history
  3. feat: redesign tables and fields

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    17bada9 View commit details
    Browse the repository at this point in the history
  4. feat: update create dialogs

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    c958cf1 View commit details
    Browse the repository at this point in the history
  5. feat: adding row click navigation

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    4619c32 View commit details
    Browse the repository at this point in the history
  6. build: add material ui icons dependency

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    232a9bd View commit details
    Browse the repository at this point in the history
  7. build: fix build deps

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    1e0695d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5f56e8c View commit details
    Browse the repository at this point in the history
  9. feat: useTheme within useFields

    Much neater!
    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    2486b50 View commit details
    Browse the repository at this point in the history
  10. feat: remove roboto font load

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    df84949 View commit details
    Browse the repository at this point in the history
  11. fix: removing inline styles on Tab icons

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    b2e4d03 View commit details
    Browse the repository at this point in the history
  12. fix: revert page options

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    3ccdcd9 View commit details
    Browse the repository at this point in the history
  13. fix: refactor theme overrides

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    0bc8732 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    d8dd694 View commit details
    Browse the repository at this point in the history
  15. fix: add theme overrides for integration with pages that have their o…

    …wn styles
    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    52206a1 View commit details
    Browse the repository at this point in the history
  16. refactor: create entity component

    RudyRed committed Jan 6, 2021
    Copy the full SHA
    a6c2182 View commit details
    Browse the repository at this point in the history
  17. fix: entity specifix create dialog box

    RudyRed committed Jan 6, 2021
    Copy the full SHA
    d6e8ab4 View commit details
    Browse the repository at this point in the history
  18. style: arrange props alphabetically

    RudyRed committed Jan 6, 2021
    Copy the full SHA
    282c00d View commit details
    Browse the repository at this point in the history
  19. fix: missing can search group provider check

    RudyRed committed Jan 6, 2021
    Copy the full SHA
    5e03a80 View commit details
    Browse the repository at this point in the history
  20. fix: fix icon component names

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    e6db992 View commit details
    Browse the repository at this point in the history
  21. fix: useMemo for theme provider value

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    e54b8cd View commit details
    Browse the repository at this point in the history
  22. fix: using icons map for provider

    This will avoid showing the Cognito icon if
    the server returns a provider unknown to the front-end.
    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    1ecbbb2 View commit details
    Browse the repository at this point in the history
  23. fix: update all icons

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    e16634a View commit details
    Browse the repository at this point in the history
  24. fix: entities rows interaction

    Mathieu Davy committed Jan 6, 2021
    Copy the full SHA
    153a42c View commit details
    Browse the repository at this point in the history
  25. Merge branch 'new-design' of https://github.com/nearform/brokeneck in…

    …to refactor/remove-duplication-entity-components
    RudyRed committed Jan 6, 2021
    Copy the full SHA
    0bfc62e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Merge branch 'master' into refactor/remove-duplication-entity-components

    # Conflicts:
    #	packages/brokeneck-html/public/index.html
    #	packages/brokeneck-react/src/components/Groups.js
    #	packages/brokeneck-react/src/components/Navigation.js
    #	packages/brokeneck-react/src/components/Provider.js
    #	packages/brokeneck-react/src/components/Users.js
    #	packages/brokeneck-react/src/hooks/useFields.js
    #	packages/brokeneck-react/src/theme.js
    Mathieu Davy committed Jan 7, 2021
    Copy the full SHA
    8bef9e0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/nearform/brokeneck into r…

    …efactor/remove-duplication-entity-components
    RudyRed committed Jan 7, 2021
    Copy the full SHA
    aee9841 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refactor/remove-duplication-entity-components' of https…

    …://github.com/nearform/brokeneck into refactor/remove-duplication-entity-components
    RudyRed committed Jan 7, 2021
    Copy the full SHA
    bf11616 View commit details
    Browse the repository at this point in the history
  4. style: remove commented code

    RudyRed committed Jan 7, 2021
    Copy the full SHA
    e69f2e9 View commit details
    Browse the repository at this point in the history
  5. style: quote styling

    RudyRed committed Jan 7, 2021
    Copy the full SHA
    c15b96c View commit details
    Browse the repository at this point in the history