-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Clipclops] New clipclop dialog #3750
Conversation
8ba95fb
to
38a46b1
Compare
|
# Conflicts: # src/screens/Messages/Conversation/index.tsx # src/screens/Messages/List/index.tsx # src/screens/Messages/Settings/index.tsx # src/view/shell/bottom-bar/BottomBar.tsx # src/view/shell/bottom-bar/BottomBarWeb.tsx # src/view/shell/desktop/LeftNav.tsx
be1c11f
to
309e444
Compare
# Conflicts: # src/screens/Messages/Conversation/MessagesList.tsx # src/screens/Messages/Conversation/RandomClipClops.ts # src/screens/Messages/Temp/query/query.ts
# Conflicts: # src/screens/Messages/Conversation/MessageItem.tsx # src/screens/Messages/Conversation/MessagesList.tsx # src/screens/Messages/Temp/query/query.ts
Your Render PR Server URL is https://social-app-pr-3750.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-coo935icn0vc738ov1d0. |
) | ||
} | ||
|
||
return ( | ||
<View> | ||
<View style={a.flex_1}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here I think we want CenteredView
with sideBorders
. (Pretty sure it still needs flex: 1
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has a bunch of problems unfortunately, doesn't work on iPad.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh well that's not good...now i'm curious how it looks everywhere else in the app 😳
So stoked for this!! Tested it out again tonight and was able to talk to myself from native and web 😆 |
Fixed the desktop breakpoint, I think it's ready to go |
* origin/main: (39 commits) [Clipclops] Separate messages if there's a time gap (#3777) [Clipclops] Header for chat (#3775) [Clipclops] adjust scroll position, keyboard color (#3771) [Clipclops] Add clop sent time to clipclop (#3772) [Clipclops] Use API data for clipclop list (#3769) [Clipclops] New clipclop dialog (#3750) Session fixes, pt. 1 (#3762) use keyboardDismissMode rather than onScrollBeginDrag (#3767) [Clipclops] Add screen to view and send clip clops (#3754) switch branch for installing `react-native-bottom-sheet` (#3760) Fix List onMomentumScrollEnd (#3759) Release 1.80 (#3757) Update zh-TW translations (#3678) Italian localization (#3684) Update catalan messages.po (#3697) Update Korean localization (#3698) Update Japanese translation (#3734) Update zh-CN translations (#3716) Send Bluesky feeds and suggested follows more data (#3695) android: fix various places still using default Material Teal (#3555) ...
Stacked on #3754 and #3749
Need to figure out what the initial page looks like when there's no search term