new activeadmin theme
This commit is contained in:
@@ -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 *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ gem "blueprinter"
|
||||
gem "bootsnap", require: false
|
||||
|
||||
gem "activeadmin"
|
||||
gem "activeadmin_blaze_theme"
|
||||
gem "devise"
|
||||
gem "sprockets-rails"
|
||||
gem "sassc-rails"
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user