ReviewOS

also looking at this

reviewos/reviewos.org

feat(reviews): the suggestions get an interface, priced as designed

#6
Merged glennmichael123 wants to merge feat/suggested-reviewers-panel into main
9 files +741 -10
resources/functions/identity.tsmodified+9-0
Changes to resources/functions/identity.ts
@@ -9,6 +9,15 @@ import { viewerFromCookies as viewerFromCookiesImpl } from '../../app/Actions/Id
99
1010export const viewerFromCookies = viewerFromCookiesImpl
1111
12/**
13 * A raw `Cookie` header, parsed into the jar `viewerFromCookies` reads.
14 * For pages served without `__stxServeContext`: see the note in
15 * `app/Actions/Identity/lookup.ts`.
16 */
17import { cookieJarFromHeader as cookieJarFromHeaderImpl } from '../../app/Actions/Identity/lookup'
18
19export const cookieJarFromHeader = cookieJarFromHeaderImpl
20
1221/**
1322 * The owners somebody may create a repository under: their own account, then
1423 * the organizations they belong to. The same rule the create endpoint enforces.