From 46a45a85360e6588b87c3724ef848f3dede39e18 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Tue, 13 Sep 2022 10:57:28 -0500 Subject: [PATCH 01/28] replace sort table with divs and give UI styling --- .../pages/basePages/listPage/listPage.jsx | 28 ++++---- .../pages/basePages/listPage/listPage.less | 66 ++++++++++--------- 2 files changed, 45 insertions(+), 49 deletions(-) diff --git a/client/homebrew/pages/basePages/listPage/listPage.jsx b/client/homebrew/pages/basePages/listPage/listPage.jsx index 0969b9f2a..b81f9c8e0 100644 --- a/client/homebrew/pages/basePages/listPage/listPage.jsx +++ b/client/homebrew/pages/basePages/listPage/listPage.jsx @@ -114,7 +114,7 @@ const ListPage = createClass({ }, renderSortOption : function(sortTitle, sortValue){ - return
Sort by :- |
{this.renderSortOption('Title', 'alpha')}
{this.renderSortOption('Created Date', 'created')}
{this.renderSortOption('Updated Date', 'updated')}
{this.renderSortOption('Views', 'views')}
{/* {this.renderSortOption('Latest', 'latest')} */}
-
+
Direction :- |
- + - | + {this.renderFilterOption()} -