mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
feat: add move to notebook to properties(dummy)
This commit is contained in:
@@ -71,6 +71,10 @@ const Properties = props => {
|
||||
onChecked={props.onFavorited}
|
||||
/>
|
||||
<CheckBox icon={Icon.Lock} label="Lock" onChecked={props.onLocked} />
|
||||
<Flex fontSize="body" sx={{ marginBottom: 3 }} alignItems="center">
|
||||
<Icon.Book size={18} />
|
||||
<Text sx={{ marginLeft: 1 }}>Move to notebook</Text>
|
||||
</Flex>
|
||||
<Flex fontSize="body" sx={{ marginBottom: 2 }} alignItems="center">
|
||||
<Icon.Tag size={18} />
|
||||
<Text sx={{ marginLeft: 1 }}>Tags:</Text>
|
||||
|
||||
Reference in New Issue
Block a user