Web: Artikelseite nutzt volle Breite, Chargen-Tabelle bekommt mehr Platz
Die Bearbeiten-Seite war auf 1400px gedeckelt (viel Rand links/rechts) und teilte Formular und Chargen 50/50. Jetzt nutzt sie die volle Breite (wie die Listen) und das Grid ist gespiegelt zu .wide-aside: links das schmale Formular (clamp bis 640px), rechts die Chargen-/Bestandstabelle mit dem Restplatz - so passen Menge/MHD/Lagerort ohne Seitwaerts-Scrollen. Neuanlage bleibt einspaltig. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -150,7 +150,7 @@ export default function App() {
|
||||
<Route path="/items" element={<Protected wide><ItemList /></Protected>} />
|
||||
<Route path="/chargen" element={<Protected wide><Charges /></Protected>} />
|
||||
<Route path="/products/new" element={<Protected adminOnly><ProductForm /></Protected>} />
|
||||
<Route path="/products/:id" element={<Protected><ProductForm /></Protected>} />
|
||||
<Route path="/products/:id" element={<Protected wide><ProductForm /></Protected>} />
|
||||
<Route path="/i/:uid" element={<Protected><ItemResolve /></Protected>} />
|
||||
<Route path="/l/:id" element={<Protected><LocationResolve /></Protected>} />
|
||||
<Route path="/groups" element={<Protected adminOnly wide><Groups /></Protected>} />
|
||||
|
||||
Reference in New Issue
Block a user