From 74a0cc6a119f64ff368945523260408323b364e8 Mon Sep 17 00:00:00 2001 From: Ondřej Hruška Date: Sat, 22 Jul 2017 19:51:34 +0200 Subject: Added settings toggle to move the navbar at the bottom in mobile view (#93) --- app/javascript/glitch/reducers/local_settings.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript/glitch/reducers') diff --git a/app/javascript/glitch/reducers/local_settings.js b/app/javascript/glitch/reducers/local_settings.js index 35a8e065b..386d59ceb 100644 --- a/app/javascript/glitch/reducers/local_settings.js +++ b/app/javascript/glitch/reducers/local_settings.js @@ -51,6 +51,7 @@ These are only used if no previously-saved values exist. const initialState = ImmutableMap({ layout : 'auto', stretch : true, + navbar_under : false, collapsed : ImmutableMap({ enabled : true, auto : ImmutableMap({ -- cgit