Mystery box subscription system
Mystery box subscription system is live. New landing page, account dashboard, admin controls, and full backend infrastructure for managing recurring shipments.
Subscriptions
- Mystery box subscribe landing page now live
- Account dashboard shows active subscriptions and shipment history
- Admin panel for managing subscription plans and cycles
- Full subscription schema and API routes in place
Fixes
- Subscribe page now handles null user subscription state correctly
Покажи суровите комити
# [1.71.0](https://github.com/Fowthy/brutalnoise/compare/v1.70.1...v1.71.0) (2026-04-20) ### Bug Fixes * tighten userSub type to allow null on subscribe page ([e88d980](https://github.com/Fowthy/brutalnoise/commit/e88d980a87abbbfcb7c958fdc2459dc133d1e930)) ### Features * add mystery box subscribe landing, account dashboard, and admin panel ([fc4df16](https://github.com/Fowthy/brutalnoise/commit/fc4df165b148cdea344fcbb9c00cc102aed633de)) * add subscription plans, subscriptions, cycles, and boxes schema ([b08d637](https://github.com/Fowthy/brutalnoise/commit/b08d63716fc6956f9610ec4cec794c8d550fbc41)) * add subscription query helpers, validations, and API routes ([7b35ff1](https://github.com/Fowthy/brutalnoise/commit/7b35ff18b35bca583069816a728cebe4dab5e3c7))