1. 14 Sep, 2015 1 commit
  2. 13 Aug, 2015 1 commit
  3. 22 Jul, 2015 1 commit
    • Add teams-for-topic list view to Teams page. · 21b39ca4
      TNL-1898
      
      Also adds a generic paginated list view and Teams list view. The
      common PaginatedView takes a collection and a view class for its items
      and creates a header and footer with correct pagination. The topics
      list view is refactored to use this generic view.
      
      Authors:
        - Peter Fogg <pfogg@edx.org>
        - Daniel Friedman <dfriedman58@gmail.com>
      Daniel Friedman committed
  4. 08 Jun, 2015 1 commit
    • TNL-1891 Browse Teams: Category Subnavigation · 17d3906c
      Introduces a tabbed view component which displays its subviews and
      handles Backbone navigation between each tab. This is used to implement
      the "My Teams" and "Browse" areas of the Teams tab. Right now the
      content of both tabs is stubbed out with a placeholder view which should
      be replaced by TNL-1893 and TNL-1892.
      Peter Fogg committed