arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Mobile Tweaks 2, Electric Boogaloo #206

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

This fixes the profile link at the bottom. Turns out it was due to this:

Prop Casing (camelCase vs kebab-case)

It also makes it so that it updates when you save your profile.

Still can't find a way to duplicate the Profile editor not working, though.

KyleMaas commented 3 years ago

Latest CSS tweaks fix the problems with these under a simulator:

KyleMaas commented 3 years ago

I also changed it so that if the screen width is too small for the lower nav menu to actually be usable, it switches back to traditional upper navigation. It may take up more space, but it actually works, as opposed to when the lower nav menu is too wide and clips to the screen because it can't wrap.

arj03 commented 3 years ago

Tested this. The profile editor seems to be working now. Great fix on the profile link :)

KyleMaas commented 3 years ago

Perfect. Hard to debug that without being able to duplicate it. Glad it worked.