Currently icons in the navigation are just static.
It would be awesome if we are able to set dynamic set the icons in the Navigation layout based on logic!
This way we can make the UI feel more smarter and responsive, for example:
- Show a notification dot or alert icon when a new task is ready
- Display an empty envelope when the user’s inbox is empty
How it could work:
- Connecting a microflow to the navigation item and allowing it to return an 'icon' object would be the most lowcode solution.
- Otherwise being able to set an icon with a dynamic class is cool too.