Fix/3993 Display The Beyond manifested spirits in a horizontal row#4151
Open
wdqin wants to merge 1 commit intohalogenandtoast:mainfrom
Open
Fix/3993 Display The Beyond manifested spirits in a horizontal row#4151wdqin wants to merge 1 commit intohalogenandtoast:mainfrom
wdqin wants to merge 1 commit intohalogenandtoast:mainfrom
Conversation
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.
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 Netherworldso manifested spirit cards are displayed in a horizontal row instead of stacking vertically underneath the host asset.Problem:
The Beyondmanifests 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 inAsset.vueWrapped manifested
asset.assetsandasset.enemiesforc90052in a dedicatedspirit-manifest-rowcontainerStyled 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.vueFiles changed:
frontend/src/arkham/components/Asset.vue
Result:
Now the spirit-related assets are organized in a row.