Cart rendering, bug fixes with cart adding/rming

This commit is contained in:
2026-02-08 19:15:48 +07:00
parent e8a61c05b3
commit 6409d66dfd
12 changed files with 252 additions and 38 deletions

View File

@@ -6,3 +6,6 @@ skip-string-normalization = false
skip-magic-trailing-comma = false
preview = false
[tool.ruff.lint]
ignore=["F405", "F403"]