Skip to content

Commit

Permalink
fix: Better UPP tabs handling
Browse files Browse the repository at this point in the history
  • Loading branch information
WaDadidou committed Dec 6, 2023
1 parent fc84079 commit a155f3c
Show file tree
Hide file tree
Showing 23 changed files with 443 additions and 413 deletions.
4 changes: 4 additions & 0 deletions packages/components/tabs/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
ViewStyle,
} from "react-native";

import { NetworkFeature, NetworkKind, UserKind } from "../../networks";
import {
gradientColorBlue,
gradientColorDarkerBlue,
Expand All @@ -37,6 +38,9 @@ export interface TabDefinition {
scrollTo?: string;
iconSVG?: any;
iconColor?: string;
networkKinds?: NetworkKind[];
networkFeatures?: NetworkFeature[];
userKinds?: UserKind[];
}

export const Tabs = <T extends { [key: string]: TabDefinition }>({
Expand Down
26 changes: 0 additions & 26 deletions packages/screens/UserPublicProfile/DAOMembersUPPScreen.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions packages/screens/UserPublicProfile/DAOProposalsUPPScreen.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions packages/screens/UserPublicProfile/DAOsUPPScreen.tsx

This file was deleted.

40 changes: 0 additions & 40 deletions packages/screens/UserPublicProfile/FeedMusicUPPScreen.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions packages/screens/UserPublicProfile/FundsUPPScreen.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions packages/screens/UserPublicProfile/GnoDemoUPPScreen.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions packages/screens/UserPublicProfile/NFTsUPPScreen.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions packages/screens/UserPublicProfile/QuestsUPPScreen.tsx

This file was deleted.

Loading

0 comments on commit a155f3c

Please sign in to comment.