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

Creates mock Chronicle Explorer page #309

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 4, 2023

  1. feat(pages): creates explorer page content starting point

    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    26b18d3 View commit details
    Browse the repository at this point in the history
  2. feat(router): creates route for chronicle explorer starting point

    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ece7871 View commit details
    Browse the repository at this point in the history
  3. build(packages): installs @mui/lab for treeview component

    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1bc6d7e View commit details
    Browse the repository at this point in the history
  4. build(packages): updates @mui/material

    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    084e03c View commit details
    Browse the repository at this point in the history
  5. feat(chronicle): adds explorer page components including domain check…

    …er, treeview, and attribute explorer
    
    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    aad1ec6 View commit details
    Browse the repository at this point in the history
  6. refactor(domaininput): renames customtextinput to domaininput and mov…

    …es it to chronicle folder in components
    
    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e948292 View commit details
    Browse the repository at this point in the history
  7. fix(chronicle-explorer): cleans up imports, removed duplicated dummy …

    …data
    
    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d6ee8fa View commit details
    Browse the repository at this point in the history
  8. fix(domaininput): adds form wrapper to fix submit bug, cleans up impo…

    …rts, sets inputValue to ''
    
    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9468e6e View commit details
    Browse the repository at this point in the history
  9. fix(domaininput): removes superfluous typing as codesmell

    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9e4d5cd View commit details
    Browse the repository at this point in the history
  10. test(domaininput): adds basic tests for DomainInput component

    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    449853c View commit details
    Browse the repository at this point in the history
  11. fix(containers-chronicle): updates chronicle container to point to ta…

    …bbed playground/explorer
    
    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f1122ed View commit details
    Browse the repository at this point in the history
  12. fix(router): consolidates playground/explorer to one view

    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    18f68b2 View commit details
    Browse the repository at this point in the history
  13. feat(pages-chronicle): puts playground and explorer into tabbed layou…

    …t view
    
    SXT-1023
    
    Signed-off-by: Jimmy Holway <[email protected]>
    Jimmy Holway committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3dfe72f View commit details
    Browse the repository at this point in the history