Skip to content
Success

Changes

Summary

  1. Assign type question answers to specific has-type-question sub questions (commit: 00372d0) (details)
  2. Fix answerable section collapsing (commit: 2102a8e) (details)
  3. Refactor isReferencedBySibling (commit: 3cc5bc1) (details)
  4. Do not render type questions (commit: 6d778bf) (details)
  5. Disable non selectable options (commit: 8e1f4d4) (details)
  6. Create and use section component to avoid code duplication (commit: e2fe3de) (details)
  7. Create wizard step composite component (commit: 3f7ecc0) (details)
  8. Refactor QuestionWithAdvanced to render switch only (commit: b36fc44) (details)
  9. Implement section identifying question (commit: e3cf3d1) (details)
  10. Remove show advanced question debug (commit: ea27369) (details)
  11. Change section identifier style (commit: 336707b) (details)
  12. Remove console debug (commit: 9a56893) (details)
  13. Add sticky layout class to make wizard step header sticky (commit: 23239a4) (details)
Commit 00372d00fc09b44eb39db7baf9792c85fea654eb by holubvojtech
Assign type question answers to specific has-type-question sub questions
(commit: 00372d0)
The file was modifiedtest/form2.json (diff)
The file was modifiedsrc/components/AnswerableSectionComposite.jsx (diff)
The file was modifiedsrc/Constants.js (diff)
The file was modifiedsrc/components/TypeQuestionAnswer.jsx (diff)
Commit 2102a8e7e39ef8e26a1d062007b643fc29f713dd by holubvojtech
Fix answerable section collapsing
(commit: 2102a8e)
The file was modifiedsrc/components/AnswerableSectionComposite.jsx (diff)
Commit 3cc5bc18067e1820f939521e74944311ba1122c4 by holubvojtech
Refactor isReferencedBySibling
(commit: 3cc5bc1)
The file was modifiedsrc/SmartComponents.js (diff)
The file was modifiedsrc/Utils.js (diff)
The file was modifiedsrc/SmartComponents.js (diff)
The file was modifiedsrc/Utils.js (diff)
Commit 8e1f4d4cb1c801f86811cbc8925968024203788c by holubvojtech
Disable non selectable options
(commit: 8e1f4d4)
The file was modifiedsrc/components/TypeQuestionAnswer.jsx (diff)
The file was modifiedsrc/Constants.js (diff)
The file was modifiedtest/form2.json (diff)
Commit e2fe3de69c0e7096cbec1755bbd33c0fa771430e by holubvojtech
Create and use section component to avoid code duplication
(commit: e2fe3de)
The file was modifiedsrc/SmartComponents.js (diff)
The file was addedsrc/components/SectionComponent.jsx
The file was modifiedpackage.json (diff)
The file was modifiedsrc/components/QuestionWithAdvanced.jsx (diff)
The file was removedsrc/components/AnswerableSectionComposite.jsx
Commit 3f7ecc0e086098231cd8b638b49a4a2c460960a4 by holubvojtech
Create wizard step composite component
(commit: 3f7ecc0)
The file was modifiedsrc/SmartComponents.js (diff)
The file was modifiedsrc/components/QuestionWithAdvanced.jsx (diff)
The file was removedsrc/components/WizardStepWithAdvanced.jsx
The file was addedsrc/components/WizardStepComponent.jsx
The file was modifiedsrc/components/SectionComponent.jsx (diff)
The file was modifiedsrc/lib.js (diff)
The file was modifiedsrc/components/WizardStepComponent.jsx (diff)
The file was modifiedsrc/components/SectionComponent.jsx (diff)
The file was removedsrc/components/QuestionWithAdvanced.jsx
The file was modifiedsrc/lib.js (diff)
The file was addedsrc/components/ShowAdvancedSwitch.jsx
The file was modifiedsrc/SmartComponents.js (diff)
Commit e3cf3d1dfb7d5e7a57dff0f2bc6fe5a8e61b5b48 by holubvojtech
Implement section identifying question
(commit: e3cf3d1)
The file was addedsrc/components/SectionIdentifier.jsx
The file was modifiedsrc/styles/components.css (diff)
The file was modifiedsrc/Utils.js (diff)
The file was modifiedsrc/Constants.js (diff)
The file was modifiedsrc/components/WizardStepComponent.jsx (diff)
The file was modifiedtest/form2.json (diff)
The file was modifiedsrc/components/SectionComponent.jsx (diff)
Commit ea273691b0e5d0fde7e85505d5ec24e688ab35a1 by holubvojtech
Remove show advanced question debug
(commit: ea27369)
The file was modifiedsrc/SmartComponents.js (diff)
Commit 336707b0827387c27dafd4fa1ec6ac013680b08f by holubvojtech
Change section identifier style
(commit: 336707b)
The file was modifiedsrc/components/SectionComponent.jsx (diff)
The file was modifiedsrc/components/SectionIdentifier.jsx (diff)
The file was modifiedsrc/styles/components.css (diff)
The file was modifiedtest/form2.json (diff)
The file was modifiedsrc/components/SectionIdentifier.jsx (diff)
Commit 23239a409e2eaeba3ea23003e27fe0eb0326ec1e by holubvojtech
Add sticky layout class to make wizard step header sticky
(commit: 23239a4)
The file was modifiedsrc/Constants.js (diff)
The file was modifiedsrc/styles/components.css (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/components/WizardStepComponent.jsx (diff)