| LOW | crates/yaak-models/guest-js/store.ts | 47 | export async function changeModelStoreWorkspace(workspaceId: string | null) { |
| LOW | crates/yaak-ws/index.ts | 4 | export function deleteWebsocketConnections(requestId: string) { |
| LOW | crates/yaak-plugins/index.ts | 28 | export async function installPluginFromDirectory(directory: string) { |
| LOW | crates/yaak-git/index.ts | 49 | function gitWorktreeStatusQueryKey(dir?: string, refreshKey?: string) { |
| LOW | crates/yaak-git/index.ts | 55 | export function invalidateGitWorktreeStatus(dir?: string) { |
| LOW | plugins/importer-postman-environment/src/index.ts | 28 | export function convertPostmanEnvironment(contents: string): ImportPluginResponse | undefined { |
| LOW | plugins/auth-bearer/src/index.ts | 34 | function generateAuthorizationHeader(values: CallHttpAuthenticationRequest["values"]) { |
| LOW | plugins/auth-oauth2/src/callbackServer.ts | 183 | export function buildHostedCallbackRedirectUri(localPort: number): string { |
| LOW | plugins/auth-oauth2/src/callbackServer.ts | 209 | export async function getRedirectUrlViaExternalBrowser( |
| LOW | plugins/auth-oauth2/src/callbackServer.ts | 277 | function getFragmentForwardingHtml(): string { |
| LOW | plugins/auth-oauth2/src/getOrRefreshAccessToken.ts | 7 | export async function getOrRefreshAccessToken( |
| LOW | plugins/auth-oauth2/src/grants/implicit.ts | 92 | async function getTokenViaEmbeddedBrowser( |
| LOW | plugins/auth-oauth2/src/grants/authorizationCode.ts | 141 | async function getCodeViaEmbeddedBrowser( |
| LOW | plugins/importer-curl/src/index.ts | 190 | function extractAuthenticationFromHeaders(headers: HttpUrlParameter[]): ExtractedAuthentication { |
| LOW | packages/ui/src/hooks/usePortal.ts | 10 | function getOrCreatePortal(name: string) { |
| LOW | packages/theme/src/appearance.ts | 14 | export function subscribeToWindowAppearanceChange( |
| LOW | packages/theme/src/appearance.ts | 40 | export function subscribeToPreferredAppearance(cb: (appearance: Appearance) => void) { |
| LOW | packages/theme/src/window.ts | 98 | function templateTagColorVariables(color: YaakColor | null): Partial<CSSVariables> { |
| LOW | packages/theme/src/window.ts | 146 | function buttonSolidColorVariables( |
| LOW | packages/theme/src/window.ts | 168 | function buttonBorderColorVariables( |
| LOW | packages/common-lib/templateFunction.ts | 7 | export function validateTemplateFunctionArgs( |
| LOW | packages/plugin-runtime/src/migrations.ts | 3 | export function migrateTemplateFunctionSelectOptions( |
| LOW | apps/yaak-client/components/TemplateFunctionDialog.tsx | 82 | function InitializedTemplateFunctionDialog({ |
| LOW | …ps/yaak-client/components/GrpcProtoSelectionDialog.tsx | 23 | function GrpcProtoSelectionDialogWithRequest({ request }: Props & { request: GrpcRequest }) { |
| LOW | apps/yaak-client/components/ModelSettingsEditor.tsx | 189 | function modelSupportsHttpSettings(model: ModelWithSettings): model is ModelWithHttpSettings { |
| LOW | apps/yaak-client/components/ModelSettingsEditor.tsx | 193 | function modelSupportsCookieSettings(model: ModelWithSettings): model is ModelWithCookieSettings { |
| LOW | …ient/components/RecentWebsocketConnectionsDropdown.tsx | 16 | export function RecentWebsocketConnectionsDropdown({ |
| LOW | apps/yaak-client/components/EnvironmentEditDialog.tsx | 108 | function EnvironmentEditDialogSidebar({ |
| LOW | …/yaak-client/components/EnvironmentActionsDropdown.tsx | 18 | export const EnvironmentActionsDropdown = memo(function EnvironmentActionsDropdown({ |
| LOW | apps/yaak-client/components/CookieDialog.tsx | 689 | function defaultCookieExpiresInputValue() { |
| LOW | …yaak-client/components/ConfirmLargeResponseRequest.tsx | 19 | export function ConfirmLargeResponseRequest({ children, response }: Props) { |
| LOW | …s/yaak-client/components/RedirectToLatestWorkspace.tsx | 11 | export function RedirectToLatestWorkspace() { |
| LOW | …ps/yaak-client/components/HttpAuthenticationEditor.tsx | 172 | function AuthenticationDisabledInput({ |
| LOW | …ak-client/components/RecentGrpcConnectionsDropdown.tsx | 16 | export function RecentGrpcConnectionsDropdown({ |
| LOW | …/yaak-client/components/EnvironmentSharableTooltip.tsx | 3 | export function EnvironmentSharableTooltip() { |
| LOW | …s/yaak-client/components/EnvironmentColorIndicator.tsx | 5 | export function EnvironmentColorIndicator({ |
| LOW | …/yaak-client/components/WorkspaceEncryptionSetting.tsx | 34 | export function WorkspaceEncryptionSetting({ |
| LOW | …ps/yaak-client/components/Settings/SettingsPlugins.tsx | 131 | function PluginTableRowForInstalledPlugin({ plugin }: { plugin: Plugin }) { |
| LOW | …ps/yaak-client/components/Settings/SettingsPlugins.tsx | 150 | function PluginTableRowForBundledPlugin({ plugin }: { plugin: Plugin }) { |
| LOW | …ps/yaak-client/components/Settings/SettingsPlugins.tsx | 169 | function PluginTableRowForRemotePluginVersion({ pluginVersion }: { pluginVersion: PluginVersion }) { |
| LOW | apps/yaak-client/components/core/ColorPicker.tsx | 50 | export function ColorPickerWithThemeColors({ onChange, color, className }: Props) { |
| LOW | apps/yaak-client/components/git/uncommitted.tsx | 4 | export async function promptUncommittedChangesStrategy(): Promise<UncommittedChangesStrategy> { |
| LOW | apps/yaak-client/hooks/useRecentWorkspaces.ts | 27 | export function useSubscribeRecentWorkspaces() { |
| LOW | apps/yaak-client/hooks/useWebsocketRequestActions.ts | 16 | export function useWebsocketRequestActions() { |
| LOW | apps/yaak-client/hooks/useWebsocketRequestActions.ts | 32 | export async function getWebsocketRequestActions() { |
| LOW | apps/yaak-client/hooks/useRecentCookieJars.ts | 29 | export function useSubscribeRecentCookieJars() { |
| LOW | apps/yaak-client/hooks/usePinnedWebsocketConnection.ts | 40 | export function setPinnedWebsocketConnectionId(id: string | null) { |
| LOW | apps/yaak-client/hooks/useTemplateFunctions.tsx | 14 | export function useTemplateFunctionCompletionOptions( |
| LOW | apps/yaak-client/hooks/useTemplateFunctions.tsx | 38 | export function useSubscribeTemplateFunctions() { |
| LOW | apps/yaak-client/hooks/useIntrospectGraphQL.ts | 138 | function tryParseIntrospectionToSchema( |
| LOW | apps/yaak-client/hooks/useTemplateTokensToString.ts | 5 | export function useTemplateTokensToString(tokens: Tokens) { |
| LOW | …s/yaak-client/hooks/useActiveWorkspaceChangedToast.tsx | 7 | export function useActiveWorkspaceChangedToast() { |
| LOW | apps/yaak-client/hooks/useHttpAuthentication.ts | 15 | export function useHttpAuthenticationSummaries() { |
| LOW | apps/yaak-client/hooks/useHttpAuthentication.ts | 19 | export function useSubscribeHttpAuthentication() { |
| LOW | apps/yaak-client/hooks/useInheritedAuthentication.ts | 15 | export function useInheritedAuthentication(baseModel: AuthenticatedModel | null) { |
| LOW | apps/yaak-client/hooks/useActiveCookieJar.ts | 15 | export function useSubscribeActiveCookieJarId() { |
| LOW | apps/yaak-client/hooks/useHttpAuthenticationConfig.ts | 18 | export function useHttpAuthenticationConfig( |
| LOW | apps/yaak-client/hooks/useSyncWorkspaceChildModels.ts | 6 | export function useSyncWorkspaceChildModels() { |
| LOW | apps/yaak-client/hooks/useSyncWorkspaceRequestTitle.ts | 12 | export function useSyncWorkspaceRequestTitle() { |
| LOW | apps/yaak-client/hooks/useActiveWorkspace.ts | 21 | export function useSubscribeActiveWorkspaceId() { |
| 23 more matches not shown… |