feat(show parties): prepare to use ticket cart components

This commit is contained in:
kbe
2025-08-27 02:31:20 +02:00
parent 1806c875b5
commit 7c7db939a2
8 changed files with 398 additions and 85 deletions

View File

@@ -12,5 +12,6 @@ class ApplicationController < ActionController::Base
# - Badge API for notifications
# - Import maps for JavaScript modules
# - CSS nesting and :has() pseudo-class
allow_browser versions: :modern
# allow_browser versions: :modern
# allow_browser versions: { safari: 16.4, firefox: 121, ie: false }
end