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
+1
View File
@@ -7,3 +7,4 @@ frontend/dist
data/ data/
backups/ backups/
.DS_Store .DS_Store
docker-compose.dev.yaml
+8 -8
View File
@@ -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">