Add back reminder UI
This commit is contained in:
parent
788b8daa03
commit
b1eaa77221
|
|
@ -11,7 +11,6 @@ import 'package:invoiceninja_flutter/ui/app/lists/list_filter.dart';
|
|||
import 'package:invoiceninja_flutter/ui/app/loading_indicator.dart';
|
||||
import 'package:invoiceninja_flutter/ui/app/presenters/entity_presenter.dart';
|
||||
import 'package:invoiceninja_flutter/ui/app/tables/entity_datatable.dart';
|
||||
import 'package:invoiceninja_flutter/utils/colors.dart';
|
||||
import 'package:invoiceninja_flutter/utils/localization.dart';
|
||||
|
||||
class EntityList extends StatefulWidget {
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ class _TemplatesAndRemindersState extends State<TemplatesAndReminders>
|
|||
final localization = AppLocalization.of(context);
|
||||
final viewModel = widget.viewModel;
|
||||
final state = viewModel.state;
|
||||
//final settings = viewModel.settings;
|
||||
final settings = viewModel.settings;
|
||||
|
||||
return EditScaffold(
|
||||
title: localization.templatesAndReminders,
|
||||
|
|
@ -247,7 +247,6 @@ class _TemplatesAndRemindersState extends State<TemplatesAndReminders>
|
|||
maxLines: 8,
|
||||
),
|
||||
]),
|
||||
/*
|
||||
if (_template == EmailTemplate.reminder1)
|
||||
ReminderSettings(
|
||||
key: ValueKey('__reminder1_${_template}__'),
|
||||
|
|
@ -330,7 +329,6 @@ class _TemplatesAndRemindersState extends State<TemplatesAndReminders>
|
|||
.toList()),
|
||||
],
|
||||
),
|
||||
*/
|
||||
],
|
||||
),
|
||||
EmailPreview(
|
||||
|
|
|
|||
Loading…
Reference in New Issue