1. 02 Apr, 2020 14 commits
  2. 01 Apr, 2020 22 commits
  3. 31 Mar, 2020 4 commits
    • add tooltip prop and fix folder name (#22901) · 4f3d9953
      * add tooltip prop and fix folder name
      
      * fix folder name refs
      Shavonn Brown committed
    • Migration: Migrate Dashboard Import to React (#22338) · ec743cf9
      * first things
      
      * introduce headers and moving buttons
      
      * adding reducer and action for gcom dashboard
      
      * action working
      
      * continue building on import form
      
      * change dashboard title
      
      * add prop to not render a label
      
      * first things
      
      * introduce headers and moving buttons
      
      * adding reducer and action for gcom dashboard
      
      * action working
      
      * continue building on import form
      
      * change dashboard title
      
      * add prop to not render a label
      
      * import form layout
      
      * break out form to component
      
      * add actions and reader for file upload
      
      * fix upload issue
      
      * modified data types to handle both gcom and file upload
      
      * import dashboard json
      
      * save dashboard
      
      * start change uid
      
      * change dashboard uid
      
      * fix spacing and date format
      
      * fix import from json
      
      * handle uid and title change
      
      * revert change in panelinspect
      
      * redo fileupload component
      
      * after review
      
      * redo forms to use Forms functionality
      
      * first attempt on async validation
      
      * use ternary on uid input
      
      * removed unused actions, fixed async validation on form
      
      * post form if invalid, break out form to component
      
      * sync file with master
      
      * fix after merge
      
      * nits
      
      * export formapi type
      
      * redo page to use forms validation
      
      * fix inputs and validation
      
      * readd post
      
      * add guards on data source and constants
      
      * type checks and strict nulls
      
      * strict nulls
      
      * validate onchange and fix import button when valid
      
      * shorten validate call
      
      * reexport OnSubmit type
      
      * add comment for overwrite useEffect
      
      * move validation functions to util
      
      * fix button imports
      
      * remove angular import
      
      * move title and uid validation
      Peter Holmberg committed
    • Docs: Adding the missing helping verb (#23180) · d863e569
      * Adding the missing helping verb
      
      added line 21 to have it on same platform as other points
      
      * Update docs/sources/features/dashboard/dashboards.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Mohit Nain committed