ui cleanup

This commit is contained in:
Christien Rioux 2025-03-17 00:51:16 -04:00
parent d460a0388c
commit 77c68aa45f
57 changed files with 1158 additions and 914 deletions

View file

@ -216,7 +216,7 @@ class _DeveloperPageState extends State<DeveloperPage> {
onPressed: () async {
final confirm = await showConfirmModal(
context: context,
title: translate('toast.confirm'),
title: translate('confirmation.confirm'),
text: translate('developer.are_you_sure_clear'),
);
if (confirm && context.mounted) {
@ -224,7 +224,7 @@ class _DeveloperPageState extends State<DeveloperPage> {
}
}),
SizedBox.fromSize(
size: const Size(120, 48),
size: const Size(140, 48),
child: CustomDropdown<LogLevelDropdownItem>(
items: _logLevelDropdownItems,
initialItem: _logLevelDropdownItems