📝 Updated TODO
This commit is contained in:
parent
cf3efdcf46
commit
3d0282cac9
10
docs/TODO.md
10
docs/TODO.md
@ -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 app’s main bundle"
|
||||
* The `imageValue` string from `MenuAction`/`MenuConfig` will be used to init a `UIImage`, like: `UIImage(named: imageValue)`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user