UserPreferencesForm

Domain

Tema (SYSTEM/LIGHT/DARK), dil seçimi, email/push/newsletter toggle'ları içeren tercihler formu.

Default

Preview

Appearance

Notifications

Code
<%- include('modules/domain/common/user/UserPreferencesForm', {
  action: '/account/preferences',
  initial: {
    theme: 'SYSTEM',
    language: 'en',
    emailNotifications: true,
    pushNotifications: true,
    newsletter: false
  }
}) %>
Source modules/domain/common/user/UserPreferencesForm.ejs