Product pages

Preferences

Theme, accent color, language, number format, currency, week start, date format, and timezone — every control.

Panel

Sidebar: Account → Preferences
Header: PreferencesCustomize how your projects look and feel.

Appearance

Theme

Three cards (preview + label). Selecting one sets the app theme immediately.

OptionLabel
lightLight
darkDark
systemSystem (split light/dark preview)

Accent color

Row: Accent colorChoose the main color that defines the overall tone

Swatches (aria labels)
Select red / orange / green / blue / purple / brown accent color

Active swatch shows a checkmark and brand ring. Updates the product accent / brand chrome.

Language & time

ControlOptions / behavior
LanguageDropdown: English (US) only. Changing has no effect beyond that single option.
Number formatDefault; 1,000,000.00 (us); 1.000.000,00 (eu). Default follows language.
CurrencyReporting currency for revenue displays. Options from Intl supported currencies (or a short fallback list). Persists with PATCH /api/projects/:id { reportingCurrency }; dashboard revenue views refresh via a live event.
Start week on MondaySwitch on/off. Affects calendars and charts.
Date formatSee table below
Time zoneFirst option is browser auto ((GMT±…) City); then all supported IANA zones. Empty value = auto.

Date format options

ValueLabelExample description in UI
fullFull dateMay 22, 2026
shortShort dateMay 22
mdyMonth/Day/Year05/22/2026
dmyDay/Month/Year22/05/2026
ymdYear/Month/Day2026/05/22
relativeRelativeToday

Theme, accent, number/date/week, and timezone preferences are client-side (hooks / local preference storage). Currency is project-scoped on the server.