調整選隊伍頁操作並更新 README
This commit is contained in:
@@ -15,7 +15,6 @@ type TeamSelectionPageProps = {
|
||||
onAreaBInputChange: (value: string) => void
|
||||
onGenerateManualGroups: () => void
|
||||
onLoadGroupsFromDb: () => void
|
||||
onSelectGroup: (groupId: number) => void
|
||||
onTargetDateChange: (value: string) => void
|
||||
onUseGroup: (groupId: number) => void
|
||||
}
|
||||
@@ -33,7 +32,6 @@ export function TeamSelectionPage({
|
||||
onAreaBInputChange,
|
||||
onGenerateManualGroups,
|
||||
onLoadGroupsFromDb,
|
||||
onSelectGroup,
|
||||
onTargetDateChange,
|
||||
onUseGroup,
|
||||
}: TeamSelectionPageProps) {
|
||||
@@ -124,13 +122,6 @@ export function TeamSelectionPage({
|
||||
<h3>本組對戰名單</h3>
|
||||
</div>
|
||||
<div className="group-actions">
|
||||
<button
|
||||
className="secondary-button"
|
||||
type="button"
|
||||
onClick={() => onSelectGroup(group.id)}
|
||||
>
|
||||
選擇這組
|
||||
</button>
|
||||
<Link className="primary-button inline-link" to="/scoreboard" onClick={() => onUseGroup(group.id)}>
|
||||
進入記分板
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user