diff --git a/package-lock.json b/package-lock.json index 6bd78da0..cfb94dde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "prettier": "^2.8.4", "react-devtools": "^4.27.2", "tailwindcss": "^3.2.7", - "typescript": "^5.3.3", + "typescript": "^5.4.5", "vite": "^5.0.0", "vite-plugin-svgr": "^4.2.0", "vite-plugin-top-level-await": "^1.4.1", diff --git a/package.json b/package.json index 4d9fb439..96c56421 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "prettier": "^2.8.4", "react-devtools": "^4.27.2", "tailwindcss": "^3.2.7", - "typescript": "^5.3.3", + "typescript": "^5.4.5", "vite": "^5.0.0", "vite-plugin-svgr": "^4.2.0", "vite-plugin-top-level-await": "^1.4.1", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6300764d..94b5c0dc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -42,13 +42,13 @@ "icons/release/icon.icns", "icons/release/icon.ico" ], - "longDescription": "The best cross-platform visual API client", + "longDescription": "A cross-platform desktop app for interacting with REST, GraphQL, and gRPC", "resources": [ "migrations/*", "plugins/*", "protoc-vendored/include/*" ], - "shortDescription": "The best API client", + "shortDescription": "Desktop API client", "targets": [ "deb", "appimage", diff --git a/src-web/components/BinaryFileEditor.tsx b/src-web/components/BinaryFileEditor.tsx index f54a3dea..cec3cc77 100644 --- a/src-web/components/BinaryFileEditor.tsx +++ b/src-web/components/BinaryFileEditor.tsx @@ -46,10 +46,10 @@ export function BinaryFileEditor({ return ( - -
+
{/* Special character to insert ltr text in rtl element without making things wonky */} ‎ {filePath ?? 'Select File'} @@ -64,7 +64,7 @@ export function BinaryFileEditor({
{activeEvent.error && ( -
+
{activeEvent.error}
)} @@ -183,21 +181,21 @@ function EventRow({ className={classNames( 'w-full grid grid-cols-[auto_minmax(0,3fr)_auto] gap-2 items-center text-left', 'px-1.5 py-1 font-mono cursor-default group focus:outline-none rounded', - isActive && '!bg-highlight text-gray-900', - 'text-gray-800 hover:text-gray-900', + isActive && '!bg-background-highlight-secondary !text-fg', + 'text-fg-subtle hover:text-fg', )} > 0) - ? 'text-orange-600' + ? 'text-fg-danger' : eventType === 'connection_end' - ? 'text-green-600' - : 'text-gray-700' + ? 'text-fg-success' + : 'text-fg-subtle' } title={ eventType === 'server_message' @@ -224,7 +222,7 @@ function EventRow({ />
{content.slice(0, 1000)} - {error && ({error})} + {error && ({error})}
{format(createdAt + 'Z', 'HH:mm:ss.SSS')} diff --git a/src-web/components/GrpcConnectionSetupPane.tsx b/src-web/components/GrpcConnectionSetupPane.tsx index ff28dd88..c1b95da5 100644 --- a/src-web/components/GrpcConnectionSetupPane.tsx +++ b/src-web/components/GrpcConnectionSetupPane.tsx @@ -199,14 +199,14 @@ export function GrpcConnectionSetupPane({ label: 'Refresh', type: 'default', key: 'custom', - leftSlot: , + leftSlot: , }, ]} >