Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#734][3.0] Tree 컴포넌트 기능 개선(filtering 기능 추가), TextField 컴포넌트의 searchValue() 수정 #751

Merged
merged 4 commits into from
Feb 4, 2021

Conversation

BoKyeongShin
Copy link
Contributor

###########

  • Filtering 기능 추가하여 스펙 문서 수정(tree.md), 예제 추가(Default.vue)
  • Tree, TreeNode 컴포넌트 내에서 스타일 scoped 사용 제거
  • filtering 기능 추가
  • 검색어가 아예 없을 경우에도 검색이 되어야 하므로 조건 제거(TextField.vue)

…alue() 수정

###########
- Filtering 기능 추가하여 스펙 문서 수정(tree.md), 예제 추가(Default.vue)
- Tree, TreeNode 컴포넌트 내에서 스타일 scoped 사용 제거
- filtering 기능 추가
- 검색어가 아예 없을 경우에도 검색이 되어야 하므로 조건 제거(TextField.vue)
src/components/tree/Tree.vue Outdated Show resolved Hide resolved
src/components/tree/Tree.vue Outdated Show resolved Hide resolved
src/components/tree/Tree.vue Outdated Show resolved Hide resolved
###########
- filteredValue를 searchWord로 변경
- 오타 수정
- 선언된 변수 활용하도록 수정
###########
- in 연산자 대신 Object.hasOwnProperty.call()을 사용해서 해당 프로퍼티 확인하는 방식으로 수정
###########
- 노드가 많아지면 발생할 수 있는 부하에 대한 피드백 반영, 쓰로틀링 방법을 도입하여 수정
@caferion caferion merged commit 70a9764 into 3.0 Feb 4, 2021
@kdeun1 kdeun1 deleted the 734_tree_improvement branch January 11, 2022 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants