Persist various things in localstorage.

This commit is contained in:
Håvar Aambø Fosstveit
2019-04-05 21:47:16 +02:00
parent e5026284fa
commit 67b3427485
17 changed files with 127 additions and 278 deletions
+3 -1
View File
@@ -9,6 +9,7 @@ import notifications from './notifications';
import chatmessages from './chatmessages';
import toolarea from './toolarea';
import files from './files';
import settings from './settings';
export default combineReducers({
room,
@@ -20,5 +21,6 @@ export default combineReducers({
notifications,
chatmessages,
toolarea,
files
files,
settings
});