mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
Harvey Tindall
32161139b2
`settings-set-${section}-${name}` is now broadcast when a setting's value is actually changed, while `settings-${section}-${name}` is broadcast then or if the setting is hidden, i.e. by its parent (i.e. some "enabled" bool). This allows chains of dependencies to be resolved visually. When a setting is hidden, the value sent is "false", and when a setting is shown again, the actual value of it is sent. |
||
---|---|---|
.. | ||
account-linking.ts | ||
accounts.ts | ||
activity.ts | ||
captcha.ts | ||
common.ts | ||
discord.ts | ||
invites.ts | ||
lang.ts | ||
login.ts | ||
modal.ts | ||
profiles.ts | ||
search.ts | ||
settings.ts | ||
stripmd.ts | ||
tabs.ts | ||
theme.ts | ||
update.ts | ||
validator.ts |