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

new flags styled a bit more

authored by baileytownsend.dev and committed by

Tangled 2626c957 4f816336

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