Skip to content

Commit a675031

Browse files
author
Robb Satterwhite
committed
Update documenation.
1 parent 44bc25f commit a675031

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

details.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ Coding for icons was getting messy, especially when I wanted to change an icon,
3535

3636
## UI - mobile devices
3737

38-
I use ordinary CSS media queries to determine screen layout. In addition, I use the autofocus param to set the focus on input text boxes where appropriate, but this was distracting on mobile platforms (it would open the keyboard as soon as the screen appeared), so I use the 'react-device-detect' package to detect mobile devices. I used inputProps in all TextFields to turn off autocapitalization.
38+
I use ordinary CSS media queries to determine screen layout. In addition, I use the autofocus param to set the focus on input text boxes where appropriate, but this was distracting on mobile platforms (it would open the keyboard as soon as the screen appeared), so I use the 'react-device-detect' package to detect mobile devices. (Note: This feature is currently turned off and the item input form is turned off in desktop mode to save space.)
39+
40+
I use inputProps in all TextFields to turn off autocapitalization.
3941

4042
## UX - registration
4143

@@ -47,7 +49,8 @@ By default, the app keeps track of the last list used, and it initially shows th
4749

4850
## Roadmap
4951

50-
- authentication functions (reset password, etc.)
51-
- copy a list
52+
- turn off autocorrect
53+
- password reset
5254
- show recently completed items (for xx days)
53-
- streamline handling for connectivity issues
55+
- import and export files
56+
- drop a pin to save geographical location for a list item

0 commit comments

Comments
 (0)