A Discourse Plugin that allows you to create custom user wizards.
2678ee153d
* 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> |
||
---|---|---|
.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