Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Extension App Title using Dark Theme Icon in Light Theme

https://docs.developers.symphony.com/v/v20.13/building-extension-applications-on-symphony/overview-of-extension-api/extension-api-services/modules-service states that modules.setTitle() allows a 32 by 16 pixel PNG file to be specified as an icon and that "the first 16x16 pixels will be used in a dark theme, and second will be used in the light theme." However, while symphony applies classes LIGHT-icon and DARK-icon appropriately, these classes do not appear to be defined and so the dark theme icon is always used.

I would have expected some CSS like:

.LIGHT-icon {
    background-position-x: 16px;
}

... to cause the light theme icon to be used when appropriate.

  
  
Posted 2 years ago
Edited 2 years ago
Votes Newest

Answers


Thanks for raising this - we have discovered this to be a bug when we transitioned from Symphony 1.5 to 2.0. One of the parity items that was missed out on. This has been added to the backlog for fixing but we don't have a specific date for when it will be done. Apologies that you will have to find an alternative icon that is neutral to both light and dark themes in the meantime.

1
1
Posted 2 years ago
Yong Sheng Tan
39 × 2 Administrator
  
  

Thanks for investigating and confirming that - much appreciated. Yes, we will use an alternative single icon for the time being.

David Miller   2 years ago Report
2K Views
1 Answer
2 years ago
2 years ago
Tags