What now button takes user to top of course plan page (#4946)

* Add scrollController to course details pages

* Make what now button refresh details tab if needed, remove scrollController
This commit is contained in:
Kelrap 2025-12-29 11:20:17 -05:00 committed by GitHub
parent eb3fd515fa
commit 2bb51da97b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,7 +155,7 @@ class CourseChatsView extends StatelessWidget {
title: Text(L10n.of(context).whatNow),
subtitle: Text(L10n.of(context).chooseNextActivity),
trailing: const Icon(Icons.arrow_forward),
onTap: () => context.go(
onTap: () => context.pushReplacement(
"/rooms/spaces/${room.id}/details?tab=course",
),
)