Improve ISO list route UI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-21 20:45:48 +02:00
parent 8c27010396
commit 01f26c1a79
5 changed files with 80 additions and 51 deletions

View File

@ -1,5 +1,4 @@
import {
Avatar,
Button,
Dialog,
DialogActions,
@ -27,7 +26,7 @@ export function IsoCatalogDialog(p: {
return (
<Dialog open={p.open} onClose={p.onClose}>
<DialogTitle>Iso catalog</DialogTitle>
<DialogTitle>ISO catalog</DialogTitle>
<DialogContent>
<AsyncWidget
loadKey={1}
@ -52,12 +51,13 @@ export function IsoCatalogDialogInner(p: {
<List dense>
{p.catalog.map((entry) => (
<a
key={entry.name}
href={entry.url}
target="_blank"
rel="noopener"
style={{ color: "inherit", textDecoration: "none" }}
>
<ListItem key={entry.name}>
<ListItem>
<ListItemButton>
<ListItemAvatar>
<img