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