Skins support
This commit is contained in:
parent
8812bab687
commit
541fe9b110
22 changed files with 157 additions and 85 deletions
|
@ -3,6 +3,8 @@
|
|||
const { length } = require('stringz');
|
||||
const { delegate } = require('rails-ujs');
|
||||
|
||||
import { processBio } from 'themes/glitch/util/bio_metadata';
|
||||
|
||||
delegate(document, '.account_display_name', 'input', ({ target }) => {
|
||||
const nameCounter = document.querySelector('.name-counter');
|
||||
|
||||
|
@ -35,3 +37,7 @@ delegate(document, '#account_header', 'change', ({ target }) => {
|
|||
|
||||
header.style.backgroundImage = `url(${url})`;
|
||||
});
|
||||
|
||||
delegate(document, '#user_setting_theme', 'change', ({ target }) => {
|
||||
target.form.submit();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue