From 9c11a7d61cf062c4fba3fc2530a82e34c331bedc Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 26 Apr 2016 20:17:05 -0700 Subject: [PATCH] Switch to LokiJS (#12) * LokiJS is working pretty well * Tidy up --- .gitignore | 2 +- app/app.html | 2 - app/components/Sidebar.js | 2 +- app/components/SidebarRequestGroupRow.js | 2 +- app/containers/App.js | 18 +- app/containers/Prompts.js | 6 +- app/containers/RequestActionsDropdown.js | 2 +- app/containers/RequestGroupActionsDropdown.js | 2 +- app/containers/WorkspaceDropdown.js | 2 +- app/database/index.js | 244 +++++++++++------- app/external/pouchdb.find.min.js | 2 - app/external/pouchdb.min.js | 11 - app/lib/network.js | 2 +- app/package.json | 1 + app/redux/initstore.js | 45 ++-- app/redux/modules/entities.js | 13 + scripts/package | 2 +- webpack/webpack.config.base.js | 7 +- 18 files changed, 215 insertions(+), 150 deletions(-) delete mode 100644 app/external/pouchdb.find.min.js delete mode 100644 app/external/pouchdb.min.js diff --git a/.gitignore b/.gitignore index 16078e483..5000a8d47 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ dist/* build/* # PouchDB stuff -*.db* +*db.json # Logs logs diff --git a/app/app.html b/app/app.html index 9242295c7..3e8f9d52e 100644 --- a/app/app.html +++ b/app/app.html @@ -6,8 +6,6 @@
- -