diff --git a/desktop/playwright.config.ts b/desktop/playwright.config.ts index 7d529722036..224da878b4c 100644 --- a/desktop/playwright.config.ts +++ b/desktop/playwright.config.ts @@ -66,7 +66,7 @@ export default defineConfig({ "**/home-collapsed-top-chrome.spec.ts", "**/top-chrome-zoom-clearance.spec.ts", "**/thread-unread.spec.ts", - "**/workspace-rail.spec.ts", + "**/community-rail.spec.ts", "**/boot-splash.spec.ts", "**/thread-reply-anchor-roleplay.spec.ts", "**/threadpane-ultrawide.spec.ts", diff --git a/desktop/src/app/App.tsx b/desktop/src/app/App.tsx index 45707ce66d2..0ff3ffaa218 100644 --- a/desktop/src/app/App.tsx +++ b/desktop/src/app/App.tsx @@ -21,11 +21,11 @@ import { OnboardingSlideTransition } from "@/features/onboarding/ui/OnboardingSl import { OnboardingFlow } from "@/features/onboarding/ui/OnboardingFlow"; import { KeyringLockedScreen } from "@/features/onboarding/ui/KeyringLockedScreen"; import { RelaunchRequiredScreen } from "@/features/onboarding/ui/RelaunchRequiredScreen"; -import type { Workspace } from "@/features/workspaces/types"; -import { useWorkspaceInit } from "@/features/workspaces/useWorkspaceInit"; -import { useNestNotifications } from "@/features/workspaces/useNestNotifications"; -import { useWorkspaces } from "@/features/workspaces/useWorkspaces"; -import { WelcomeSetup } from "@/features/workspaces/ui/WelcomeSetup"; +import type { Community } from "@/features/communities/types"; +import { useCommunityInit } from "@/features/communities/useCommunityInit"; +import { useNestNotifications } from "@/features/communities/useNestNotifications"; +import { useCommunities } from "@/features/communities/useCommunities"; +import { WelcomeSetup } from "@/features/communities/ui/WelcomeSetup"; import { createBuzzQueryClient } from "@/shared/api/queryClient"; import { isSharedIdentity as isSharedIdentityCmd } from "@/shared/api/tauri"; import { listenForDeepLinks } from "@/shared/deep-link"; @@ -38,10 +38,10 @@ import { FuzzyLogo } from "@/shared/ui/buzz-logo/FuzzyLogo"; import { StartupWindowDragRegion } from "@/shared/ui/StartupWindowDragRegion"; import { StepProgress } from "@/shared/ui/step-progress"; -const LOADING_TEXT = "Setting up your workspace..."; +const LOADING_TEXT = "Setting up your community..."; // Minimum time the cold-boot splash stays on screen. A real boot resolves the -// workspace in well under 100ms, and the native window setup plus first paint +// community in well under 100ms, and the native window setup plus first paint // can take longer than that — without a hold, the bee is unmounted before it is // ever visible. The hold runs as an overlay above the already-mounted app, so // time-to-interactive is unchanged; only the reveal waits. @@ -130,7 +130,7 @@ function BeeLoader({ // Cold boot gate: the theme-adaptive grainient background with a single // centered Buzz bee flying over it — the same static mark as before, now with // its wings flapping (ported from the Buzz website's wing-flap). Replaces the -// old "Setting up your workspace" text, which stays as an sr-only caption. +// old "Setting up your community" text, which stays as an sr-only caption. function AppLoadingGate() { return (
{ @@ -159,14 +159,14 @@ function WorkspaceSwitchGate() { return (
- Switching workspace… + Switching community… {showSpinner ? ( @@ -197,7 +197,7 @@ function OnboardingLoadingGate() { className="flex w-full flex-col items-center text-center" direction="forward" effect="none" - transitionKey="workspace-connecting" + transitionKey="community-connecting" >