Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make s-forms compatible with new version of s-forms-editor #145

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LaChope
Copy link
Collaborator

@LaChope LaChope commented May 2, 2022

Minor changed are made to make s-forms compatible with s-forms-editor

@LaChope LaChope requested a review from blcham May 2, 2022 08:10
@netlify
Copy link

netlify bot commented May 2, 2022

Deploy Preview for s-forms-kbss ready!

Name Link
🔨 Latest commit f35e040
🔍 Latest deploy log https://app.netlify.com/sites/s-forms-kbss/deploys/626f92106ef55c00085085d3
😎 Deploy Preview https://deploy-preview-145--s-forms-kbss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Collaborator

@blcham blcham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No sure about inclusion of styles, see my comments.

@@ -6,7 +6,7 @@ import FormUtils from "../../util/FormUtils";
import YASQE from "yasgui-yasqe";
import YATE from "yasgui-yasqe";
import { ConfigurationContext } from "../../contexts/ConfigurationContext";
import "@triply/yasgui/build/yasgui.min.css";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LaChope I am not sure why we do that ... so what are consequences of this decision?

I assume this:

  • we did not depend on styling of yasgui component and thus whenever we upgrade new version of yasgui, we need to remember to also generate yasgui.min.css as well
  • so what did we get in return? did we need to modify yasgui ? (If so why do we add minified version and not well formated version?)

@blcham
Copy link
Collaborator

blcham commented Jun 10, 2022

@LaChope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants