Files
Nitro-V3/.claude/settings.local.json
T
simoleo89 38f38d7209 Add badge drag & drop system for InfoStand and inventory
- Drag & drop badges between slots in InfoStand (own user only)
- Mini badge picker on empty slot click with search
- Swap badges between occupied slots
- Hover animation (scale, glow) on badge slots
- Configurable group slot (user.badges.group.slot.enabled)
- Support for 6 badge slots when group slot disabled
- Race condition fix with localChangeRef
- Fixed-size array logic to prevent badge disappearing

Co-Authored-By: medievalshell <medievalshell@users.noreply.github.com>
2026-03-15 20:48:05 +01:00

44 lines
3.5 KiB
JSON

{
"permissions": {
"allow": [
"Bash(cp -r nitro3_temp/* nitro3/)",
"Bash(cp -r nitro3_temp/.* nitro3/)",
"Bash(rm -rf nitro3_temp)",
"Bash(yarn install:*)",
"Bash(find /E/www/habbo-next/public/nitro3 -type f -iname *furni*editor*)",
"Bash(mkdir -p /e/www/habbo-next/public/nitro3/src/components/furni-editor/views)",
"Bash(mkdir -p /e/www/habbo-next/public/nitro3/src/hooks/furni-editor)",
"Bash(find /e/www/habbo-next/src -type f \\\\\\(-name *client* \\\\\\))",
"Bash(grep -E \"\\\\.\\(tsx|ts|jsx|js\\)$\")",
"Bash(ls -la /e/www/habbo-next/src/app/[locale]/\\\\\\(client\\\\\\)/)",
"Bash(grep -r \"NITRO_URL\\\\|/client\" /e/www/habbo-next/.env*)",
"Bash(grep -r \"NEXT\\\\|API_URL\\\\|BASE_URL\\\\|apiUrl\" /e/www/habbo-next/public/nitro3/src/ --include=*.ts --include=*.tsx -l)",
"Bash(find /e/www/habbo-next/src/lib -name *catalog* -o -name *furni*)",
"Bash(npx tsc:*)",
"Bash(npx next:*)",
"Bash(find /e/www/habbo-next -name *.prisma -o -name schema.prisma)",
"Bash(pushd E:/www/habbo-next)",
"Bash(popd)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(find /e/www/habbo-next/src/app -type f -path *catalog*)",
"Bash(echo \"EXIT:$?\")",
"Bash(find /E/www/habbo-next/src -type f -name *prisma*)",
"Bash(node -e \"const mysql = require\\(''mysql2/promise''\\); \\(async\\(\\)=>{const c=await mysql.createConnection\\({host:''localhost'',user:''root'',database:''habbo''}\\); const [r]=await c.query\\(''DESCRIBE items_base''\\); console.log\\(r.map\\(x=>x.Field\\).join\\(''\\\\n''\\)\\); await c.end\\(\\);}\\)\\(\\)\")",
"Bash(node -e \"const mysql = require\\(''mysql2/promise''\\); \\(async\\(\\)=>{const c=await mysql.createConnection\\({host:''localhost'',user:''habbo'',password:''habbo'',database:''next''}\\); const [r]=await c.query\\(''DESCRIBE items_base''\\); console.log\\(r.map\\(x=>x.Field\\).join\\(''\\\\n''\\)\\); const [r2]=await c.query\\(''DESCRIBE catalog_items''\\); console.log\\(''---''\\); console.log\\(r2.map\\(x=>x.Field\\).join\\(''\\\\n''\\)\\); await c.end\\(\\);}\\)\\(\\)\")",
"Bash(node -e \"const mysql = require\\(''mysql2/promise''\\); \\(async\\(\\)=>{const c=await mysql.createConnection\\({host:''localhost'',user:''habbo'',password:''habbo'',database:''next''}\\); const [r]=await c.query\\(''DESCRIBE items_base''\\); const cols=r.map\\(x=>x.Field\\); console.log\\(''items_base columns:'', JSON.stringify\\(cols\\)\\); const [r2]=await c.query\\(''DESCRIBE catalog_items''\\); const cols2=r2.map\\(x=>x.Field\\); console.log\\(''catalog_items columns:'', JSON.stringify\\(cols2\\)\\); await c.end\\(\\);}\\)\\(\\)\")",
"Bash(node -e \":*)",
"Bash(npx prisma:*)",
"WebFetch(domain:www.habbo.it)",
"Bash(grep -r \"slider\\\\|height\\\\|rotation\\\\|state\\\\|speed\" /e/www/habbo-next/public/nitro3/src/components/room/widgets/furniture/*.tsx)",
"Bash(grep -r \"processAction\\\\|handleAction\\\\|dispatch\" /e/www/habbo-next/public/nitro3/src/components/room/widgets/furniture/*.tsx)",
"Bash(xargs ls:*)",
"Bash(find /e/www/habbo-next/public/nitro3/src -type f \\\\\\(-name *Modif* -o -name *Manip* -o -name *Floorplan* -o -name *Builder* \\\\\\))",
"Bash(mkdir -p \"E:/www/habbo-next/public/nitro3/src/api/plugins\")",
"Bash(mkdir -p \"E:/www/habbo-next/public/nitro3/src/components/plugins/room-builder\")",
"Bash(ls \"E:/www/habbo-next/public/nitro3/vite.config\"*)"
]
}
}