group messages by every 15 minutes

This commit is contained in:
m5r
2021-08-15 11:09:09 +08:00
parent 30d186d37d
commit b83a64d862
2 changed files with 14 additions and 11 deletions

View File

@ -20,7 +20,7 @@ const ConversationPage: BlitzPage = () => {
<span className="col-start-1 col-span-1 pl-2 cursor-pointer" onClick={router.back}>
<FontAwesomeIcon size="lg" className="h-8 w-8" icon={faLongArrowLeft} />
</span>
<strong className="col-span-1">{recipient}</strong>
<strong className="col-span-1 text-center">{recipient}</strong>
<span className="col-span-1 flex justify-end space-x-4 pr-2">
<FontAwesomeIcon size="lg" className="h-8 w-8" icon={faPhone} />
<FontAwesomeIcon size="lg" className="h-8 w-8" icon={faInfoCircle} />