From b80942253e6074d1f0b4b5e2de52798121ee4539 Mon Sep 17 00:00:00 2001
From: ladybluenotes
Date: Thu, 15 Jan 2026 11:45:48 -0800
Subject: [PATCH 1/2] fix: update button styles to use ghost variant and small
size
---
src/routes/account/index.tsx | 18 +++++++++++++++---
src/routes/account/integrations.tsx | 5 ++++-
src/routes/account/submissions.tsx | 1 +
src/routes/admin/roles.index.tsx | 4 +++-
4 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/src/routes/account/index.tsx b/src/routes/account/index.tsx
index bf89d543..5d54baa4 100644
--- a/src/routes/account/index.tsx
+++ b/src/routes/account/index.tsx
@@ -235,6 +235,8 @@ function AccountSettingsPage() {
{canRevert && (
-
-
+
Logout
diff --git a/src/routes/account/integrations.tsx b/src/routes/account/integrations.tsx
index 72ccc895..d5c7fbfa 100644
--- a/src/routes/account/integrations.tsx
+++ b/src/routes/account/integrations.tsx
@@ -168,7 +168,10 @@ function IntegrationsPage() {
{!isCreating && (
- setIsCreating(true)}>
+ setIsCreating(true)}>
New Key
diff --git a/src/routes/account/submissions.tsx b/src/routes/account/submissions.tsx
index 3f14411b..3472f991 100644
--- a/src/routes/account/submissions.tsx
+++ b/src/routes/account/submissions.tsx
@@ -108,6 +108,7 @@ function AccountSubmissionsPage() {
View and manage your showcase submissions
+
Create Role
From 000f63d3c2dc3f0b9a178ec8616d71bdfe7ddd4b Mon Sep 17 00:00:00 2001
From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com>
Date: Thu, 15 Jan 2026 19:47:01 +0000
Subject: [PATCH 2/2] ci: apply automated fixes
---
src/routes/account/integrations.tsx | 5 +----
src/routes/admin/roles.index.tsx | 4 +---
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/src/routes/account/integrations.tsx b/src/routes/account/integrations.tsx
index d5c7fbfa..9a56412c 100644
--- a/src/routes/account/integrations.tsx
+++ b/src/routes/account/integrations.tsx
@@ -168,10 +168,7 @@ function IntegrationsPage() {
{!isCreating && (
- setIsCreating(true)}>
+ setIsCreating(true)}>
New Key
diff --git a/src/routes/admin/roles.index.tsx b/src/routes/admin/roles.index.tsx
index 58de2d11..c2044839 100644
--- a/src/routes/admin/roles.index.tsx
+++ b/src/routes/admin/roles.index.tsx
@@ -422,9 +422,7 @@ function RolesPage() {
isLoading={rolesQuery.isFetching}
actions={
!isCreating && (
-
+
Create Role