authgear / authgear-server

Open source alternative to Auth0 / Firebase Auth
https://www.authgear.com
Apache License 2.0
72 stars 29 forks source link

Show preview styles in AuthUI #4350

Open linear[bot] opened 1 week ago

linear[bot] commented 1 week ago
window.addEventListener(
  "message",
  (event) => {
    if (event.origin !== authgearPortalOrigin) {
       return;
    }

  }
)
Style CSS Variables Code
Organisation Name   From translation.json Introduce a new template pipe to original text
Background color —widget__bg-color, seems not working, should remove background color in .layout_default .wdiget  
Background image not supported yet  
Card alignment not supported yet  
Primary button background color —primary-btn__bg-color  
primary button text color —primary-btn__text-color  
primary button border radius —primary-btn__border-radius  
Link color —body-text__link-color  
Input field border radius —input__border-radius  
Hide brand logo introduce data attribute for hidden WatermarkEnabled
linear[bot] commented 1 week ago

DEV-1427 Show preview styles in AuthUI