瀏覽代碼

Updated aliases page

Will Browning 6 年之前
父節點
當前提交
8bd0d6b3ea
共有 2 個文件被更改,包括 22 次插入5 次删除
  1. 21 5
      resources/js/pages/Aliases.vue
  2. 1 0
      resources/js/pages/Recipients.vue

+ 21 - 5
resources/js/pages/Aliases.vue

@@ -451,17 +451,23 @@
       </table>
       </table>
 
 
       <div v-else class="p-8 text-center text-lg text-grey-700">
       <div v-else class="p-8 text-center text-lg text-grey-700">
-        <h1 class="mb-6 text-xl text-indigo-800 font-semibold">
+        <h1 class="mb-6 text-2xl text-indigo-800 font-semibold">
           It doesn't look like you have any aliases yet!
           It doesn't look like you have any aliases yet!
         </h1>
         </h1>
         <div class="mx-auto mb-6 w-24 border-b-2 border-grey-200"></div>
         <div class="mx-auto mb-6 w-24 border-b-2 border-grey-200"></div>
         <p class="mb-4">
         <p class="mb-4">
-          To get started all you have to do is make up any new alias and give that out instead of
-          your real email address.
+          There are two ways to create new aliases.
+        </p>
+        <h3 class="mb-4 text-xl text-indigo-800 font-semibold">
+          Option 1: Create aliases on the fly
+        </h3>
+        <p class="mb-4">
+          To create aliases on the fly all you have to do is make up any new alias and give that out
+          instead of your real email address.
         </p>
         </p>
         <p class="mb-4">
         <p class="mb-4">
           Let's say you're signing up to <b>example.com</b> you could enter
           Let's say you're signing up to <b>example.com</b> you could enter
-          <b>example@{{ domain }}</b> as your email address.
+          <b>example@{{ domain }}</b> (or .me) as your email address.
         </p>
         </p>
         <p class="mb-4">
         <p class="mb-4">
           The alias will show up here automatically as soon as it has forwarded its first email.
           The alias will show up here automatically as soon as it has forwarded its first email.
@@ -470,10 +476,20 @@
           If you start receiving spam to the alias you can simply deactivate it or delete it all
           If you start receiving spam to the alias you can simply deactivate it or delete it all
           together!
           together!
         </p>
         </p>
-        <p>
+        <p class="mb-4">
           Try it out now by sending an email to <b>first@{{ domain }}</b> and then refresh this
           Try it out now by sending an email to <b>first@{{ domain }}</b> and then refresh this
           page.
           page.
         </p>
         </p>
+        <h3 class="mb-4 text-xl text-indigo-800 font-semibold">
+          Option 2: Generate a unique random alias
+        </h3>
+        <p class="mb-4">
+          You can click the button above to generate a random UUID alias that will look something
+          like this:
+        </p>
+        <p class="mb-4">
+          <b>86064c92-da41-443e-a2bf-5a7b0247842f@anonaddy.me</b>
+        </p>
       </div>
       </div>
     </div>
     </div>
 
 

+ 1 - 0
resources/js/pages/Recipients.vue

@@ -329,6 +329,7 @@
           Add Public GPG Key
           Add Public GPG Key
         </h2>
         </h2>
         <p class="mt-4 text-grey-700">Enter your <b>PUBLIC</b> key data in the text area below.</p>
         <p class="mt-4 text-grey-700">Enter your <b>PUBLIC</b> key data in the text area below.</p>
+        <p class="mt-4 text-grey-700">Make sure to remove <b>Comment:</b> and <b>Version:</b></p>
         <div class="mt-6">
         <div class="mt-6">
           <p v-show="errors.recipientKey" class="mb-3 text-red-500">
           <p v-show="errors.recipientKey" class="mb-3 text-red-500">
             {{ errors.recipientKey }}
             {{ errors.recipientKey }}