Collapse and expand questions when editing questionnaire#6099
Merged
tramuntanal merged 23 commits intodevelopfrom May 15, 2020
Merged
Collapse and expand questions when editing questionnaire#6099tramuntanal merged 23 commits intodevelopfrom
tramuntanal merged 23 commits intodevelopfrom
Conversation
…niq/decidim into Platoniq-feature/collapse-questions
2 tasks
ace
pushed a commit
to aspgems/decidim
that referenced
this pull request
May 19, 2020
* develop: Collapse and expand questions when editing questionnaire (decidim#6099) Projects budget votes and selected styles (decidim#5950) Fix avatar deformation in CSS (decidim#5990) Use organization time zone when decidim-api is used (decidim#6088)
microstudi
pushed a commit
to Platoniq/decidim
that referenced
this pull request
Jul 8, 2020
* Make questions in questionnaire collapsible to improve UX * Spec for collapsible questions * Make new questions collapsible * Spec for new questions to be collapsible * Dynamic title for questions card-title * Collapse all and expand all buttons in questionnaire edit * Expand questions in spec * Move collapsible question event binding to separate js * Add specs for collapse all and expand all buttons * Update changelog * Fix erb lint * Update changelog * Add collapsible_questions.js to admin js manifest * Fix conflicts * Document LiveTextUpdate component * Fix lint errors * Add expand_all_questions to matrix-related specs Co-authored-by: Vera Rojman <vrojman@protonmail.com> # Conflicts: # decidim-forms/app/assets/javascripts/decidim/forms/admin/forms.js.es6 # decidim-forms/app/assets/javascripts/decidim/forms/admin/live_text_update.component.js.es6 # decidim-forms/app/helpers/decidim/forms/admin/application_helper.rb # decidim-forms/lib/decidim/forms/test/shared_examples/manage_questionnaires.rb
13 tasks
microstudi
pushed a commit
to Platoniq/decidim
that referenced
this pull request
Jul 23, 2020
* Make questions in questionnaire collapsible to improve UX * Spec for collapsible questions * Make new questions collapsible * Spec for new questions to be collapsible * Dynamic title for questions card-title * Collapse all and expand all buttons in questionnaire edit * Expand questions in spec * Move collapsible question event binding to separate js * Add specs for collapse all and expand all buttons * Update changelog * Fix erb lint * Update changelog * Add collapsible_questions.js to admin js manifest * Fix conflicts * Document LiveTextUpdate component * Fix lint errors * Add expand_all_questions to matrix-related specs Co-authored-by: Vera Rojman <vrojman@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
This PR supersedes #5945 to resolve merge conflicts. It does not modifies the functionality.
📌 Related Issues