-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mobile context menu #122
base: dev
Are you sure you want to change the base?
Mobile context menu #122
Conversation
…menu. Remove Group Navigation, but still need to add something that takes its place
… themes. Adds ContextHeader to menu. Some clean-up of GlobalNav
…igation using openURL
@@ -88,6 +92,7 @@ | |||
"react-native-reanimated": "3.16.7", | |||
"react-native-render-html": "patch:react-native-render-html@npm:6.3.4#.yarn/patches/react-native-render-html+6.3.4.patch", | |||
"react-native-restart": "^0.0.27", | |||
"react-native-root-toast": "^3.6.0", |
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.
Remove
@@ -10,6 +10,21 @@ import HyloHTML from 'components/HyloHTML' | |||
import Icon from 'components/Icon' | |||
import { personUrl } from 'util/navigation' | |||
|
|||
const formatEventDate = (startTime) => { |
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.
Does this go to shared?
@@ -8,6 +8,33 @@ export default gql` | |||
avatarUrl | |||
bannerUrl | |||
description | |||
homeWidget { |
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.
make this a "fragment ContextWidgetFragment on ContextWidget" and apply it the places it is currently used
…into mobile-context-menu
…openURL and experimental useLink implementation
d074bab
to
35e1298
Compare
…into mobile-context-menu
Checking