From 95879b279f82cc41f87cb2e4a98079bd1bb5e872 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 10 Dec 2018 01:41:37 +1100 Subject: [PATCH] Sorting and searching are working --- public/index.html | 2 +- src/app.jsx | 3 +- src/pages/card_list.jsx | 62 ++++++++-- src/styles/shared.css | 24 ++++ src/utilities/tsorter.js | 252 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 329 insertions(+), 14 deletions(-) create mode 100644 src/utilities/tsorter.js diff --git a/public/index.html b/public/index.html index b7ae1ff..b994fdf 100644 --- a/public/index.html +++ b/public/index.html @@ -7,6 +7,6 @@
- + \ No newline at end of file diff --git a/src/app.jsx b/src/app.jsx index 6e8dbba..acacab8 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -1,6 +1,6 @@ import React from "react"; import { BrowserRouter, Switch, Route, Link } from "react-router-dom"; -import { Header, Container } from "semantic-ui-react"; +import { Header, Container, Divider } from "semantic-ui-react"; //include styles import "./styles/shared.css"; @@ -34,6 +34,7 @@ class App extends React.Component { Concepts About +