mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-03 23:05:00 -04:00
ui cleanup
This commit is contained in:
parent
d460a0388c
commit
77c68aa45f
57 changed files with 1158 additions and 914 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue