Saved sort selection into local storage for later use - fixes #10432 (#10655)

* Saved sort selection into local storage for later use

* Updated code to use userLocalManager module
This commit is contained in:
Forrest Hatfield
2018-09-09 04:58:02 -05:00
committed by Matteo Pagliazzi
parent ed761a8b7b
commit c1a6ba6242
2 changed files with 11 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ const CONSTANTS = {
SPELL_DRAWER_STATE: 'spell-drawer-state',
EQUIPMENT_DRAWER_STATE: 'equipment-drawer-state',
CURRENT_EQUIPMENT_DRAWER_TAB: 'current-equipment-drawer-tab',
STABLE_SORT_STATE: 'stable-sort-state',
},
drawerStateValues: {
DRAWER_CLOSED: 'drawer-closed',