mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
Enhance Notification Studio with major improvements
- Add Copy Code button with visual feedback - Add Reset All button to clear options - Add Quick Presets for common use cases (User Created, Payment Failed, Login Success, etc.) - Add Animation Toggle to enable/disable typing animations - Add Icon Selection with 12 common icons - Add 3 new adapter tabs: Noty, Toastr, and SweetAlert - Add Code Comparison modal showing Before vs After PHPFlasher - Improve mobile responsiveness with better layout for small screens - Add custom scrollbar styling for code panels - Update version to 3.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"dist/main.css": "/dist/main.c77bede4.css",
|
||||
"dist/main.css": "/dist/main.fe2eee4d.css",
|
||||
"dist/main.js": "/dist/main.3b34e6a6.js",
|
||||
"dist/455.3a7b4474.css": "/dist/455.3a7b4474.css",
|
||||
"dist/455.095e6545.js": "/dist/455.095e6545.js",
|
||||
|
||||
+850
-383
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
@@ -2,7 +2,7 @@
|
||||
"entrypoints": {
|
||||
"main": {
|
||||
"css": [
|
||||
"/dist/main.c77bede4.css"
|
||||
"/dist/main.fe2eee4d.css"
|
||||
],
|
||||
"js": [
|
||||
"/dist/main.3b34e6a6.js"
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user