adjustments for dev env
This commit is contained in:
@@ -7,3 +7,4 @@ frontend/dist
|
||||
data/
|
||||
backups/
|
||||
.DS_Store
|
||||
docker-compose.dev.yaml
|
||||
@@ -5846,14 +5846,6 @@ function App() {
|
||||
placeholder="Optional if unknown"
|
||||
/>
|
||||
</label>
|
||||
<label className="toggle-field">
|
||||
<input
|
||||
type="checkbox"
|
||||
checked={birdForm.publicProfileEnabled}
|
||||
onChange={(event) => setBirdForm({ ...birdForm, publicProfileEnabled: event.target.checked })}
|
||||
/>
|
||||
<span>Enable QR public profile</span>
|
||||
</label>
|
||||
<label className="species-picker-field wide-field">
|
||||
Species
|
||||
<div className="species-picker">
|
||||
@@ -6024,6 +6016,14 @@ function App() {
|
||||
<span className="legend-swatch large-swatch" style={{ background: birdForm.chartColor }} />
|
||||
<p className="muted">This color will follow this bird across the overview graph and its individual weight trend.</p>
|
||||
</div>
|
||||
<label className="toggle-field wide-field">
|
||||
<input
|
||||
type="checkbox"
|
||||
checked={birdForm.publicProfileEnabled}
|
||||
onChange={(event) => setBirdForm({ ...birdForm, publicProfileEnabled: event.target.checked })}
|
||||
/>
|
||||
<span>Enable QR code</span>
|
||||
</label>
|
||||
|
||||
<div className="photo-editor wide-field">
|
||||
<div className="photo-preview-shell">
|
||||
|
||||
Reference in New Issue
Block a user