mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: code block launch review (#5175)
* feat: code block launch review * chore: test lock file change * chore: update version
This commit is contained in:
parent
568311a855
commit
fe32079ab0
@ -1,3 +1,5 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
import 'package:appflowy/env/cloud_env.dart';
|
import 'package:appflowy/env/cloud_env.dart';
|
||||||
import 'package:appflowy/generated/flowy_svgs.g.dart';
|
import 'package:appflowy/generated/flowy_svgs.g.dart';
|
||||||
import 'package:appflowy/generated/locale_keys.g.dart';
|
import 'package:appflowy/generated/locale_keys.g.dart';
|
||||||
@ -6,7 +8,6 @@ import 'package:appflowy/user/application/sign_in_bloc.dart';
|
|||||||
import 'package:appflowy/user/presentation/screens/sign_in_screen/widgets/widgets.dart';
|
import 'package:appflowy/user/presentation/screens/sign_in_screen/widgets/widgets.dart';
|
||||||
import 'package:easy_localization/easy_localization.dart';
|
import 'package:easy_localization/easy_localization.dart';
|
||||||
import 'package:flowy_infra_ui/flowy_infra_ui.dart';
|
import 'package:flowy_infra_ui/flowy_infra_ui.dart';
|
||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||||
import 'package:go_router/go_router.dart';
|
import 'package:go_router/go_router.dart';
|
||||||
|
|
||||||
@ -111,8 +112,8 @@ class MobileSignInScreen extends StatelessWidget {
|
|||||||
|
|
||||||
Widget _buildSettingsButton(BuildContext context) {
|
Widget _buildSettingsButton(BuildContext context) {
|
||||||
return FlowyButton(
|
return FlowyButton(
|
||||||
text: const FlowyText(
|
text: FlowyText(
|
||||||
'settings',
|
LocaleKeys.signIn_settings.tr(),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
fontSize: 12.0,
|
fontSize: 12.0,
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
|
@ -61,12 +61,11 @@ packages:
|
|||||||
appflowy_editor_plugins:
|
appflowy_editor_plugins:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "packages/appflowy_editor_plugins"
|
name: appflowy_editor_plugins
|
||||||
ref: "37f35e77"
|
sha256: "9d91f65e564f85ffc98a407524371beeb1fd40aabd621b00ba8a722058636094"
|
||||||
resolved-ref: "37f35e77aefb1b9a0b872086d156b1b885ba02df"
|
url: "https://pub.dev"
|
||||||
url: "https://github.com/AppFlowy-IO/appflowy-plugins.git"
|
source: hosted
|
||||||
source: git
|
version: "0.0.2"
|
||||||
version: "0.0.1"
|
|
||||||
appflowy_popover:
|
appflowy_popover:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -46,11 +46,7 @@ dependencies:
|
|||||||
ref: 15a3a50
|
ref: 15a3a50
|
||||||
appflowy_result:
|
appflowy_result:
|
||||||
path: packages/appflowy_result
|
path: packages/appflowy_result
|
||||||
appflowy_editor_plugins:
|
appflowy_editor_plugins: ^0.0.2
|
||||||
git:
|
|
||||||
url: https://github.com/AppFlowy-IO/appflowy-plugins.git
|
|
||||||
path: packages/appflowy_editor_plugins
|
|
||||||
ref: "37f35e77"
|
|
||||||
|
|
||||||
appflowy_editor:
|
appflowy_editor:
|
||||||
|
|
||||||
|
@ -58,6 +58,7 @@
|
|||||||
"signInWithMagicLink": "Log in with Magic Link",
|
"signInWithMagicLink": "Log in with Magic Link",
|
||||||
"signUpWithMagicLink": "Sign up with Magic Link",
|
"signUpWithMagicLink": "Sign up with Magic Link",
|
||||||
"pleaseInputYourEmail": "Please enter your email address",
|
"pleaseInputYourEmail": "Please enter your email address",
|
||||||
|
"settings": "Settings",
|
||||||
"magicLinkSent": "We emailed a magic link. Click the link to log in.",
|
"magicLinkSent": "We emailed a magic link. Click the link to log in.",
|
||||||
"invalidEmail": "Please enter a valid email address",
|
"invalidEmail": "Please enter a valid email address",
|
||||||
"alreadyHaveAnAccount": "Already have an account?",
|
"alreadyHaveAnAccount": "Already have an account?",
|
||||||
|
Loading…
Reference in New Issue
Block a user