wso2 / product-apim

Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
846 stars 785 forks source link

[UI/UX] API thumbnail in Publisher vs devportal #6494

Closed AmaliMatharaarachchi closed 5 years ago

AmaliMatharaarachchi commented 5 years ago

version 3.0.0 beta

Description It is better if API thumbnail is identical in publisher and devportal.

Screenshot 2019-10-17 at 11 39 34 Screenshot 2019-10-17 at 11 48 53
  1. corners
  2. Font colors and styles
  3. context is with and without version
vithu30 commented 5 years ago

Similar concern is observed when there is an image uploaded in thumbnail. Refer below image. Appearance in publisher: image

Appearance in dev portal: image

Hervinho commented 3 years ago

Thumbnail background in Devportal not displaying with right colors as in Publisher, although changes were made in defaultTheme.js in devportal.

Devportal defaultTheme.js

thumbnail: { backgrounds: [ { prime: 0x67C2EB, sub: 0xffffffff }, ], },

Publisher defaultTheme.js

thumbnail: { backgrounds: [ { prime: 0x67C2EB, sub: 0xffffffff }, ],

Screenshots: Devportal vs Publisher devportal publisher