Skip to content

Commit

Permalink
remove: データ移行のボタンを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
chika3742 committed Aug 22, 2023
1 parent 8889254 commit cb382da
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions lib/pages/welcome_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import 'package:submon/db/shared_prefs.dart';
import 'package:submon/main.dart';
import 'package:submon/pages/sign_in_page.dart';
import 'package:submon/utils/ui.dart';
import 'package:url_launcher/url_launcher_string.dart';

import 'home_page.dart';

Expand Down Expand Up @@ -153,34 +152,6 @@ class _WelcomePageState extends State<WelcomePage> {
),
),
const SizedBox(height: 32),
SizedBox(
height: 70,
width: 240,
child: ElevatedButton(
onPressed: () async {
showSimpleDialog(
context,
"アカウント移行の流れについて",
"アカウントのデータを旧「提出物マネージャー」から移行できます。アカウント移行専用ページを用意しましたので、アカウントは新規に作成し、データのみ旧版から移行する形になります。\n\n"
"「次へ」をタップすると移行用サイトに移動します。詳細はこのサイトをご覧ください。",
okText: "次へ",
showCancel: true, onOKPressed: () async {
launchUrlString("https://submon.chikach.net/migrate",
mode: LaunchMode.externalApplication);
});
},
style: ElevatedButton.styleFrom(
backgroundColor: Colors.orange.shade900),
child: const Text('旧「提出物マネージャー」\nからアカウント移行',
style: TextStyle(
color: Colors.white,
fontSize: 16,
height: 1.4,
),
textAlign: TextAlign.center),
),
),
const SizedBox(height: 32),
Row(
mainAxisSize: MainAxisSize.min,
children: [
Expand Down

0 comments on commit cb382da

Please sign in to comment.