Skip to content

Fix/3993 Display The Beyond manifested spirits in a horizontal row#4151

Open
wdqin wants to merge 1 commit intohalogenandtoast:mainfrom
wdqin:fix/3993-visual-display-of-jims-ghosts
Open

Fix/3993 Display The Beyond manifested spirits in a horizontal row#4151
wdqin wants to merge 1 commit intohalogenandtoast:mainfrom
wdqin:fix/3993-visual-display-of-jims-ghosts

Conversation

@wdqin
Copy link
Copy Markdown

@wdqin wdqin commented Apr 1, 2026

Title:
Display The Beyond manifested spirits in a horizontal row

Issue ID: 3993
#3993

Summary:
This updates the player-area layout for The Beyond: Bleak Netherworld so manifested spirit cards are displayed in a horizontal row instead of stacking vertically underneath the host asset.

Problem:
The Beyond manifests spirits as attached cards in the player area, but the frontend was rendering them with the default nested asset/enemy layout.

That caused manifested spirits to stack vertically below The Beyond, thereby breaking the player's character and hand's visibility.

Change:

Added a The Beyond-specific layout check in Asset.vue
Wrapped manifested asset.assets and asset.enemies for c90052 in a dedicated spirit-manifest-row container
Styled that container as a horizontal flex row with wrapping and spacing
Kept the default nested layout unchanged for all other assets

Implementation references:
This change is intentionally limited to the frontend player-area rendering path in:

Asset.vue

Files changed:

frontend/src/arkham/components/Asset.vue

Result:

Screenshot 2026-04-01 at 1 31 49 PM

Now the spirit-related assets are organized in a row.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant