Logo
Explore Help
Sign In
IntenseWebs/discourse
3
0
Fork 0
You've already forked discourse
mirror of https://github.com/discourse/discourse.git synced 2025-02-25 18:55:32 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
fcb4e5a1a15631cef9c20489866a68600ecf768d
discourse/app/assets/javascripts/wizard/addon/components/wizard-field-radio.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
191 B
JavaScript
Raw Normal View History

REFACTOR: Remove `Ember.Component` global variable Use imports instead.
2019-10-23 12:30:52 -04:00
import Component from "@ember/component";
DEV: Use `@action` decorator in wizard (#16996)
2022-06-04 19:19:49 +02:00
import { action } from "@ember/object";
REFACTOR: Remove `Ember.Component` global variable Use imports instead.
2019-10-23 12:30:52 -04:00
export default Component.extend({
DEV: Use `@action` decorator in wizard (#16996)
2022-06-04 19:19:49 +02:00
@action
changed(value) {
this.set("field.value", value);
UX: Preview multiple color schemes in wizard (#6151) It was a dropdown to provide choices of color schemes, and only one scheme could be shown. With this commit, multiple color scheme previews can be displayed on one page at the same time, making admins choose color schemes more easily. Theme preview windows are shrinked. Imported default color schemes. Co-Authored-By: Misaka 0x4e21 <misaka4e21@gmail.com>
2018-07-24 09:00:20 -04:00
},
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 215ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API