rc 1.0
This commit is contained in:
@@ -537,7 +537,7 @@ export default function DropsManagementPage() {
|
||||
onChange={(e) => setFormData({ ...formData, ppu: e.target.value })}
|
||||
required
|
||||
min="1"
|
||||
placeholder="2500 = 2.50 CHF"
|
||||
placeholder="2500 = 2.50 EUR"
|
||||
style={{
|
||||
width: '100%',
|
||||
padding: '8px',
|
||||
@@ -959,7 +959,7 @@ export default function DropsManagementPage() {
|
||||
<div style={{ flex: 1 }}>
|
||||
<h3 style={{ marginBottom: '8px' }}>{drop.item}</h3>
|
||||
<p style={{ color: 'var(--muted)', fontSize: '14px', marginBottom: '4px' }}>
|
||||
ID: {drop.id} · Size: {drop.size}{drop.unit} · Price: {(drop.ppu / 1000).toFixed(2)} CHF / {drop.unit}
|
||||
ID: {drop.id} · Size: {drop.size}{drop.unit} · Price: {(drop.ppu / 1000).toFixed(2)} EUR / {drop.unit}
|
||||
</p>
|
||||
<p style={{ color: 'var(--muted)', fontSize: '12px', marginBottom: '12px' }}>
|
||||
Created: {new Date(drop.created_at).toLocaleString()}
|
||||
|
||||
Reference in New Issue
Block a user