eclipse-thingweb / playground

Browser or Node.js based tool for validating and playing with W3C Thing Descriptions
https://playground.thingweb.io/
Other
28 stars 22 forks source link

Modified the default state of the console #537

Closed SergioCasCeb closed 8 months ago

SergioCasCeb commented 8 months ago

Now instead of hiding all visualization views, the console defaults to the validation view on its default state.

netlify[bot] commented 8 months ago

Deploy Preview for thingweb-playground ready!

Name Link
Latest commit 08aee71a985195e524745fbdcc82b8d8ff2c788f
Latest deploy log https://app.netlify.com/sites/thingweb-playground/deploys/6574be5aa7ad1800082d22d9
Deploy Preview https://deploy-preview-537--thingweb-playground.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 configuration.

egekorkan commented 8 months ago

Could you resolve the conflict? I think it is just pushing this branch changes but I could not be sure.

SergioCasCeb commented 8 months ago

I think I realized what the main issue with the conflicts with all the PR are. So I am using a vs extension to compile my sass into CSS, so it creates a css.map to do this. I think this file should be ignored since it is not necessary for the app at all and it will help avoid merge conflicts.

egekorkan commented 8 months ago

Thanks for resolving the conflicts. I think the map file should be removed in another PR. Are you sure it is not needed though?