#1810 Truncate large numbers on buttons (#2781)

* #1810 Truncate large numbers on buttons
* Apply to card popovers as well

Co-authored-by: Roland Karle <roland.karle@aufwind-group.de>
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
Joe Scylla
2022-10-06 03:43:17 +02:00
committed by GitHub
parent b160c3bb97
commit 9083796a42
11 changed files with 188 additions and 49 deletions

View File

@@ -135,6 +135,14 @@ export const SettingsInterfacePanel: React.FC = () => {
onChange={(v) => saveInterface({ menuItems: v })}
/>
</div>
<BooleanSetting
id="abbreviate-counters"
headingID="config.ui.abbreviate_counters.heading"
subHeadingID="config.ui.abbreviate_counters.description"
checked={ui.abbreviateCounters ?? undefined}
onChange={(v) => saveUI({ abbreviateCounters: v })}
/>
</SettingSection>
<SettingSection headingID="config.ui.desktop_integration.desktop_integration">