Commit Graph

89 Commits

Author SHA1 Message Date
EP 4aa0750d91 Advanced Settings: add visual feedback on Apply (temporary glow + 'Applied' label) and busy lock 2025-08-21 12:29:18 -07:00
EP 098e7e57d0 Advanced Settings: fix X to close via Vue binding; wire Apply button to engine setOptions with validation 2025-08-21 12:11:52 -07:00
EP a571dc5a98 Randomizer: change preview icon to chaos spiral; make button ~3-4x wider (min-width 48ch) 2025-08-21 12:05:39 -07:00
EP ad4c55ac06 Randomizer UX: larger magic button, brighter preview text with glow, and magic wand icon 2025-08-21 11:50:57 -07:00
EP de3ce022e8 Randomizer section: deeper purples, upgraded info card, and larger neon button with hover glow 2025-08-21 11:35:34 -07:00
EP 1001f97281 Randomizer section: deeper purple theme, refined panels, and hacker-edge accents 2025-08-21 11:03:41 -07:00
EP f1f7d1aaf1 Tokenade: remove Randomize toggle from UI; keep randomization enabled internally 2025-08-20 21:37:15 -07:00
EP a32b4aa1d1 Mutation Lab: add spacing and colored variants for Copy/Download buttons 2025-08-20 21:30:51 -07:00
EP 3238c13cb0 Mutation Lab: keep action buttons aligned on one row and prevent text wrapping/overflow 2025-08-20 21:28:46 -07:00
EP 76908e736f Mutation Lab: restyle Copy All/Download as classy action buttons 2025-08-20 21:25:25 -07:00
EP 233bf577f6 UI: move Tokenizer tab to far right; rename Fuzzer to Mutation Lab 2025-08-20 21:16:43 -07:00
EP 36ed8401e9 Fuzzer: show per-item copy button for every case; add structured download (header + tabbed lines) 2025-08-20 21:13:08 -07:00
EP 5230a340e7 Add Fuzzer tab: generate mutated payloads via Random Mix, ZW/invisible noise, Zalgo, whitespace/casing chaos, and encode shuffle; copy/download support 2025-08-20 21:02:35 -07:00
EP 5af264650b Copy: change 'sequences' to 'payloads'; change 'Safety notice' to 'DISCLAIMER' 2025-08-20 20:23:42 -07:00
EP 80df0db814 Replace modal with inline dynamic danger disclaimer; hide legacy modal styles 2025-08-20 20:18:04 -07:00
EP 0c477ac037 Danger modal: move inside #app to inherit Vue state and center correctly; fix always-on artifact 2025-08-20 20:11:29 -07:00
EP 7ddb58b9f5 Danger modal: ensure center by toggling class directly on backdrop element 2025-08-20 20:09:50 -07:00
EP 78e22561e1 Danger modal: ensure not visible by default; show via class toggle; fix acknowledge button to close and restore focus 2025-08-20 20:06:11 -07:00
EP 96a289523f Danger modal: only shown when threshold exceeded; single acknowledge button; no auto-generate 2025-08-20 20:02:39 -07:00
EP 8b8342a54b Danger modal: elevate z-index, center as true modal with pop animation 2025-08-20 20:00:16 -07:00
EP 4b729715cf Tokenade Danger Zone: lower threshold to 25M estimated chars and strengthen crash warning copy 2025-08-20 19:55:19 -07:00
EP 41e9173c6d Tokenade: enable Auto-copy by default 2025-08-20 19:48:23 -07:00
EP e6e36209b7 Tokenade UI: enable Single emoji carrier mode by default; apply neon hacker switches for binary options 2025-08-20 19:44:00 -07:00
EP 32843fdd96 Resilience: guard against missing window.transforms to prevent Vue mount failure (tabs appearing all at once) 2025-08-20 19:36:50 -07:00
EP aa4f22698a chore: touch index.html to trigger GH Pages rebuild 2025-08-20 19:32:16 -07:00
EP 23359892a8 Fix: implement real Semaphore Flags (arrow-pair mapping with decode); reviewed cipher implementations for consistency 2025-08-20 19:31:31 -07:00
EP c64a35001c Transforms: add Ubbi Dubbi, Rövarspråket, Baconian, Tap Code, Base45; wire into categories 2025-08-20 19:30:00 -07:00
EP ad82dcbb0b Transforms: add QWERTY Left Shift, Base32 Crockford, Hex Compact Uppercase, Bitflip+Base64; register categories 2025-08-20 19:24:42 -07:00
EP aebe13b0b0 Fix tabs showing all content: remove global visibility forcing from emoji grid init; rely on v-if 2025-08-20 19:11:00 -07:00
EP 7f29b89d92 Re-enable app rendering: remove v-cloak hiding on tabs; keep tab wiring intact 2025-08-20 19:04:48 -07:00
EP 8357ec9f31 Tabs: add v-cloak safety to prevent all sections showing before Vue mounts; fix Unicode Escape label; defensive CSS 2025-08-20 19:01:19 -07:00
EP 0840bc00e6 Fix potential lockups: make strikethrough/underline robust without emojiLibrary; site tab wiring unchanged; investigate CSS/HTML if issue persists 2025-08-20 18:55:04 -07:00
EP 577a9a93df Transforms: add Base85 (Z85), Base91, and Quoted-Printable; register in Encoding category 2025-08-20 18:51:06 -07:00
EP f06bced43e Transforms QA: mark ambiguous mappings as non-reversible (Leetspeak, NATO, A1Z26, Greek, Regional Indicator); keeps universal decoder reliable 2025-08-20 18:44:49 -07:00
EP 6d1569b3bd Transforms: make Base64/Base64URL and Binary UTF-8 safe (TextEncoder/TextDecoder) for reliable round-trips 2025-08-20 18:36:13 -07:00
EP f8a2aa0e54 Transforms: add Ubbi Dubbi and Rövarspråket (reversible); register in Format category 2025-08-20 18:30:13 -07:00
EP 97dc1651e1 Tests: add full round-trip self-test page for all reversible transforms 2025-08-20 18:25:37 -07:00
EP 3ab63e29e9 QA: remove incorrect reverse for Vaporwave (not logically reversible); recheck suite 2025-08-20 18:23:12 -07:00
EP 4c406e2d6c Transforms QA: improve Invisible Text reverse (byte-accurate); simplify previews for Binary/Hex; added tests page already covers flows 2025-08-20 18:18:30 -07:00
EP fb3e48d3c5 Transforms: add Base45, Rail Fence (5 rails), XOR cipher, Swap Case, Unicode normalize/escape/strip-diacritics, Squash Whitespace; register in categories 2025-08-20 18:17:06 -07:00
EP 30c652d9a4 Tokenade controls: set max values to depth 8, breadth 10, repeats 50 (sliders + logic) 2025-08-20 18:03:01 -07:00
EP a3d4fc33df Tokenizer tab: add OpenAI encodings via browser-safe gpt-tokenizer dynamic import; UI: fit all five Tokenade preset buttons on one line (tighter buttons) 2025-08-20 18:00:29 -07:00
EP 030d90bcca Tokenade presets: default separator to ZWNJ for all presets; remove 'Presets' label; keep all five preset buttons on one line 2025-08-20 17:54:26 -07:00
EP 99e0ecbe26 Tokenade UI: fix overlapping by boxing controls, adding padding/margins, and enabling wrap; standardize spacing to match Transform page 2025-08-20 17:45:22 -07:00
EP c6fbd19d74 Tokenade: remove drop/paste UI; add advanced custom carrier text override; keep quick picks + dropdown 2025-08-20 17:28:48 -07:00
EP d7b64e0ec2 Fix: fully comment stray duplicate Tokenade block; change carrier input to dropdown select 2025-08-20 17:24:25 -07:00
EP d1ce66373b Tokenade default: set separator to Zero-Width Non-Joiner (zwnj) 2025-08-20 17:20:50 -07:00
EP 2cbc5c38ba Fix: remove duplicate Tokenade tab markup at bottom of index.html causing homepage bleed-through 2025-08-20 17:13:20 -07:00
EP 756f332946 Tokenade: rename to 'Single emoji carrier mode' and add emoji search via datalist in carrier input 2025-08-20 17:06:45 -07:00
EP 2e37019467 Add dedicated Tokenade tab: move generator, add text payload generator, wire new state/methods 2025-08-20 17:01:27 -07:00