Question

Possible to set icon for Activity category?

In Freedom UI Next Steps and Timeline, there is an icon that shows for the activity category. 

For new/custom categories, is it possible to set an icon somewhere? The new/custom categories show the To-do icon currently (It's technically a mat-icon) I'd love to set a custom icon for those. Anyone know if this is possible?

Like 4

Like

2 comments

Ryan Farley, as i see,

"crt.NextStepTile"

     class ke {
           static{this._stepTypeToIconMap = {
               [u.Call]: "call",
               [u.Meeting]: "meeting",
               [u.PaperWork]: "paper-work",
               [u.Visit]: "visit",
               [u.Email]: "email"
           }
           }static getTileIconKey(t, n) {
               const i = ee.getStepType(t, n);
               return this._stepTypeToIconMap[i] || i
           }
       }

so, there is either vendor shall do or ...

Ryan Farley,

Unfortunately, it's not possible to set an icon for an activity category. The task has already been registered for the R&D team to implement this feature in future versions.

Show all comments