feat:카드/계좌 입출금내역 D-5월 기간 버튼 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-06 12:46:15 +09:00
parent 70dc357963
commit f82dcc144a
2 changed files with 12 additions and 0 deletions

View File

@@ -1273,6 +1273,12 @@ className="px-3 py-1.5 text-sm bg-stone-100 text-stone-600 rounded-lg hover:bg-s
>
D-4
</button>
<button
onClick={() => onMonthOffset(-5)}
className="px-3 py-1.5 text-sm bg-stone-100 text-stone-600 rounded-lg hover:bg-stone-200 transition-colors font-medium"
>
D-5
</button>
<button
onClick={onSearch}
className="px-4 py-1.5 text-sm bg-emerald-600 text-white rounded-lg hover:bg-emerald-700 transition-colors font-medium flex items-center gap-2"

View File

@@ -1145,6 +1145,12 @@ className="px-3 py-1.5 text-sm bg-stone-100 text-stone-600 rounded-lg hover:bg-s
>
D-4
</button>
<button
onClick={() => onMonthOffset(-5)}
className="px-3 py-1.5 text-sm bg-stone-100 text-stone-600 rounded-lg hover:bg-stone-200 transition-colors font-medium"
>
D-5
</button>
<button
onClick={onSearch}
className="px-4 py-1.5 text-sm bg-purple-600 text-white rounded-lg hover:bg-purple-700 transition-colors font-medium flex items-center gap-2"