-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User preferences localstorage #123
Conversation
…@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should not be part of this repo
@@ -42,7 +42,7 @@ | |||
flex: auto; | |||
position: relative; | |||
/* Need this for the absolute editor page to work in non-parallel route. */ | |||
min-height: 100vh; | |||
height: 92vh; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does this value come from?
|
||
// <List | ||
// /* Force rerender when layout changes */ | ||
// key={layout.xxl} | ||
// className="Hide-Scroll-Bar" | ||
// style={{ | ||
// flex: 3, | ||
// }} | ||
// grid={ | ||
// /* column: 4 */ | ||
// layout | ||
// } | ||
// dataSource={data} | ||
// renderItem={(item) => ( | ||
// <List.Item> | ||
// { | ||
// <TabCard | ||
// item={item} | ||
// completeList={data!} | ||
// selection={selection} | ||
// setSelection={setSelection} | ||
// tabcard={false} | ||
// /> | ||
// } | ||
// </List.Item> | ||
// )} | ||
// /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not be in this repo
@@ -7,6 +7,7 @@ import React, { | |||
Key, | |||
Dispatch, | |||
SetStateAction, | |||
use, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidental addition?
Summary
Details
useUserPreferences
hook.Current default values:
{
'show-process-meta-data': true,
'icon-view-in-process-list': false,
};
Usage: