Replies: 1 comment 2 replies
-
@JenJell I've checked out your ExperimentalUI branch, and I've got to say, it's very impressive! I very much like the material backgrounds on the sheets, and I love what you're doing with live watchfaces! Regarding removing the tabBar: while I like the way it looks with no tabBar, I don't think putting the settings in the DeviceView is a good idea. The DeviceView holds everything directly related to the watch, and the settings view is a parent to everything else. What I mean to say is putting the SettingsView in a list item in the DeviceView feels a little out of place. Also, I've made some commits to the main branch with a view that displays all the watch settings, and it won't work to have them close by each other. (I'm not sure if the watch settings view is completely necessary, so I may remove it in future commits.) Feedback on the rest of the ExperimentalUI branch: I think the font size in the nav bars (and the WelcomeView) is a little on the small side. Also, (in the WelcomeView) I really like the idea of having a text block and a link saying "Don't have a watch? Learn more about the PineTime", although I think it would look better with the background image scaled up to 1.5 and the Welcome to InfiniLink text at a bolded .largeTitle. I've attached a screenshot below to give you an idea of what I mean: I'm going to merge elements from both your ExperimentalUI branch and main and then create a PR with the result so you can give me your feedback. Does that sound good? |
Beta Was this translation helpful? Give feedback.
-
Recently, I have been playing around with the idea of removing the tabBar from the UI. Mostly because I believe it takes up too much space with little benefit. Though, before I tried to make a pull request or go any farther with the concept, I wanted to consult others opinions on this.
If anyone wants to check out what it would look like, here is a link to my ExperimentalUI branch.
https://github.com/JenJell/InfiniLink/tree/ExperimentalUI
Beta Was this translation helpful? Give feedback.
All reactions