mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
* Saved sort selection into local storage for later use * Updated code to use userLocalManager module
This commit is contained in:
committed by
Matteo Pagliazzi
parent
ed761a8b7b
commit
c1a6ba6242
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user