Add home screen state persistence

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-07-11 21:29:49 +03:00
parent 99195fe481
commit 5518fba787
11 changed files with 154 additions and 70 deletions

View File

@@ -1,3 +1,3 @@
export { packageName, appName, escapedAppName, noOp } from './constants';
export { isPermissionForPath, clearPermissions } from './permissions';
export { getSortIcon } from './sort';
export { getViewIcon, getNextView } from './view';
export { getSortIcon, getViewIcon } from './icon';