Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations. pdsmoover.com
pds atproto migrations moo cow
128
fork

Configure Feed

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

new flags styled a bit more

+9 -3
+4 -3
index.html
··· 168 168 <button type="button" @click="toggleAdvanceMenu()" id="advance" name="advance">Advance Options 169 169 </button> 170 170 </div> 171 - <div x-show="showAdvance" class="section"> 172 - <span>Pick and choose which actions to run</span> 171 + <div x-show="showAdvance" class="section" style="padding-bottom: 10px;"> 172 + <h3>Pick and choose which actions to run</h3> 173 + <p>Useful if a migration failed and you want to have a bit more manual control</p> 173 174 <div class="form-control"> 174 175 <label> 175 176 <input type="checkbox" id="createNewAccount" name="createNewAccount" x-model="createNewAccount"> 176 - Create New Account 177 + Create a New Account on the New PDS 177 178 </label> 178 179 </div> 179 180 <div class="form-control">
+5
public/style.css
··· 102 102 margin-top: 30px; 103 103 } 104 104 105 + /* Left align the advance options section */ 106 + div[x-show="showAdvance"].section { 107 + text-align: left; 108 + } 109 + 105 110 h1 { 106 111 font-size: 3.2em; 107 112 line-height: 1.1;