feat: ability to favorite tags + customize icon (#1858)

This commit is contained in:
Mo
2022-10-21 11:11:31 -05:00
committed by GitHub
parent 3b048a31aa
commit cbd0063926
38 changed files with 568 additions and 262 deletions

View File

@@ -1,5 +1,5 @@
import { NoteType } from '@standardnotes/features'
import { IconType } from '@Lib/Types/IconType'
import { IconType } from '@standardnotes/models'
export class IconsController {
getIconForFileType(type: string): IconType {