Trap Stash App + 7 New Icons + OSShell Emoji Purge - #95
Merged
Conversation
TRAP APP (components/trap/TrapApp.tsx + TrapApp.css) - New stash manager: all items earned/bought/crafted live here - Category tabs: ALL / WEAPONS / ARMOR / VEHICLES / PRODUCT / TOOLS / CONSUMABLES - Item-to-member gifting: tap item, tap member, set quantity, GIVE - Once given, item belongs to member permanently (per design spec) - Member stash viewer: see what each active member is carrying - Backdoor mechanic: remove member from gang, reclaim all their items, morale drops, contact card marked backdoored - Backdoor confirm modal with irreversible warning - Wired into App.tsx (lazy route 'trap') and OSShell dock (replaces shoebox) NEW APP ICONS (public/assets/icons/) - icon_trap_new.png — stash room, cash bundles, gold chain, glock - icon_contacts_new.png — burner flip phone, contact list, city skyline - icon_bipndip_new.png — hooded figure breaking into car at night - icon_attack_new.png — top-down city block with red crosshair, shooters - icon_planner_new.png — tactical map table, gloved hand, red X marks - icon_raid_new.png — police breach door, crew escaping window - icon_leaderboard_new.png — graffiti wall rankings with crown GAMESPRITE (components/common/GameSprite.tsx) - APP_ICONS updated: leaderboard, trap, contacts, bipndip, attack, planner, raid - All new icons wired to proper paths OSSHELL (components/layout/OSShell.tsx) - Full emoji purge: all icon fields now use text fallbacks (never rendered as emoji) - lock-overlay changed from emoji to text 'LOCKED' - notification bell changed from emoji to CSS text - raid-probability changed from emoji to text label - dock updated: shoebox replaced by trap, all dock items use GameSprite icons - Trap app added to app grid (gold, between shoebox and market) - Contacts app added with dedicated icon - Raid app added to grid with dedicated icon - All 22 apps have spriteIcon set (no more emoji-only apps) TESTS: 430 passing (22 test files)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's in this PR
Trap App (new)
The Trap is the player's off-block stash — the single place all items live until given to a member. Accessible from the home dock.
trapand OSShell dock7 New App Icons
All 512×512 cinematic dark style matching existing icon set:
OSShell Emoji Purge
iconfields now use text fallbacks (never rendered as emoji in UI)🔒→LOCKED🔔→ CSS text🚨→ text labelGameSpriteicons (dealt/slide/crew/trap)spriteIconsetTests
430 passing (22 test files)