new activeadmin theme

This commit is contained in:
2026-05-06 21:51:32 +02:00
parent 5891729691
commit 565877a09f
4 changed files with 5 additions and 22 deletions
-22
View File
@@ -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 *)"
]
}
}
+1
View File
@@ -8,6 +8,7 @@ gem "blueprinter"
gem "bootsnap", require: false
gem "activeadmin"
gem "activeadmin_blaze_theme"
gem "devise"
gem "sprockets-rails"
gem "sassc-rails"
+3
View File
@@ -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
@@ -1,2 +1,3 @@
@import "active_admin/mixins";
@import "active_admin/base";
@import "activeadmin_blaze_theme/theme";