Skip to content
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

[🐴] New chat dialog refresh #4071

Merged
merged 13 commits into from
May 17, 2024
Merged

[🐴] New chat dialog refresh #4071

merged 13 commits into from
May 17, 2024

Conversation

estrattonbailey
Copy link
Member

@estrattonbailey estrattonbailey commented May 17, 2024

  • Android border radius on dialog

Copy link

render bot commented May 17, 2024

Copy link

github-actions bot commented May 17, 2024

Old size New size Diff
6.82 MB 6.83 MB 5.93 KB (0.08%)

@estrattonbailey estrattonbailey changed the title Dms/new chat [🐴] New chat dialog refresh May 17, 2024
@estrattonbailey estrattonbailey marked this pull request as ready for review May 17, 2024 01:56
Comment on lines +280 to +281
borderTopLeftRadius: 40,
borderTopRightRadius: 40,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prevents overflow in the corners, needs to match Inner

Comment on lines 204 to 205
FlatListProps<any> & {label: string} & { webInnerStyle?: StyleProp<ViewStyle> }
>(function InnerFlatList({label, style, webInnerStyle, ...props}, ref) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to override some styles on web bc of this composition

@@ -20,6 +20,7 @@ export const RQKEY = (prefix: string) => [RQKEY_ROOT, prefix]
export function useActorAutocompleteQuery(
prefix: string,
maintainData?: boolean,
limit?: number,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really shouldn't use positional props but didn't want to make edits in all the other files

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea all good, felt the same way when i added the maintainData

onScrollBeginDrag={() => Keyboard.dismiss()}
/>
)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

holy shit almost 500LOC what a screen!

Copy link
Contributor

@haileyok haileyok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amazing work on this! works great. made a small adjustment to the dismiss keyboard prop so the dismiss runs sync.

# Conflicts:
#	src/screens/Messages/List/index.tsx
@haileyok haileyok merged commit 1cdcb3e into main May 17, 2024
6 checks passed
@haileyok haileyok deleted the dms/new-chat branch June 8, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants