Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-13 05:32:53 +01:00
A Discourse Plugin that allows you to create custom user wizards.
21cf81b7a5
* FEATURE: add resume wizard popup
* code cleanup, copy edits
* FIX: address functionality, setting and copy issues
@fzngagan a few issues fixed
1. The resume button wasn't working (old reference to ``resumeDialog`` remained in callback.
2. This needs a wizard setting
3. It's not necessary to serialize the first step separately. We have all the steps in ``steps`` and steps have indexes.
4. Button copy
* Fix linting
* Ensure aa submission exists
* Apply prettier
Co-authored-by: angusmcleod <angus@mcleod.org.au>
(cherry picked from commit
|
||
---|---|---|
.github/workflows | ||
.tx | ||
assets | ||
config | ||
controllers/custom_wizard | ||
coverage | ||
db/migrate | ||
extensions | ||
jobs | ||
lib/custom_wizard | ||
serializers/custom_wizard | ||
spec | ||
views/layouts | ||
.discourse-compatibility | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
.rubocop.yml | ||
.template-lintrc.js | ||
.travis.yml | ||
COPYRIGHT.txt | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.txt | ||
package.json | ||
plugin.rb | ||
README.md |
discourse-custom-wizard
See further: https://thepavilion.io/c/knowledge/discourse/custom-wizard/118