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

1628 Move Toolbar & Admin View is Dashboard #1723

Merged
merged 30 commits into from
Jan 19, 2017

Commits on Jan 9, 2017

  1. Moving toolbars

    Moved Admin toolbar (vertical one) to the left
    Moved DashboardHeader template region to top
    Moved ProductDetailsSimple toolbar into own component ( ProductToolbar )
    Moved ProductToolbar to DashboardHeader template region in registry
    mikemurray committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    c7c5cc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Adding react switch control

    Updating button component to allow for better toggling
    Update product toolbar and publish bar
    mikemurray committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    78acd66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61bc35e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

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

Commits on Jan 12, 2017

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

Commits on Jan 13, 2017

  1. Toolbar reorg (#1713)

    * Move dashboard to admin controls drawer
    
    * admin links in account dropdown to open action view
    
    * Added navigation stack to action view
    
    Added back button to settings panel
    
    * Added package list component for dashboard package list
    
    Added List and ListItem components
    
    * Code cleanup
    Added basic styles for lists
    
    * Adding react ActionView component
    mikemurray authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    e61cf80 View commit details
    Browse the repository at this point in the history
  2. Added blaze react package

    Fixing imports for actionView
    mikemurray committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    5c3cc31 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-0.19.0' into 1628-move-toolbars

    # Conflicts:
    #	imports/plugins/core/ui/client/components/index.js
    mikemurray committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    bf8d1a2 View commit details
    Browse the repository at this point in the history
  4. Added admin context provider

    AdminContextProvider provides context props to all components wrapped
    as Admin() components.
    mikemurray committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    831d101 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e963b9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9b90e9 View commit details
    Browse the repository at this point in the history
  7. Added add product button

    Added icon button with Reaction logo to open actionView
    mikemurray committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    abf0b62 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Package list re-org

    mikemurray committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    852be1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff4b2c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf161d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. cleanup

    mikemurray committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    d7d7fcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35553a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40ccfa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Configuration menu
    Copy the full SHA
    fe16197 View commit details
    Browse the repository at this point in the history
  2. Fix action view close on orders view

    Remove legacy functionality in orders template that interferes with the
    action view close.
    mikemurray committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    e914e08 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    mikemurray committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    70ea895 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    Remove filter controls from orders list
    mikemurray committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    a50435b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1be85a9 View commit details
    Browse the repository at this point in the history
  6. Moved add product functionality to generic admin toolbar

    Moving add product callback function from the publish controls into the
    admin toolbar.
    mikemurray committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    a3c385b View commit details
    Browse the repository at this point in the history
  7. Only show vertical divider if there is a dashboardHeaderTemplate

    Cleanup of propTypes
    mikemurray committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    4a8510e View commit details
    Browse the repository at this point in the history
  8. Allow for no loading templates

    Fixes issue where the publish controls would display a large loading
    spinner causing the toolbar to resize briefly.
    mikemurray committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    a281514 View commit details
    Browse the repository at this point in the history
  9. Clear action view on close to prevent odd behavior. Will revisit.

    Other various cleanup of source
    mikemurray committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    aa76d7d View commit details
    Browse the repository at this point in the history
  10. Fixed broken preview toggle

    Fix eslint issues
    mikemurray committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    633e4b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    91f5cae View commit details
    Browse the repository at this point in the history