frontend client for gemstone. decentralised workplace app

refactor: rename file

serenity 36d64494 faac624f

Changed files
+6 -6
src
+1 -1
src/components/Navigation/ChannelsPicker/ChannelPickerItem.tsx
···
import { Text } from "@/components/primitives/Text";
import { useFacet } from "@/lib/facet";
import type { AtUri } from "@/lib/types/atproto";
-
import type { SystemsGmstnDevelopmentChannel } from "@/lib/types/lexicon/systems.gmstn.development.channels";
+
import type { SystemsGmstnDevelopmentChannel } from "@/lib/types/lexicon/systems.gmstn.development.channel";
import { useCurrentPalette } from "@/providers/ThemeProvider";
import { Link, usePathname } from "expo-router";
import { Hash } from "lucide-react-native";
+1 -1
src/components/Navigation/ChannelsPicker/ChannelPickerSpace.tsx
···
import { Loading } from "@/components/primitives/Loading";
import { Text } from "@/components/primitives/Text";
import type { AtUri, Did } from "@/lib/types/atproto";
-
import type { SystemsGmstnDevelopmentChannel } from "@/lib/types/lexicon/systems.gmstn.development.channels";
+
import type { SystemsGmstnDevelopmentChannel } from "@/lib/types/lexicon/systems.gmstn.development.channel";
import { getBskyProfile } from "@/queries/get-profile";
import { useQuery } from "@tanstack/react-query";
import { Image } from "expo-image";
+1 -1
src/components/Navigation/ChannelsPicker/index.tsx
···
import { Text } from "@/components/primitives/Text";
import { useFacet } from "@/lib/facet";
import type { AtUri } from "@/lib/types/atproto";
-
import type { SystemsGmstnDevelopmentChannel } from "@/lib/types/lexicon/systems.gmstn.development.channels";
+
import type { SystemsGmstnDevelopmentChannel } from "@/lib/types/lexicon/systems.gmstn.development.channel";
import { useChannelRecords } from "@/providers/authed/ChannelsProvider";
import { useCurrentPalette } from "@/providers/ThemeProvider";
import { useMemo } from "react";
src/lib/types/lexicon/systems.gmstn.development.channels.ts src/lib/types/lexicon/systems.gmstn.development.channel.ts
+1 -1
src/providers/authed/ChannelsProvider.tsx
···
import {
systemsGmstnDevelopmentChannelRecordSchema,
type SystemsGmstnDevelopmentChannel,
-
} from "@/lib/types/lexicon/systems.gmstn.development.channels";
+
} from "@/lib/types/lexicon/systems.gmstn.development.channel";
import {
atUriEquals,
getRecordFromFullAtUri,
+1 -1
src/providers/authed/HandshakesProvider.tsx
···
import type { AtUri, Did } from "@/lib/types/atproto";
import type { LatticeSessionInfo } from "@/lib/types/handshake";
import type { SystemsGmstnDevelopmentChannelMembership } from "@/lib/types/lexicon/systems.gmstn.development.channel.membership";
-
import type { SystemsGmstnDevelopmentChannel } from "@/lib/types/lexicon/systems.gmstn.development.channels";
+
import type { SystemsGmstnDevelopmentChannel } from "@/lib/types/lexicon/systems.gmstn.development.channel";
import { stringToAtUri } from "@/lib/utils/atproto";
import {
ChannelsProvider,
+1 -1
src/queries/get-channels-from-pds.ts
···
import {
systemsGmstnDevelopmentChannelRecordSchema,
type SystemsGmstnDevelopmentChannel,
-
} from "@/lib/types/lexicon/systems.gmstn.development.channels";
+
} from "@/lib/types/lexicon/systems.gmstn.development.channel";
import type { Result } from "@/lib/utils/result";
import { Client, simpleFetchHandler } from "@atcute/client";
import { z } from "zod";