adjustments for dev env

This commit is contained in:
blaisadmin
2026-05-21 01:17:42 -04:00
parent cf3cd96384
commit e6211d7f5e
2 changed files with 9 additions and 8 deletions
+8 -8
View File
@@ -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">