-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add menu to Scribe app #16
Comments
This would be best achieved by a hamburger menu at the top right of the app screen. |
This issue will be done with a settings view that has the following options:
|
A back button should be added to each page that's not the home screen, with a swipe right also potentially being used as a way to get back to the original screen. |
The following would be the potential icons that would be used for the menu (mostly SF Symbols):
|
Oh also, very minor comment - just felt that the font for the |
I agree on this :) Let me give another thought to this and we can edit it a bit. Initial impressions are that some form of your first option would be better, as having the per keyboard settings that deep in the menu as in the second version would likely hide this functionality from many. For now I've added an option for |
I was able to talk with the designer for all this over the weekend. His general feedback was do exactly what we’re planning and that he’ll let me do the Figma from now on 😅 He hadn’t seen my Figma work for a bit and I’d been practicing 😇😊 Specifically his comment was we have what we need to test all this and see how it actually works in a user’s hands, and from there we iterate 🚀 Minor comments have already been implemented: that we need more spacing between the TabBar words and icons, and that we should have a call to action on |
What about directly opening and taking them to the iPhone keyboard settings? Could that make sense potentially? |
Very much so, @wkyoshida, but sadly for some reason this is not an option in iOS as of now. What used to be possible was encoding paths via strings for what you wanted to open in the menu, but I guess this was breaking with multiple system languages... 🤷♂️ I've checked on Stack Overflow a lot for this (just did again), and as of now it doesn't seem to be possible. Lots of people saying that their app got denied by App Store Connect or that it passed and then got rejected later. As of now that button calls |
Oh I see - well, that's a bummer.. Yeah, hopefully it becomes possible to do so, as it would be an easy user workflow, I think. |
Closed via #324 🥳 Thank you, @SaurabhJamadagni! Crazy to have this finished 😊 |
Terms
Description
This issue is for discussing and implementing a menu with settings to choose which Scribe functionality is available or order how commands are displayed when the Scribe key is pressed. There could be the potential that a user would not need one of the Scribe command buttons, or when more commands are available they'd want to order the commands so that some are easier to access than others (with more commands there likely will be some kind of meatball menu where the extra ones are located, so the user could choose their main ones). Also system functionality like the double space period shortcut could be removed.
Edit: note that this issue now encompasses only the multiple screens for the Scribe app, with separate sections then being added in other issues :) This branch contains an example of how the app screens should be reworked 😊
The text was updated successfully, but these errors were encountered: