- Timestamp:
- 12/24/25 17:31:11 (7 months ago)
- Branches:
- main
- Children:
- e729b88
- Parents:
- 40ac7a9
- Location:
- pages
- Files:
-
- 2 edited
-
+Layout.telefunc.ts (modified) (1 diff)
-
index/+Page.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pages/+Layout.telefunc.ts
r40ac7a9 r67dfe57 4 4 import type {Database} from "../database/drizzle/db"; 5 5 6 export async function AuthenticationState() {6 export async function onGetAuthState() { 7 7 const context = getAuthState(); 8 8 -
pages/index/+Page.tsx
r40ac7a9 r67dfe57 16 16 17 17 import { onGetHighestRankedBuilds, onCloneBuild } from './buildCards.telefunc'; 18 import { onGetApprovedBuilds} from '../+Layout.telefunc';18 import {onGetApprovedBuilds, onGetAuthState} from '../+Layout.telefunc'; 19 19 import {getAuthState} from "../../server/telefunc/ctx"; // 20 20 … … 33 33 authData, highestRankedBuilds, commnityBuilds 34 34 ] = await Promise.all([ 35 getAuthState(),35 onGetAuthState(), 36 36 onGetHighestRankedBuilds({ limit: 3 }), 37 37 onGetApprovedBuilds({ limit: 12 })
Note:
See TracChangeset
for help on using the changeset viewer.
