helwasm: shorten quick-gen hint (iphone); round out the About panel
Hint cut ~35% to two sentences. About 'Console' now notes form<->console share the same catalog/session and that pb copies to the clipboard; About note mentions home-screen install.
This commit is contained in:
+10
-10
@@ -75,10 +75,11 @@
|
|||||||
<div>
|
<div>
|
||||||
<h4>Console</h4>
|
<h4>Console</h4>
|
||||||
<p>
|
<p>
|
||||||
The full command line. Type <code>help</code> for every command. Your list of
|
The full command line; type <code>help</code> for every command. It shares the
|
||||||
names lives only in this browser (localStorage), never on a server. Use
|
same catalog and session as the form above, so you can switch between them freely;
|
||||||
<strong>Export</strong> or <strong>Import</strong> to move it yourself (for example,
|
<code>pb</code> copies a command's output to the clipboard. Your list lives only in
|
||||||
to and from a Notion page).
|
this browser (localStorage); use <strong>Export</strong> or <strong>Import</strong>
|
||||||
|
to move it yourself (for example, to and from a Notion page).
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
@@ -94,7 +95,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<p class="about-note">
|
<p class="about-note">
|
||||||
Runs the real hel engine compiled to WebAssembly, the exact same generator as the
|
Runs the real hel engine compiled to WebAssembly, the exact same generator as the
|
||||||
command-line tool. No server, no account, no tracking, nothing to leak.
|
command-line tool. You can add it to your home screen and use it as an app. No server,
|
||||||
|
no account, no tracking, nothing to leak.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
@@ -104,11 +106,9 @@
|
|||||||
<div class="eyebrow">Generate</div>
|
<div class="eyebrow">Generate</div>
|
||||||
<h2>Quick password</h2>
|
<h2>Quick password</h2>
|
||||||
<p class="hint">
|
<p class="hint">
|
||||||
The same name and master always make the same password, computed live in your
|
Same name + master always make the same password, computed in your browser —
|
||||||
browser. Your master is kept in memory for this tab only, never written to
|
your master stays in memory only, never stored or sent. <strong>Store</strong>
|
||||||
storage, and the app never talks to a server. <strong>Store</strong> files the
|
saves the entry (never the password); <strong>Correct</strong> saves a one-way hash.
|
||||||
entry (its name and rules, never the password); <strong>Correct</strong> adds a
|
|
||||||
one-way hash; both stay on this device.
|
|
||||||
</p>
|
</p>
|
||||||
<div class="fields">
|
<div class="fields">
|
||||||
<div class="field">
|
<div class="field">
|
||||||
|
|||||||
Reference in New Issue
Block a user