From 565877a09fa12a8bc5bc730342aa9eaf0c177c72 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Wed, 6 May 2026 21:51:32 +0200 Subject: [PATCH] new activeadmin theme --- .claude/settings.local.json | 22 ------------------- apps/api/Gemfile | 1 + apps/api/Gemfile.lock | 3 +++ .../app/assets/stylesheets/active_admin.scss | 1 + 4 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index dabab47..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(go build *)", - "Bash(go vet *)", - "Bash(chmod +x *)", - "Bash(xargs ruby *)", - "Bash(docker compose exec *)", - "Bash(rm /Users/tasi/Work/TTG/teletypegames/apps/frontend/src/pages/blog/\\\\[...slug\\\\].astro)", - "Bash(rm /Users/tasi/Work/TTG/teletypegames/apps/frontend/src/pages/catalog/\\\\[name\\\\].astro)", - "Bash(npm install *)", - "Bash(npx vue-tsc *)", - "Bash(npx vite *)", - "Bash(xargs ls -la)", - "Bash(xargs ls)", - "WebFetch(domain:teletypegames.org)", - "Bash(bundle install *)", - "Bash(ruby *)", - "Bash(bundle exec *)" - ] - } -} diff --git a/apps/api/Gemfile b/apps/api/Gemfile index 7a11ab0..aef3cd7 100644 --- a/apps/api/Gemfile +++ b/apps/api/Gemfile @@ -8,6 +8,7 @@ gem "blueprinter" gem "bootsnap", require: false gem "activeadmin" +gem "activeadmin_blaze_theme" gem "devise" gem "sprockets-rails" gem "sassc-rails" diff --git a/apps/api/Gemfile.lock b/apps/api/Gemfile.lock index edb3971..679270f 100644 --- a/apps/api/Gemfile.lock +++ b/apps/api/Gemfile.lock @@ -57,6 +57,8 @@ GEM kaminari (>= 1.2.1) railties (>= 6.1) ransack (>= 4.0) + activeadmin_blaze_theme (1.1.0) + activeadmin (>= 2.0, < 4) activejob (8.1.3) activesupport (= 8.1.3) globalid (>= 0.3.6) @@ -330,6 +332,7 @@ PLATFORMS DEPENDENCIES activeadmin + activeadmin_blaze_theme blueprinter bootsnap debug diff --git a/apps/api/app/assets/stylesheets/active_admin.scss b/apps/api/app/assets/stylesheets/active_admin.scss index 65d1ea3..20a261f 100644 --- a/apps/api/app/assets/stylesheets/active_admin.scss +++ b/apps/api/app/assets/stylesheets/active_admin.scss @@ -1,2 +1,3 @@ @import "active_admin/mixins"; @import "active_admin/base"; +@import "activeadmin_blaze_theme/theme";