January 2023 Developer Update
-
@julian I have disabled all non-system-protected fonts (not sure if this is correct and this situation is not the default for Mac OS Catalina) and now this panel seems to use "Helvetica Neue" too. However, the situation in which the fonts in this panel are somehow different from the fonts on the rest of the site and change due to unpredictable external conditions does not seem correct to me. If Sherif appeared on the entire site, then there would be an obvious problem of missing or conflicting system fonts, but now I don’t even know. And I don't understand Bootstrap to understand what's wrong. I'd like to try a clean install of Mac OS with standard fonts out of the box, but I don't have time for that right now.
-
Why all is so big on new theme mobile?
-
@julian said in January 2023 Developer Update:
@exodo everything? Somethings are bigger, yes... font size in general is at least 2px larger, but that's part of the re-design.
The thread slider was so big yesterday, i see you changed it today. Way better.
Topic listing font is very big. I can barely see only 4 topics title at same time
Will be nice if you add font size personalization for the main options
-
@exodo that may be a bit of an exaggeration no? I'm comparing my phone with this site and try.nodebb.org.
The former (Harmony) displays 8 topics, the latter (Persona) can display 9.
The font sizes are controlled via a single variable on the theme side now, so it is trivial to change it for different sites, but I don't think we can make it user configurable easily.
-
@exodo are you using chrome on mobile? And have you changed your font size/display size settings. I noticed an issue with chrome on mobile a while back. It is filed here https://github.com/NodeBB/NodeBB/issues/11151. Sometimes font sizes are all whacked up on chrome, doesn't happen on firefox. Left is when it's working fine, right is when it goes
-
@baris said in January 2023 Developer Update:
@exodo are you using chrome on mobile? And have you changed your font size/display size settings. I noticed an issue with chrome on mobile a while back. It is filed here https://github.com/NodeBB/NodeBB/issues/11151. Sometimes font sizes are all whacked up on chrome, doesn't happen on firefox. Left is when it's working fine, right is when it goes
I use safari on ios. Last ios and last iphone. I see it like the right one
Same on chrome
I dont have any size display or font changed -
![alt text]( image url)
-
@exodo @Kosiak let us know how it looks now, we are testing some custom css here to disable font scaling done by the browsers. https://stackoverflow.com/questions/13430897/how-to-override-font-boosting-in-mobile-chrome. I've applied the below custom css and it fixes the issue I am having on android chrome. Without the max-height rule android chrome just scales text for me.
body * { max-height:1000000px; text-size-adjust: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; }
-
I don’t see any difference
Its time you get an iphone for testing -
hi @julian , will there be a NodeBB 2.8.X version of ntfy plugin?
GitHub - NodeBB/nodebb-plugin-ntfy: Push Notifications for NodeBB (via ntfy)
Push Notifications for NodeBB (via ntfy). Contribute to NodeBB/nodebb-plugin-ntfy development by creating an account on GitHub.
GitHub (github.com)
-
@julian said in January 2023 Developer Update:
@exodo great! Send iPhones to my address please
In seriousness, we do have a subscription to LambdaTest so we can give it a try there too
I wont be able to send my iphones or my wife killing me
You can always hire me as betatesterReally, while nodebb desktop has been always an incredible experience, nowadays every web should go mobile first and that involves android and ios perfect testing. Nodebb been lacking ios perfect integration since his launch.
I encourage you to reinforce these aspects with harmony -
@exodo you're right, of course. Part of that is because we both use Android phones.
Having additional eyes would certainly be helpful. Let's chat about maybe a couple dedicated bugfix weeks for iOS not sure if I will regret them.
Does it count for extra points if Baris has extra incentive to optimize NodeBB for speed because he uses a super slow Nokia 7.1?