Commit graph

3 commits

Author SHA1 Message Date
d112a4f6e8
fix(frontend): improve form selectors and markup
Refactor JavaScript to use querySelector for robustness. Update HTML
form to use POST method and correct script loading. Fix message div
syntax for better accessibility and compatibility.
2025-09-28 14:16:53 +02:00
9814dc5e30
feat(web): extract static assets and routes for clarity
Refactored web server to move route registration into a dedicated method
and extracted static CSS into its own file for better maintainability.
Updated HTML template to use external stylesheet and improved JS code
style consistency. This enhances separation of concerns and prepares
for easier future asset management.
2025-09-27 23:01:04 +02:00
f0a6b128a0
feat: add checkout ui and driver-based payments 2025-09-27 18:43:41 +02:00