feat: add tag id to tag context menu (#1185)

This commit is contained in:
Aman Harwara
2022-06-30 21:57:33 +05:30
committed by GitHub
parent 604520f1ae
commit 8b845ea424
8 changed files with 95 additions and 67 deletions

View File

@@ -5,7 +5,7 @@ import { STRING_GENERIC_SYNC_ERROR } from '@/Constants/Strings'
import { observer } from 'mobx-react-lite'
import { WebApplication } from '@/Application/Application'
import { FunctionComponent, useState } from 'react'
import { formatLastSyncDate } from '@/Utils/FormatLastSyncDate'
import { formatLastSyncDate } from '@/Utils/DateUtils'
import PreferencesGroup from '../../PreferencesComponents/PreferencesGroup'
import PreferencesSegment from '../../PreferencesComponents/PreferencesSegment'