Skip to content

Commit

Permalink
feat: Improve view details
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Sep 9, 2023
1 parent c34a2f5 commit 797b16e
Show file tree
Hide file tree
Showing 9 changed files with 295 additions and 490 deletions.
4 changes: 2 additions & 2 deletions lib/screens/LocationsOverviewScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import '../utils/PageRoute.dart';
import '../utils/color.dart';
import '../utils/platform.dart';
import '../utils/theme.dart';
import 'ViewDetailScreen.dart';
import 'ViewDetailsScreen.dart';
import 'locations_overview_screen_widgets/ViewDetailsSheet.dart';
import 'locations_overview_screen_widgets/constants.dart';

Expand Down Expand Up @@ -513,7 +513,7 @@ class _LocationsOverviewScreenState extends State<LocationsOverviewScreen>
Navigator.of(context).push(
NativePageRoute(
context: context,
builder: (_) => ViewDetailScreen(
builder: (_) => ViewDetailsScreen(
view: viewService.getViewById(data["taskViewID"]),
),
),
Expand Down
Loading

0 comments on commit 797b16e

Please sign in to comment.