feat: cleanup header and extract to component
This commit is contained in:
parent
c6cdcf35eb
commit
5ff09e44d9
5 changed files with 119 additions and 75 deletions
|
|
@ -196,7 +196,7 @@ export function registerConfigWatcher() {
|
|||
})
|
||||
}
|
||||
|
||||
type Context = {
|
||||
export type Context = {
|
||||
hasDockerSock: boolean;
|
||||
hasConfig: boolean;
|
||||
hasConfigWrite: boolean;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { createCookieSessionStorage } from '@remix-run/node' // Or cloudflare/deno
|
||||
|
||||
type SessionData = {
|
||||
export type SessionData = {
|
||||
hsApiKey: string;
|
||||
authState: string;
|
||||
authNonce: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue