- complete onyx design template

- implement public sharable urls
- implement more actions
This commit is contained in:
Amruth Pillai
2020-07-11 20:42:16 +05:30
parent 0b5653fab5
commit 5ec1f21bd3
55 changed files with 1025 additions and 412 deletions
+5 -1
View File
@@ -42,7 +42,11 @@ const List = ({
subtitle={
subtitle ||
get(x, subtitlePath, '') ||
(hasDate && formatDateRange(x))
(hasDate &&
formatDateRange({
startDate: x.startDate,
endDate: x.endDate,
}))
}
text={text || get(x, textPath, '')}
onEdit={() => handleEdit(x)}