Your calm window into the Atmosphere. morgen.blue
rss atproto
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: minor cleanups (login copy, import order, tsconfig)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+3 -4
+2 -2
resources/js/app.tsx
··· 1 + import { createInertiaApp } from '@inertiajs/react'; 1 2 import { Toaster } from '@/components/ui/sonner'; 2 3 import { TooltipProvider } from '@/components/ui/tooltip'; 3 4 import { initializeTheme } from '@/hooks/use-appearance'; 4 5 import AppLayout from '@/layouts/app-layout'; 5 - import AuthLayout from '@/layouts/auth-layout'; 6 6 import AuthLoginLayout from '@/layouts/auth/auth-login-layout'; 7 + import AuthLayout from '@/layouts/auth-layout'; 7 8 import SettingsLayout from '@/layouts/settings/layout'; 8 - import { createInertiaApp } from '@inertiajs/react'; 9 9 10 10 const appName = import.meta.env.VITE_APP_NAME || 'Morgenblau'; 11 11
+1 -1
resources/js/pages/auth/login.tsx
··· 21 21 <Head title="Sign in" /> 22 22 23 23 <header className="space-y-1"> 24 - <h1>Read. Find. Share.</h1> 24 + <h1>Find. Read. Share.</h1> 25 25 <p className="text-sm text-balance text-muted-foreground"> 26 26 A calmer way to be on the open web. Powered by RSS and the 27 27 AT Protocol.
-1
tsconfig.json
··· 107 107 /* Completeness */ 108 108 // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ 109 109 "skipLibCheck": true /* Skip type checking all .d.ts files. */, 110 - "baseUrl": ".", 111 110 "paths": { 112 111 "@/*": ["./resources/js/*"] 113 112 },