grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
57
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: rename Upload Defaults to Privacy in settings and docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+12 -4
+1 -1
app/routes/settings/+page.svelte
··· 40 40 </a> 41 41 <a href="/settings/upload-defaults" class="settings-row"> 42 42 <Upload size={18} /> 43 - <span class="settings-label">Upload Defaults</span> 43 + <span class="settings-label">Privacy</span> 44 44 <ChevronRight size={16} class="chevron" /> 45 45 </a> 46 46 </div>
+9 -1
app/routes/settings/upload-defaults/+page.svelte
··· 33 33 }) 34 34 </script> 35 35 36 - <DetailHeader label="Upload Defaults" /> 36 + <DetailHeader label="Privacy" /> 37 37 38 38 <div class="settings-page"> 39 + <h3 class="section-label">Defaults for new uploads</h3> 39 40 <div class="settings-group"> 40 41 <div class="toggle-row"> 41 42 <Checkbox bind:checked={localIncludeLocation} label="Include location" /> ··· 49 50 </div> 50 51 51 52 <style> 53 + .section-label { 54 + font-size: 13px; 55 + font-weight: 500; 56 + color: var(--text-muted); 57 + text-transform: uppercase; 58 + margin-bottom: 8px; 59 + } 52 60 .settings-page { 53 61 max-width: 600px; 54 62 margin: 0 auto;
+2 -2
app/routes/support/privacy/+page.svelte
··· 28 28 <p> 29 29 We optionally collect and display EXIF metadata from your photos, including camera make, 30 30 model, and exposure information. You can control whether camera data is included in your 31 - uploads via Settings &gt; Upload Defaults. The metadata is stored according to standard AT 31 + uploads via Settings &gt; Privacy. The metadata is stored according to standard AT 32 32 Protocol storage mechanisms and is not retained outside the protocol or used for other 33 33 purposes. 34 34 </p> ··· 43 43 <p> 44 44 Grain can optionally extract GPS coordinates from your photo metadata to display location 45 45 information on your galleries. Location data is opt-in and can be disabled at any time via 46 - Settings &gt; Upload Defaults. When enabled, GPS coordinates are converted to an 46 + Settings &gt; Privacy. When enabled, GPS coordinates are converted to an 47 47 <a href="https://h3geo.org" target="_blank" rel="noopener noreferrer">H3</a> hexagonal grid 48 48 index and reverse-geocoded to a human-readable place name. The H3 index and place name are 49 49 stored as part of your gallery record on the AT Protocol. Like all content on Grain, location