Skip to content

Commit

Permalink
Merge pull request #406 from bannzai/remove/unused/calendar_help
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai authored Oct 26, 2021
2 parents fbbd8f9 + 2f6b6ad commit 261dcec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 145 deletions.
3 changes: 0 additions & 3 deletions images/help.svg

This file was deleted.

16 changes: 0 additions & 16 deletions lib/domain/calendar/calendar_page.dart
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:pilll/analytics.dart';
import 'package:pilll/components/atoms/buttons.dart';
import 'package:pilll/components/molecules/indicator.dart';
import 'package:pilll/domain/calendar/calendar_state.dart';
import 'package:pilll/domain/calendar/components/calendar_card.dart';
import 'package:pilll/components/atoms/color.dart';
import 'package:pilll/components/atoms/font.dart';
import 'package:pilll/components/atoms/text_color.dart';
import 'package:pilll/domain/calendar/components/calendar_help.dart';
import 'package:pilll/domain/calendar/components/pill_sheet_modified_history/pill_sheet_modified_history_card.dart';
import 'package:pilll/domain/home/home_page.dart';
import 'package:pilll/domain/calendar/calendar_store.dart';
Expand Down Expand Up @@ -37,20 +35,6 @@ class CalendarPage extends HookWidget {
return Scaffold(
backgroundColor: PilllColors.background,
appBar: AppBar(
leading: Container(),
actions: [
IconButton(
icon: SvgPicture.asset("images/help.svg"),
onPressed: () {
analytics.logEvent(name: "pressed_calendar_help");
showDialog(
context: context,
builder: (_) {
return CalendarHelpPage();
});
},
),
],
title: CalendarModifyMonth(
state: state,
itemScrollController: itemScrollController,
Expand Down
126 changes: 0 additions & 126 deletions lib/domain/calendar/components/calendar_help.dart

This file was deleted.

0 comments on commit 261dcec

Please sign in to comment.