feat: add D4 play grouping with tab navigation and improve header layout
Some checks failed
lotteryfront CI / build (push) Has been cancelled

- Introduced D4 play groups (big/small, position, combo, roll/straight, head/tail/odd/even, digit big/small) with tab-based filtering to improve betting grid usability
- Updated PlayerPanel header grid layout from percentage-based to auto/1fr/auto columns with increased gap for better responsiveness
- Removed "placed" status from ticket orders list filter options
- Added D4 group translations in English, Nepali, and Chinese
- Refactored play columns
This commit is contained in:
2026-06-24 11:18:45 +08:00
parent 588d62a381
commit f46ccaac6e
6 changed files with 90 additions and 10 deletions

View File

@@ -213,6 +213,14 @@
"boxTitle": "Box",
"boxDesc": "Multiply all by amount"
},
"d4Group": {
"big_small": "Big / Small",
"position": "Position",
"combo": "Combo",
"roll_straight": "Roll / Straight",
"head_tail_odd_even": "Head / Tail / Odd / Even",
"digit_big_small": "Digit Big / Small"
},
"table": {
"no": "No.",
"number": "Number",

View File

@@ -213,6 +213,14 @@
"boxTitle": "Box",
"boxDesc": "रकम सबैसँग गुणा गर्नुहोस्"
},
"d4Group": {
"big_small": "ठूलो / सानो",
"position": "स्थान",
"combo": "कम्बो",
"roll_straight": "रोल / स्ट्रेट",
"head_tail_odd_even": "टाउको / पुच्छर / बिजोर / जोर",
"digit_big_small": "डिजिट ठूलो / सानो"
},
"table": {
"no": "नं.",
"number": "नम्बर",

View File

@@ -211,6 +211,14 @@
"boxTitle": "Box",
"boxDesc": "按金额乘以全部组合"
},
"d4Group": {
"big_small": "大小盘",
"position": "位置",
"combo": "组合",
"roll_straight": "滚轮 / 直通",
"head_tail_odd_even": "头尾单双",
"digit_big_small": "各位大小"
},
"table": {
"no": "序号",
"number": "号码",