Commit 2e04d1b7 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Use commentsList component on comments Index page.

Move the old Comments controller aside and write a new simpler one
that for now only manages the comments index page.
parent 3792ebda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ Ext.define('Docs.Application', {
                'Guides',
                'Videos',
                'Tabs',
                'Comments',
                'Tests'
            ],
            launch: this.launch
+6 −697

File changed.

Preview size limit exceeded, changes collapsed.

+786 −0

File added.

Preview size limit exceeded, changes collapsed.

+11 −3

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
 */
Ext.define('Docs.view.comments.List', {
    extend: 'Ext.view.View',
    alias: 'widget.commentsList',
    requires: [
        'Docs.Auth'
    ],