Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Neos
Commits
8f6f971f
Commit
8f6f971f
authored
Apr 05, 2024
by
Chunchi Che
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/BgExtraRow' into 'main'
修复额外怪兽区的状态展示 See merge request
!358
parents
b1fba04e
2334a6ae
Pipeline
#26254
passed with stages
in 8 minutes and 57 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
src/ui/Duel/PlayMat/Bg/index.tsx
src/ui/Duel/PlayMat/Bg/index.tsx
+6
-5
src/ui/Shared/Chain/index.module.scss
src/ui/Shared/Chain/index.module.scss
+2
-2
No files found.
src/ui/Duel/PlayMat/Bg/index.tsx
View file @
8f6f971f
...
...
@@ -55,12 +55,13 @@ const BgExtraRow: React.FC<{
className=
{
styles
.
extra
}
onClick=
{
()
=>
{
onBlockClick
(
meSnap
[
i
].
interactivity
);
onBlockClick
(
opSnap
[
i
].
interactivity
);
onBlockClick
(
opSnap
[
1
-
i
].
interactivity
);
}
}
disabled=
{
meSnap
[
i
].
disabled
||
opSnap
[
1
-
i
].
disabled
}
highlight=
{
!!
meSnap
[
i
].
interactivity
||
!!
opSnap
[
1
-
i
].
interactivity
}
chains=
{
{
chains
:
meSnap
[
i
].
chainIndex
.
concat
(
opSnap
[
1
-
i
].
chainIndex
),
}
}
disabled=
{
meSnap
[
i
].
disabled
||
opSnap
[
i
].
disabled
}
highlight=
{
!!
meSnap
[
i
].
interactivity
||
!!
opSnap
[
i
].
interactivity
}
/* FIXME */
chains=
{
{
chains
:
meSnap
[
i
].
chainIndex
.
concat
(
opSnap
[
i
].
chainIndex
)
}
}
/>
))
}
</
div
>
...
...
src/ui/Shared/Chain/index.module.scss
View file @
8f6f971f
...
...
@@ -13,12 +13,12 @@
.banish
,
.graveyard
{
left
:
10
0%
;
left
:
7
0%
;
}
.field
,
.extra-deck
{
right
:
10
0%
;
right
:
7
0%
;
}
.op
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment