Commit Graph

13 Commits

Author SHA1 Message Date
v0
4c67cc066f fix: modify event handling for close button
Remove `e.preventDefault()` to allow close action while
keeping `e.stopPropagation()` for event bubbling control.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-02-04 16:22:56 +00:00
v0
22d3209fc6 fix: prevent toast interaction from affecting dialog
Add event stopping to Toast root and close button to prevent leaks

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-02-04 16:21:49 +00:00
v0
94af84288b fix: improve ToastClose component visibility and event handling
Set default opacity to 100 and stop click event propagation.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-02-04 16:15:15 +00:00
v0
bad51a7318 feat: revert animations, restore static monochrome background
Optimize background redraw on window resize or theme switch.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-02-04 15:29:51 +00:00
v0
d299f0cb46 feat: add smooth animations with gradient halos and pulsing dots
Introduce subtle black-and-white animations for a tech vibe.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-02-04 15:28:23 +00:00
v0
dc3c9110b9 style: switch to monochrome color scheme
Implement pure black and white theme for both dark and light modes.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-02-04 15:26:54 +00:00
v0
cd576ef2c1 feat: simplify background component with gradient and observer
Remove particles, retain subtle grid with gradient, and add instant theme update.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-02-04 15:25:07 +00:00
v0
7c45e9a868 fix: resolve z-index and background issues for canvas visibility
Remove opaque background, adjust z-index, and add base color for proper theming.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-02-04 15:21:03 +00:00
v0
822c08bda8 feat: add tech-inspired animated background component
Add dynamic background with gradient, particles, and theme support

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-02-04 15:15:42 +00:00
v0
b0aa34da7b feat: add missing fields to Edit Dialog
Extend dialog to include secret, algorithm, digits, and period for full editing.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-02-04 15:10:54 +00:00
bad93bb877 feat: Implement a 2FA authenticator tool with token management, QR scanning, and UI components. 2026-01-21 15:37:29 +08:00
v0
539ae38b25 feat: add duplicate detection in token functions
Add duplicate check logic to `addToken` and `addTokenDirectly` functions.

#VERCEL_SKIP

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-01-15 17:42:49 +00:00
v0
4eb083cd8f Initialized repository for chat Frontend 2FA tool
Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-01-15 16:52:50 +00:00