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

Mobile context menu #122

Draft
wants to merge 64 commits into
base: dev
Choose a base branch
from
Draft

Mobile context menu #122

wants to merge 64 commits into from

Conversation

thomasgwatson
Copy link
Collaborator

Checking

…menu. Remove Group Navigation, but still need to add something that takes its place
… themes. Adds ContextHeader to menu. Some clean-up of GlobalNav
@thomasgwatson thomasgwatson changed the base branch from dev to urql-poc January 21, 2025 08:49
@thomasgwatson thomasgwatson changed the base branch from urql-poc to dev January 21, 2025 09:22
@@ -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",
Copy link
Member

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) => {
Copy link
Member

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 {
Copy link
Member

@lorenjohnson lorenjohnson Jan 21, 2025

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

@lorenjohnson lorenjohnson marked this pull request as draft January 25, 2025 08:04
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