feat:카드/계좌 입출금내역 D-5월 기간 버튼 추가
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user