+6
components/AirportSign.tsx
+6
components/AirportSign.tsx
···
+10
components/Button.tsx
+10
components/Button.tsx
···type ButtonProps = ButtonBaseProps & Omit<JSX.HTMLAttributes<HTMLButtonElement>, keyof ButtonBaseProps>;type AnchorProps = ButtonBaseProps & Omit<JSX.HTMLAttributes<HTMLAnchorElement>, keyof ButtonBaseProps> & { href: string };const { color = "blue", icon, iconAlt, label, className = "", condensed = false, ...rest } = props;
+5
islands/CredLogin.tsx
+5
islands/CredLogin.tsx
···
+5
islands/HandleInput.tsx
+5
islands/HandleInput.tsx
···
+15
islands/Header.tsx
+15
islands/Header.tsx
······
+5
islands/LoginSelector.tsx
+5
islands/LoginSelector.tsx
···
+15
islands/MigrationProgress.tsx
+15
islands/MigrationProgress.tsx
·········
+18
islands/MigrationSetup.tsx
+18
islands/MigrationSetup.tsx
·········
+10
islands/OAuthCallback.tsx
+10
islands/OAuthCallback.tsx
···
+9
islands/SocialLinks.tsx
+9
islands/SocialLinks.tsx
···
+9
islands/Ticket.tsx
+9
islands/Ticket.tsx
···
+34
lib/cred/sessions.ts
+34
lib/cred/sessions.ts
···············
+16
lib/id-resolver.ts
+16
lib/id-resolver.ts
···
+5
lib/oauth/client.ts
+5
lib/oauth/client.ts
···
+15
lib/oauth/sessions.ts
+15
lib/oauth/sessions.ts
·········
+18
lib/sessions.ts
+18
lib/sessions.ts
·········
+8
lib/storage.ts
+8
lib/storage.ts
······
+24
-1
lib/types.ts
+24
-1
lib/types.ts
·········
+7
routes/api/cred/login.ts
+7
routes/api/cred/login.ts
···
+12
routes/api/migrate/create.ts
+12
routes/api/migrate/create.ts
···
+24
routes/api/migrate/data.ts
+24
routes/api/migrate/data.ts
·········
+7
routes/api/migrate/identity/request.ts
+7
routes/api/migrate/identity/request.ts
···
+7
routes/api/migrate/identity/sign.ts
+7
routes/api/migrate/identity/sign.ts
···