fix(costs): rework the cost panel UX wise and apply prettier on the shared package

This commit is contained in:
jubnl
2026-06-18 13:59:10 +02:00
parent ad6e1ddcc8
commit d5850041a7
584 changed files with 6915 additions and 10724 deletions
@@ -55,12 +55,10 @@ export const EMAIL_I18N: Record<string, EmailStrings> = Object.fromEntries(
Object.entries(LOCALES).map(([k, v]) => [k, v.email]),
);
export const EVENT_TEXTS: Record<
string,
Record<NotificationEventKey, EventTextFn>
> = Object.fromEntries(Object.entries(LOCALES).map(([k, v]) => [k, v.events]));
export const EVENT_TEXTS: Record<string, Record<NotificationEventKey, EventTextFn>> = Object.fromEntries(
Object.entries(LOCALES).map(([k, v]) => [k, v.events]),
);
export const PASSWORD_RESET_I18N: Record<string, PasswordResetStrings> =
Object.fromEntries(
Object.entries(LOCALES).map(([k, v]) => [k, v.passwordReset]),
);
export const PASSWORD_RESET_I18N: Record<string, PasswordResetStrings> = Object.fromEntries(
Object.entries(LOCALES).map(([k, v]) => [k, v.passwordReset]),
);