Andrey Smakotin 5700314b10 feat(ui): replace alert notifications with toast messages
Add toast notification functionality using Bootstrap Toasts and update
checkout success/error handling to use toast messages instead of alert boxes.

**Changes:**
- Add `showToast` function to `terminal.js`
- Add toast container and templates to `terminal.html`
- Replace alert() calls in handleCheckoutSubmit with showToast()
2026-01-26 17:44:03 +03:00
Description
No description provided
6.6 MiB
Languages
Python 56.9%
HTML 32%
JavaScript 9.6%
CSS 1.1%
Shell 0.4%