Skip to content

Commit ef64ce2

Browse files
committed
Add more README touchups
1 parent def468b commit ef64ce2

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Sign in using a Google or Facebook account, e-mail/password or anonymously. In a
4747

4848
<p align="center">
4949
<img src="demo/sign_in.png" height="500px">
50+
&nbsp;&nbsp;&nbsp;&nbsp;
51+
<img src="demo/sign_in_email.png" height="500px">
5052
</p>
5153

5254
<p align="center">
5355
<img src="demo/sign_in_google.png" height="500px">
5456
&nbsp;&nbsp;&nbsp;&nbsp;
5557
<img src="demo/sign_in_facebook.png" height="500px">
5658
&nbsp;&nbsp;&nbsp;&nbsp;
57-
<img src="demo/sign_in_email.png" height="500px">
58-
&nbsp;&nbsp;&nbsp;&nbsp;
5959
</p>
6060

6161
Based on Firestore's auth stream, the app redirects a signed-in user to the home screen and a signed-out user to the sign-in page. Signed-in status is preserved.

demo/article_favoriting.gif

-128 KB
Loading

demo/formatting_exception1.png

-11.8 KB
Loading

lib/screens/law_summary_screen.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import 'package:infobootleg/models/search_state_model.dart';
1010
import 'package:infobootleg/utils/hex_color.dart';
1111
import 'package:infobootleg/models/law_model.dart';
1212
import 'package:infobootleg/widgets/alert_box.dart';
13-
import 'package:infobootleg/utils/exceptions.dart';
1413

1514
enum ModificationType { modifies, isModifiedBy }
1615

@@ -121,7 +120,7 @@ class LawSummaryScreen extends StatelessWidget {
121120
final bool answer = await AlertBox(
122121
title: "Formato desconocido",
123122
content:
124-
"La Ley ${searchState.activeLaw.number} tiene formato desconocido y la aplicación no puede procesarla.\n¿Abrir esta ley en InfoLeg en el navagador?",
123+
"La Ley ${searchState.activeLaw.number} tiene formato desconocido y la aplicación no puede procesarla.\n\n¿Abrir esta ley en InfoLeg en el navagador?",
125124
confirmActionText: "Sí",
126125
cancelActionText: "No",
127126
).show(context);

0 commit comments

Comments
 (0)