mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
adapt to more pages
This commit is contained in:
parent
8987b2de17
commit
596a3bd689
17 changed files with 248 additions and 298 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import 'package:auto_route/auto_route.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||
import 'package:immich_mobile/extensions/translate_extensions.dart';
|
||||
import 'package:immich_mobile/presentation/widgets/timeline/timeline.widget.dart';
|
||||
|
|
@ -32,6 +32,7 @@ class DriftArchivePage extends StatelessWidget {
|
|||
child: Timeline(
|
||||
appBar: MesmerizingSliverAppBar(
|
||||
title: 'archive'.t(context: context),
|
||||
icon: Icons.archive_outlined, // Icon for the archive page
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue