ucap-doc/documents/업무/5월/3째주/0522.txt
Park Byung Eun 886d545ccb 0522 sync
2020-05-22 18:48:03 +09:00

46 lines
973 B
Plaintext

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));