0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/wizard/templates/components
Angus McLeod ceef3f4bc9
Step and field conditionality (#87)
* Re structure builder logic to allow for step conditionality

Concerns
- Performance. Look at whether the additional build in the steps controller can be reduced
- Does not work if applied to the last step.
- Certain conditions will not work with the first step(?)
- How should this be scoped to known functionality?

* Add indexes and conditions to steps and fields

* Complete and add spec

* Complete backend

* Complete step conditionality and field indexing

* Fix failing spec

* Update coverage

* Apply rubocop

* Apply prettier

* Apply prettier to wizard js

* Fix schema issues created in merge

* Remove setting label for force_final

* Improve client wizard cache naming

* Improve steps controller and spec conditionality

* Improve final step attribute naming

* Fix failing spec

* Linting

* Add one more final step test

* Linting

* Fix eslint issues

* Apply prettier

* Linting, syntax, merge and copy cleanups

* Update wizard-admin.scss

* Fix template linting

* Rubocop fixes
2021-04-20 23:28:19 +05:30
..
field-validators.hbs fixed linting for all the hbs files 2021-04-12 19:49:53 +05:30
similar-topics-validator.hbs FIX: use wizard-i18n helper to support theme translation overrides (#88) 2021-04-07 10:49:48 +05:30
validator.hbs Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
wizard-composer-editor.hbs fixed linting for all the hbs files 2021-04-12 19:49:53 +05:30
wizard-composer-hyperlink.hbs fixed linting for all the hbs files 2021-04-12 19:49:53 +05:30
wizard-date-input.hbs Update wizard-date-input.hbs 2021-01-20 19:34:51 +11:00
wizard-date-time-input.hbs Add wizard field tabindex relative to field order 2021-01-19 18:50:37 +11:00
wizard-editor.hbs fixed linting for all the hbs files 2021-04-12 19:49:53 +05:30
wizard-field-category.hbs Add wizard field tabindex relative to field order 2021-01-19 18:50:37 +11:00
wizard-field-checkbox.hbs Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
wizard-field-composer.hbs fixed linting for all the hbs files 2021-04-12 19:49:53 +05:30
wizard-field-date-time.hbs Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
wizard-field-date.hbs Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
wizard-field-dropdown.hbs Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
wizard-field-group.hbs Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
wizard-field-number.hbs Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
wizard-field-tag.hbs Add wizard field tabindex relative to field order 2021-01-19 18:50:37 +11:00
wizard-field-text.hbs disable autocomplete when similar-topics validation is enabled (#85) 2021-04-02 19:21:33 +05:30
wizard-field-textarea.hbs Add wizard field tabindex relative to field order 2021-01-19 18:50:37 +11:00
wizard-field-time.hbs Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
wizard-field-upload.hbs fixed linting for all the hbs files 2021-04-12 19:49:53 +05:30
wizard-field-url.hbs Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
wizard-field-user-selector.hbs Add wizard field tabindex relative to field order 2021-01-19 18:50:37 +11:00
wizard-field.hbs fixed linting for all the hbs files 2021-04-12 19:49:53 +05:30
wizard-no-access.hbs fixed linting for all the hbs files 2021-04-12 19:49:53 +05:30
wizard-similar-topic.hbs fixed linting for all the hbs files 2021-04-12 19:49:53 +05:30
wizard-similar-topics.hbs Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30
wizard-step.hbs fixed linting for all the hbs files 2021-04-12 19:49:53 +05:30
wizard-time-input.hbs Step and field conditionality (#87) 2021-04-20 23:28:19 +05:30