project-flogo / flogo-web

Project Flogo Web UI
http://flogo.io
BSD 3-Clause "New" or "Revised" License
65 stars 36 forks source link

feat(server): support png and jpg type contrib icons #1323

Closed ppaidi closed 4 years ago

ppaidi commented 4 years ago

Description

We are supporting only SVG type of images as contribution icons, extending support to PNG and JPG image types.

Motivation and Context

Part of #1261

How has this been tested?

Mock trigger and activity with custom icons are available at fcastill/flogo-contrib-test. Added test PNG and JPG icons to the contributions, listed below

SVG type

Support for SVG type icon can be tested by installing below contributions

image

PNG type

Support for PNG type icon can be tested by installing below contributions

image

JPG type

Support for JPG type icon can be tested by installing below contribution

image

Non image type

Show warning message describing the issue and mention supported types. This can be tested by installing below contribution

image

Unable to resolve icon

Can be tested by installing below contribution

image

Types of changes

Checklist: