• Robert Knight's avatar
    Convert sidebar content to a component · a5923eb2
    Robert Knight authored
    Convert 'WidgetController' into a `<sidebar-content>` component which
    uses `sidebar_content.html` as a template and convert the route for the
    sidebar into a trivial template which just renders this component.
    
     * Move `widget-controller` to src/sidebar/components/sidebar-content.js
    
     * Move various helpers for the sidebar content template from the scope
       to the controller, in line with other components.
    
     * Pass the "auth" and "search" scope properties from the AppController
       instance explicitly to `<sidebar-content>`, since components do not
       inherit scope properties automatically.
    a5923eb2
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
npm-shrinkwrap.json Loading commit data...
package.json Loading commit data...
requirements-dev.in Loading commit data...