also looking at this
feat(reviews): the suggestions get an interface, priced as designed
#6
9 files
+741
-10
| @@ -9,6 +9,15 @@ import { viewerFromCookies as viewerFromCookiesImpl } from '../../app/Actions/Id | ||
| 9 | 9 | |
| 10 | 10 | export const viewerFromCookies = viewerFromCookiesImpl |
| 11 | 11 | |
| 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 | */ | |
| 17 | import { cookieJarFromHeader as cookieJarFromHeaderImpl } from '../../app/Actions/Identity/lookup' | |
| 18 | ||
| 19 | export const cookieJarFromHeader = cookieJarFromHeaderImpl | |
| 20 | ||
| 12 | 21 | /** |
| 13 | 22 | * The owners somebody may create a repository under: their own account, then |
| 14 | 23 | * the organizations they belong to. The same rule the create endpoint enforces. |