Improve progress phase messages for key derivation
Show "Deriving keys (may take a moment)..." during Argon2 phase to set user expectations on slower devices Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1031,7 +1031,7 @@ const Stegasoo = {
|
|||||||
formatPhase(phase) {
|
formatPhase(phase) {
|
||||||
const phases = {
|
const phases = {
|
||||||
'starting': 'Starting...',
|
'starting': 'Starting...',
|
||||||
'initializing': 'Initializing...',
|
'initializing': 'Deriving keys (may take a moment)...',
|
||||||
'embedding': 'Embedding data...',
|
'embedding': 'Embedding data...',
|
||||||
'saving': 'Saving image...',
|
'saving': 'Saving image...',
|
||||||
'finalizing': 'Finalizing...',
|
'finalizing': 'Finalizing...',
|
||||||
@@ -1243,8 +1243,11 @@ const Stegasoo = {
|
|||||||
formatDecodePhase(phase) {
|
formatDecodePhase(phase) {
|
||||||
const phases = {
|
const phases = {
|
||||||
'starting': 'Starting...',
|
'starting': 'Starting...',
|
||||||
|
'initializing': 'Deriving keys (may take a moment)...',
|
||||||
|
'loading': 'Deriving keys (may take a moment)...',
|
||||||
'reading': 'Reading image...',
|
'reading': 'Reading image...',
|
||||||
'extracting': 'Extracting data...',
|
'extracting': 'Extracting data...',
|
||||||
|
'decoding': 'Decoding data...',
|
||||||
'decrypting': 'Decrypting...',
|
'decrypting': 'Decrypting...',
|
||||||
'verifying': 'Verifying...',
|
'verifying': 'Verifying...',
|
||||||
'finalizing': 'Finalizing...',
|
'finalizing': 'Finalizing...',
|
||||||
|
|||||||
Reference in New Issue
Block a user