mock-foundation / moc

A (really) native and powerful macOS and iPadOS Telegram client, optimized for moderating large communities and personal use. Currently in alpha
GNU General Public License v3.0
119 stars 6 forks source link

Members in Chat Inspector: Part 2 #155

Closed levochkaa closed 1 year ago

levochkaa commented 1 year ago

addition to merged issue #153

frame(width: 280) for inspector, because Picker had no place in inspector, because of some strange horizontal padding of a List, that i didn't find how to fix

List works better, when changing chats, but now it is impossible to have pinned views (Picker)

i think, it has much less problems, than ScrollView

...may be it is better just to use UIScrollView

ggoraa commented 1 year ago

@levochkaa Can you give an example of problems with ScrollView? The only one I can come up is fixable (I know the solution), but what will you say?

levochkaa commented 1 year ago

@levochkaa Can you give an example of problems with ScrollView? The only one I can come up is fixable (I know the solution), but what will you say?

disappearing chat inspector, when changing a chat with scrolled users list

proxy.scrollTo() isn't fixing the issue

ggoraa commented 1 year ago

@levochkaa Gonna try doing it myself, maybe I can do it, idk