Remove legacy consumer UI
This commit is contained in:
@@ -24,9 +24,6 @@ export default function CircuitTreeEditPage() {
|
||||
<Link href={`/projects/${params.projectId}`} className="btn btn-outline-secondary btn-sm">
|
||||
Zum Projekt
|
||||
</Link>
|
||||
<Link href={`/projects/${params.projectId}/circuit-lists`} className="btn btn-outline-secondary btn-sm">
|
||||
Bisherige Listenansicht
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
<CircuitTreeEditor projectId={params.projectId} circuitListId={params.circuitListId} />
|
||||
|
||||
@@ -25,10 +25,10 @@ export default function CircuitTreePreviewPage() {
|
||||
Editor öffnen
|
||||
</Link>
|
||||
<Link
|
||||
href={`/projects/${projectId}/circuit-lists`}
|
||||
href={`/projects/${projectId}`}
|
||||
className="btn btn-outline-secondary btn-sm"
|
||||
>
|
||||
Zurück zur bisherigen Listenansicht
|
||||
Zum Projekt
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -607,12 +607,6 @@ export default function ProjectDetailPage() {
|
||||
Keine Stromkreisliste vorhanden
|
||||
</span>
|
||||
)}
|
||||
<Link
|
||||
className="btn btn-sm btn-outline-secondary"
|
||||
href={`/projects/${projectId}/circuit-lists?boardId=${board.id}`}
|
||||
>
|
||||
Bisherige Ansicht
|
||||
</Link>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1124,11 +1118,6 @@ export default function ProjectDetailPage() {
|
||||
) : null}
|
||||
</section>
|
||||
|
||||
<div className="mt-4">
|
||||
<Link className="btn btn-primary" href={`/projects/${projectId}/circuit-lists`}>
|
||||
3 parallele Stromkreislisten öffnen
|
||||
</Link>
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user