discourse/app/assets/javascripts/wizard/addon
Godfrey Chan 2228f75645
DEV: Modernize Wizard model implementation (#23640)
+ native classes
+ tracked properties
- Ember.Object
- Ember.Evented
- observers
- mixins
- computed/discourseComputed

Also removes unused wizard infrastructure for warnings. It appears
that once upon on time, either the server can generate warnings,
or some client code can generate them, which requires an extra 
confirmation from the user before they can continue to the next step.

This code is not tested and appears unused and defunct. Nothing
generates such warning and the server does not serialize them.

Extracted from https://github.com/discourse/discourse/pull/23678
2023-11-23 16:35:51 +00:00
..
components DEV: Modernize Wizard model implementation (#23640) 2023-11-23 16:35:51 +00:00
controllers DEV: Modernize Wizard model implementation (#23640) 2023-11-23 16:35:51 +00:00
lib DEV: Refactor wizard preview components to use inheritence (#20282) 2023-02-14 14:20:15 +00:00
models DEV: Modernize Wizard model implementation (#23640) 2023-11-23 16:35:51 +00:00
routes DEV: Modernize Wizard model implementation (#23640) 2023-11-23 16:35:51 +00:00
templates DEV: Introduce declarative hide-application-footer helper (#23088) 2023-08-17 12:47:08 +01:00
test-helpers DEV: Refactor wizard preview components to use inheritence (#20282) 2023-02-14 14:20:15 +00:00