Commit Graph

2 Commits (c8698370f524f41cc09ef38fa3ebce8d276b4e88)

Author SHA1 Message Date
Aigars Silkalns 5a70d60108 Remove iCheck vendor dependency and replace with modern CSS-only styling
🧹 Major cleanup and modernization:

• Removed vendors/iCheck/ directory completely
• Eliminated iCheck CSS and JavaScript references from map.html
• Replaced iCheck jQuery initialization with CSS-only styling
• Added modern flat green checkbox/radio styling to custom.scss
• Updated README_CN.md to remove iCheck from scripts list

Benefits:
 Reduced vendor dependencies
 Smaller bundle size (removed 4.8KB iCheck + 1.3KB CSS)
 Modern CSS-only solution with same visual appearance
 Better performance (no JavaScript initialization needed)
 Maintains backward compatibility with existing 'flat' classes

The new CSS styling provides identical visual appearance to the original
iCheck flat green theme but without any JavaScript dependencies.
2025-06-20 13:36:45 +03:00
Aigars Silkalns b19b9054f8 feat: add documentation and deploy workflow 2025-06-12 10:15:35 +03:00