mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 01:38:36 -05:00
1.0 KiB
1.0 KiB
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| Create parameter comparison table component | completed | task | normal | 2026-01-11T12:22:15Z | 2026-01-13T12:21:54Z | sendou.ink-0ze4 |
Summary
Create a React component that displays weapon parameters in a comparison table format. Use Table component
Design
- Rows = parameters (raw keys, translated via i18n if available)
- Columns = weapons in same category (e.g., all shooters)
- Current weapon pinned - always visible, visually highlighted
- Patch history inline - cells show current value + indicator if changed, expandable to see full history (patch + date)
Props
weaponId- current weaponcategoryWeapons- list of weapons in same categoryparams- parameter data with patch history
Technical Notes
- Use CSS modules for styling
- Consider horizontal scroll for many weapons
- Expandable rows for patch history (click to expand)
- Changed values should have visual indicator (icon or color)