From 3d0282cac96306fa5294e8fadfc3f3ffdb64e65f Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Tue, 10 Nov 2020 19:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/TODO.md b/docs/TODO.md index 8ddafc4..5aca4c2 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -2,6 +2,16 @@ ## General - [x] Implement targeted previews + +
+ +- [ ] Implement tinted/colored menu icons + config for line weight etc. +- [ ] Refactor: Change "ImageType" to "IconType", and "imageValue" to "imageType" +- [ ] Move menu icon related properties to "icon": `{ icon: { iconType: '', iconValue: '', tint: '', weight: '', ...} }` + +
+ + - [ ] Implement `ImageType.ASSET` to support: "create an image from an image asset or image file located in your app’s main bundle" * The `imageValue` string from `MenuAction`/`MenuConfig` will be used to init a `UIImage`, like: `UIImage(named: imageValue)`