📝 Updated TODO

This commit is contained in:
Dominic Go 2020-11-10 19:19:27 +08:00
parent cf3efdcf46
commit 3d0282cac9

View File

@ -2,6 +2,16 @@
## General
- [x] Implement targeted previews
<br>
- [ ] 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: '', ...} }`
<br>
- [ ] Implement `ImageType.ASSET` to support: "create an image from an image asset or image file located in your apps main bundle"
* The `imageValue` string from `MenuAction`/`MenuConfig` will be used to init a `UIImage`, like: `UIImage(named: imageValue)`