new feature: add task(daily,hatit,todo,reward)
This commit is contained in:
parent
73f4cbd16b
commit
0416a4de8c
10 changed files with 130 additions and 129 deletions
|
|
@ -11,6 +11,7 @@ function DailyItem(props: any) {
|
|||
<p><Emoji text={props.daily_text}></Emoji></p>
|
||||
<ReactMarkdown children={props.daily_notes} />
|
||||
</div>
|
||||
|
||||
<button className="task-operation" >
|
||||
<span className="material-icons md-24" id={props.id} onClick={props.onChange}>create</span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue