nickname action added : complete nickname action dispatch test: complete buddy nickname change confirm: complete edit inline dialog component - positionX, positionY, title, - text, confirm - buddy manage dialog profile list item - data - check box - select list : userInfo - action - all checkbox - remove dispatch - copy dispatch - 새그룹명 입력 - 이동할 그룹 - 선택된 유저 리스트 - move dispatch - 새그룹명 입력 - 이동할 그룹 - 선택된 유저 리스트 - select user dialog - 기존 유저 선택 ng-container idx stepper move profile list item mouseover button event bug fix 1. group buddy remove const userSeq = 737237 as any; const idx = buddies.findIndex((b) => b.seq === userSeq); const userSeq = '737237' as any; const idx = buddies.findIndex((b) => b.seq === Number(userSeq));