1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Merge pull request #2436 from jacobherrington/bug-missing-relative-timestamp-inside-storages

Display timestamp on all notes
This commit is contained in:
Junyoung Choi (Sai)
2018-10-01 03:04:13 +09:00
committed by GitHub

View File

@@ -74,7 +74,6 @@ const NoteItem = ({
? note.title
: <span styleName='item-title-empty'>{i18n.__('Empty note')}</span>}
</div>
{['ALL', 'STORAGE'].includes(viewType) &&
<div styleName='item-middle'>
<div styleName='item-middle-time'>{dateDisplay}</div>
<div styleName='item-middle-app-meta'>
@@ -90,8 +89,7 @@ const NoteItem = ({
{viewType === 'STORAGE' && folderName}
</div>
</div>
</div>}
</div>
<div styleName='item-bottom'>
<div styleName='item-bottom-tagList'>
{note.tags.length > 0