Rende il CRM comodo da usare anche da cellulare.
CI / scan_ruby (push) Failing after 11m43s
CI / scan_js (push) Successful in 11m18s
CI / lint (push) Failing after 11m56s

Aggiunge navigazione mobile dedicata e trasforma le principali liste operative in layout più leggibili e facili da toccare.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-18 10:55:50 +02:00
co-authored by Cursor
parent d98c3e87a8
commit 0e8730b889
24 changed files with 683 additions and 295 deletions
+10
View File
@@ -44,6 +44,16 @@ class AuthenticationTest < ActionDispatch::IntegrationTest
assert_redirected_to root_path
end
test "project pages render mobile navigation shell" do
login_as users(:admin)
follow_redirect! if response.redirect?
get project_root_path(project_code: "matchlivetv")
assert_response :success
assert_match(/mobile-bottom-nav/, response.body)
assert_match(/Altro/, response.body)
end
test "disabled user cannot login" do
admin = users(:admin)
User.create!(