Skip to content
Success

Changes

Summary

  1. [enhancement #51] Layout of QuestionComment implementation (commit: 2a2bf02) (details)
  2. [enhancement #51] CommentForm is now displayed when QuestionCommentIcon is clicked (commit: add4467) (details)
  3. [enhancement #51] Comments now have user label and timestamp (commit: ef19188) (details)
  4. [Enhancement #51] Comments are now showing and keeping state on submit (commit: 2defb67) (details)
  5. [Enhancement #51] Comments are now listed (commit: cbfa66e) (details)
  6. [Enhancement #51] Comment form and list UI change (commit: 4651459) (details)
  7. [Fix] JSON-LD representation of comments (commit: ca00212) (details)
  8. [New] Show comments from json-ld (commit: 00b1952) (details)
  9. [Enhancement #51] QuestionCommentIcon implemented with JSON-LD (commit: 1176fdb) (details)
  10. [Enhancement #51] QuestionCommentIcon implemented in Answer (commit: 78040a7) (details)
  11. [Enhancement #51] QuestionCommentIcon is now closer of the text of icon, '@value' removed from /has-comment, UI tweaking (commit: 362a6d7) (details)
  12. [Enhancement #51] QuestionCommentIcon is no longer clashing with inputCheckBox (commit: 11541dc) (details)
  13. [Enhancement #60] It is now possible to press Ctrl + Enter to submit a comment. (commit: 1926210) (details)
  14. [Enhancement #60] QuestionCommentIcon is no longer clashing with CheckboxAnswer nor Bootstrap's Accordion (commit: 7db4739) (details)
  15. [Enhancement #60] Fix bug where entering new line in a comment was not rendering in HTML (commit: e8490df) (details)
  16. [Enhancement #60] QuestionCommentIcon is now closer of text. (commit: eb38af2) (details)
  17. [Enhancement #60] Comments are now visually notified to user. (commit: 1519f76) (details)
  18. [Enhancement #60] WizardStep has now a QuestionCommentIcon. (commit: 693cebb) (details)
  19. [Enhancement #60] Moved comment-value style to CSS file. (commit: 4784af5) (details)
  20. [Enhancement #60] CommentForm is now more responsive. (commit: 327118e) (details)
  21. [Enhancement #60] Persistence issue of comments is solved, layout issue with commentIcon and helpIcon is solved (commit: 4d1f369) (details)
  22. [Enhancement #60] Short version of author is displayed, full author is revealed on hover; layout tweaking (commit: 297c2b2) (details)
  23. [Enhancement #62] It is now possible to turn-off/on the comments in the options (commit: 344d3ed) (details)
  24. [Enhancement #62] Comments and Help features refactored (commit: 757b027) (details)
  25. [Enhancement #62] IconList refactored (commit: da218ea) (details)
  26. [Upd] Fix wizard-step comment icon layout (commit: 36d126e) (details)
  27. [Fix] Accept correct default value for options.questionComment (commit: 8d77d34) (details)
  28. [Upd] Cleanup unnecessary code (commit: 3baedac) (details)
  29. [Fix] Default behaviour of question help icon (commit: 5bdf79d) (details)
  30. [Fix] More responsive definition of CSS (commit: 51643e5) (details)
  31. [Fix #67 / Fix] Fix author label that was not displayed correctly; Fix map key issue (commit: ec915d4) (details)
  32. [Fix #68] Code refactored for better readability (commit: e15c5e2) (details)
  33. [Fix #69] User cannot make an empty comment by pressing "Ctrl + Enter" anymore (commit: 67e3fc0) (details)
  34. [Fix #69] Code refactor for better readability. (commit: 24a6c53) (details)
  35. [Fix #69] Question comment bubble is now white in the WizardStep (commit: 0ba1552) (details)
  36. [Fix #69] View of author is fixed if label is not known (commit: 130edc0) (details)
  37. [Fix] Render correctly author without label (commit: 16f5b2e) (details)
  38. [New] Sample top level section for comments (commit: 85d1f07) (details)
  39. [Fix #62] Fix JSON-LD issue (commit: 0af56ac) (details)
  40. [Fix] Fix type of dependency (commit: c31899e) (details)
  41. [Upd] Refactor (commit: 64073a6) (details)
  42. [Upd] Refactor icon list (part1) (commit: 97dd0c8) (details)
  43. [Fix #62] Refactor CSS classes (commit: 730bfd6) (details)
  44. [Fix #62] Refactor for readability. (commit: 6bda35a) (details)
  45. [Fix #62] Refactor for readability. (commit: c3c253e) (details)
  46. [Fix #62] Help Icon and QuestionCommentIcon Overlays are now displayed on the left when the icons are on the right part the viewport (commit: 3c68c18) (details)
  47. [0.3.1] Bump version (commit: 85ed204) (details)
  48. [Fix] Clean unused code (commit: 1223f90) (details)
Commit 2a2bf02d5efe92a362dcb6daf923b991772e7b17 by blcham
[enhancement #51] Layout of QuestionComment implementation
(commit: 2a2bf02)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was addedsrc/components/QuestionCommentIcon.jsx
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was addedsrc/styles/icons/QuestionComment.jsx
Commit add446788a411c11a6bea0ff29a7200b7b87b23a by blcham
[enhancement #51] CommentForm is now displayed when QuestionCommentIcon is clicked
(commit: add4467)
The file was modifiedsrc/components/QuestionCommentIcon.jsx (diff)
The file was modifiedtest/rendering/TestApp.jsx (diff)
The file was addedsrc/components/CommentForm.jsx
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
Commit ef1918817042814af85dd5684c64ff9f1677b6ae by blcham
[enhancement #51] Comments now have user label and timestamp
(commit: ef19188)
The file was addedsrc/components/SubmittedComment.jsx
The file was modifiedsrc/components/QuestionCommentIcon.jsx (diff)
Commit 2defb672feeea98172bd3b893dc5d04014bc10b3 by blcham
[Enhancement #51] Comments are now showing and keeping state on submit
(commit: 2defb67)
The file was modifiedsrc/components/CommentForm.jsx (diff)
The file was modifiedsrc/components/QuestionCommentIcon.jsx (diff)
The file was modifiedsrc/components/SubmittedComment.jsx (diff)
Commit cbfa66e223d1fbfdac19a0dcf278ef1f0a3b5426 by blcham
[Enhancement #51] Comments are now listed
(commit: cbfa66e)
The file was removedsrc/components/CommentForm.jsx
The file was addedsrc/components/comment/CommentList.jsx
The file was addedsrc/components/comment/QuestionCommentIcon.jsx
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was removedsrc/components/QuestionCommentIcon.jsx
The file was modifiedpackage.json (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was removedsrc/components/SubmittedComment.jsx
The file was addedsrc/components/comment/NewComment.jsx
The file was addedsrc/components/comment/CommentView.jsx
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
The file was modifiedpackage-lock.json (diff)
The file was addedsrc/components/comment/CommentForm.jsx
Commit 46514591b8b5e098b56155532a17e27ef723b0ce by blcham
[Enhancement #51] Comment form and list UI change
(commit: 4651459)
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
The file was modifiedsrc/components/comment/CommentForm.jsx (diff)
The file was modifiedsrc/components/comment/CommentList.jsx (diff)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedsrc/components/comment/QuestionCommentIcon.jsx (diff)
Commit ca00212ebeef2c3c95c8aefbd322c3d701b26d2c by blcham
[Fix] JSON-LD representation of comments
(commit: ca00212)
The file was modifiedtest/rendering/form1.json (diff)
Commit 00b19522d217e07ecc8456dc4fde3cbd1450f8f1 by blcham
[New] Show comments from json-ld
(commit: 00b1952)
The file was modifiedsrc/components/comment/QuestionCommentIcon.jsx (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was addedsrc/styles/icons/CommentBubble.jsx
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
The file was modifiedtest/rendering/form1.json (diff)
The file was modifiedsrc/components/comment/CommentList.jsx (diff)
The file was modifiedtest/rendering/TestApp.jsx (diff)
The file was modifiedsrc/util/JsonLdFramingUtils.js (diff)
The file was modifiedsrc/constants/Constants.js (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
The file was removedsrc/styles/icons/QuestionComment.jsx
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
The file was modifiedsrc/components/comment/CommentList.jsx (diff)
The file was modifiedsrc/components/comment/QuestionCommentIcon.jsx (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/comment/CommentForm.jsx (diff)
The file was modifiedsrc/components/comment/NewComment.jsx (diff)
The file was modifiedtest/rendering/form1.json (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedtest/rendering/form1.json (diff)
Commit 362a6d7e12f3a87ae7634e894fb8c9b9c53bc28b by chopamax
[Enhancement #51] QuestionCommentIcon is now closer of the text of icon, '@value' removed from /has-comment, UI tweaking
(commit: 362a6d7)
The file was modifiedsrc/components/comment/QuestionCommentIcon.jsx (diff)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/comment/NewComment.jsx (diff)
Commit 11541dc53e576e6fcf7cadc245b8f7b97aa66bba by chopamax
[Enhancement #51] QuestionCommentIcon is no longer clashing with inputCheckBox
(commit: 11541dc)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/comment/QuestionCommentIcon.jsx (diff)
The file was modifiedsrc/components/answer/CheckboxAnswer.jsx (diff)
Commit 19262105f95b57ba859114af045cae3b0e86da11 by chopamax
[Enhancement #60] It is now possible to press Ctrl + Enter to submit a comment.
Button of CommentForm is changed by an arrow.
(commit: 1926210)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedsrc/components/comment/CommentForm.jsx (diff)
The file was addedsrc/styles/icons/ArrowRight.jsx
Commit 7db47398ee3dd3995d420e9ca46f234c798b60fb by chopamax
[Enhancement #60] QuestionCommentIcon is no longer clashing with CheckboxAnswer nor Bootstrap's Accordion
(commit: 7db4739)
The file was modifiedsrc/components/comment/CommentForm.jsx (diff)
The file was modifiedsrc/components/answer/CheckboxAnswer.jsx (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/components/comment/QuestionCommentIcon.jsx (diff)
Commit e8490dfc46f8acdea4da09d8c671039539ae8d54 by chopamax
[Enhancement #60] Fix bug where entering new line in a comment was not rendering in HTML
(commit: e8490df)
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/styles/s-forms.css (diff)
Commit 1519f768f4a0c08849ef9a9c2212c9ebdf744d70 by chopamax
[Enhancement #60] Comments are now visually notified to user.
(commit: 1519f76)
The file was modifiedsrc/components/comment/QuestionCommentIcon.jsx (diff)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
Commit 4784af5be1f5fd33c706a5729b219dad1fa0fe1c by chopamax
[Enhancement #60] Moved comment-value style to CSS file.
(commit: 4784af5)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
Commit 327118ea67f52e5aaf3ac370cd34d9822b51e091 by chopamax
[Enhancement #60] CommentForm is now more responsive.
(commit: 327118e)
The file was modifiedsrc/styles/s-forms.css (diff)
Commit 4d1f36946e353635a6df814e44ccbeabd333f4fc by chopamax
[Enhancement #60] Persistence issue of comments is solved, layout issue with commentIcon and helpIcon is solved
(commit: 4d1f369)
The file was removedsrc/components/comment/NewComment.jsx
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
The file was modifiedsrc/components/comment/CommentForm.jsx (diff)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
The file was modifiedsrc/components/comment/CommentList.jsx (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/components/comment/QuestionCommentIcon.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
Commit 297c2b26af946a824f3f18a86a27e80591c9990e by chopamax
[Enhancement #60] Short version of author is displayed, full author is revealed on hover; layout tweaking
(commit: 297c2b2)
The file was modifiedsrc/components/comment/CommentList.jsx (diff)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
The file was modifiedsrc/components/comment/QuestionCommentIcon.jsx (diff)
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedsrc/components/comment/CommentForm.jsx (diff)
Commit 344d3eddcec9c73905f4797c4c22be9fdc85a19b by chopamax
[Enhancement #62] It is now possible to turn-off/on the comments in the options
(commit: 344d3ed)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
The file was modifiedtest/rendering/TestApp.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
Commit 757b027afb9c12535ea4b7f28ad51f4e26592e12 by chopamax
[Enhancement #62] Comments and Help features refactored
(commit: 757b027)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was addedsrc/components/IconsLayout.jsx
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedtest/rendering/TestApp.jsx (diff)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
The file was addedsrc/components/IconList.jsx
The file was removedsrc/components/IconsLayout.jsx
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/styles/s-forms.css (diff)
Commit 36d126e58975f3dd997a4d876e22d2f477716bc1 by blcham
[Upd] Fix wizard-step comment icon layout
(commit: 36d126e)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
Commit 8d77d34aea7c48500e48791ad9368455180670d0 by blcham
[Fix] Accept correct default value for options.questionComment
(commit: 8d77d34)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
Commit 3baedac818a8ef8998da573be10fa0c3facf498f by blcham
[Upd] Cleanup unnecessary code
(commit: 3baedac)
The file was modifiedsrc/components/wizard/VerticalWizardNav.jsx (diff)
Commit 5bdf79d3743f2e7006e7852846c9be3100c95c35 by blcham
[Fix] Default behaviour of question help icon
(commit: 5bdf79d)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedtest/rendering/TestApp.jsx (diff)
Commit 51643e5a11df3d7bba88aefaa85ef0fe2188e491 by blcham
[Fix] More responsive definition of CSS
(commit: 51643e5)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/styles/s-forms.css (diff)
Commit ec915d44193e858f404fd5e6cce33b5affe436d1 by chopamax
[Fix #67 / Fix] Fix author label that was not displayed correctly; Fix map key issue
(commit: ec915d4)
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
The file was modifiedsrc/components/comment/CommentList.jsx (diff)
Commit e15c5e25fc2b022ad57fff88ddae54baa8b0e508 by chopamax
[Fix #68] Code refactored for better readability
(commit: e15c5e2)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
The file was modifiedsrc/components/IconList.jsx (diff)
Commit 67e3fc0676773ac09ac8c839a4ad67e0a640912f by chopamax
[Fix #69] User cannot make an empty comment by pressing "Ctrl + Enter" anymore
(commit: 67e3fc0)
The file was modifiedsrc/components/comment/CommentForm.jsx (diff)
Commit 24a6c5315d75b9b659dec5713abb165028e07f9a by chopamax
[Fix #69] Code refactor for better readability.
(commit: 24a6c53)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedtest/rendering/TestApp.jsx (diff)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/constants/Constants.js (diff)
Commit 0ba1552898046712cab474f925d82e175f8fd93c by chopamax
[Fix #69] Question comment bubble is now white in the WizardStep
(commit: 0ba1552)
The file was modifiedsrc/styles/s-forms.css (diff)
Commit 130edc01adc1fe03cb96b58f7a885410839732cd by chopamax
[Fix #69] View of author is fixed if label is not known
(commit: 130edc0)
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
Commit 16f5b2eba77d734eff8b9072b75459ad80a34f73 by blcham
[Fix] Render correctly author without label
(commit: 16f5b2e)
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
Commit 85d1f07f50a1a8767fc8504f6868485e3f29561f by blcham
[New] Sample top level section for comments
(commit: 85d1f07)
The file was modifiedtest/rendering/form1.json (diff)
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
The file was modifiedsrc/components/comment/QuestionCommentIcon.jsx (diff)
Commit c31899e36dd3e440cda55c199f8daff66ee12bcd by blcham
[Fix] Fix type of dependency
(commit: c31899e)
The file was modifiedpackage.json (diff)
The file was modifiedtest/rendering/TestApp.jsx (diff)
Commit 97dd0c8a4ff8eef25ab784740f2e6c42c09fd0d1 by blcham
[Upd] Refactor icon list (part1)

CSS styles are broken now.
(commit: 97dd0c8)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/components/wizard/WizardStep.jsx (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
The file was modifiedsrc/styles/s-forms.css (diff)
The file was modifiedsrc/components/Question.jsx (diff)
Commit 6bda35a39780883361c6e4f14c16b6276b1cc648 by chopamax
[Fix #62] Refactor for readability.
(commit: 6bda35a)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedsrc/components/Answer.jsx (diff)
Commit c3c253ea9922df19252df6c290f194f2b3fb3646 by chopamax
[Fix #62] Refactor for readability.
(commit: c3c253e)
The file was modifiedsrc/components/Question.jsx (diff)
Commit 3c68c18b94c1e05a6061df3c5ca3587969da1726 by chopamax
[Fix #62] Help Icon and QuestionCommentIcon Overlays are now displayed on the left when the icons are on the right part the viewport
(commit: 3c68c18)
The file was modifiedsrc/components/HelpIcon.jsx (diff)
The file was modifiedsrc/components/comment/QuestionCommentIcon.jsx (diff)
The file was modifiedsrc/components/Question.jsx (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/components/Question.jsx (diff)