X Tutup
The Wayback Machine - https://web.archive.org/web/20201011223501/https://github.com/topics/stenciljs
Skip to content
#

stenciljs

Here are 324 public repositories matching this topic...

peterpeterparker
peterpeterparker commented Oct 9, 2020

Affected part of DeckDeckGo

  • Studio

Feature Description

In addition to the editor, "studio" also contains a feature which let attendees vote for a poll.

In order to let your attendees vote multiple times for the same poll, the poll key is saved in indexedb and a user can't vote for the same key for two hours.

This works fine but I notice

JayaKrishnaNamburu
JayaKrishnaNamburu commented Oct 7, 2020

While generating project, we first pass it through validators to check for any errors in the uidl that is shared. But in the current check, we need a mandatory components filed.

Like a field components: {} is mandatory or checks fail, even when we are not using any components. Refactor to fix the validator to ignore if no components are used and specified in the UIDL

Improve this page

Add a description, image, and links to the stenciljs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stenciljs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
X Tutup