notification se more added

This commit is contained in:
amirrezaghabeli
2025-09-27 15:31:40 +03:30
parent 359f7f2608
commit 26a29003d9
9 changed files with 487 additions and 30 deletions
@@ -6,6 +6,7 @@ import 'package:tm_app/core/theme/colors.dart';
import 'package:tm_app/core/utils/size_config.dart';
import 'package:tm_app/data/services/model/notification__response/notification_response_model.dart';
import 'package:tm_app/view_models/notification_view_model.dart';
import 'package:tm_app/views/notification/widgets/notification_more_dialog.dart';
import '../strings/notification_strings.dart';
@@ -121,7 +122,17 @@ class NotificationCard extends StatelessWidget {
),
const Spacer(),
TextButton(
onPressed: () {},
onPressed: () {
showDialog(
context: context,
builder: (context) {
return NotificationMoreDialog(
notification: notification,
viewModel: viewModel,
);
},
);
},
child: Row(
children: [
Text(