-
Notifications
You must be signed in to change notification settings - Fork 219
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
imprv: User group link in admin page #8855
Merged
Merged
Changes from 11 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
c955576
edit-icon-add
kazutoweseek 7c57cc1
Merge branch 'master' into imprv/140677-145630-new-design
miya 63f0905
undar-line-add
kazutoweseek 7b11933
mt-add
kazutoweseek a3cfa09
mt-delete
kazutoweseek e645f7d
.gap-delete
kazutoweseek f910cb2
py-0-add-fs-delete
kazutoweseek e092a5a
hover-add
kazutoweseek c595598
span-tab-add
kazutoweseek 47bea63
Merge branch 'master' into imprv/140677-145630-new-design
kazutoweseek cf5e964
change-grou-id
kazutoweseek 2810e14
link-code-move-up
kazutoweseek e78e559
Merge branch 'master' into imprv/140677-145630-new-design
kazutoweseek 7be9854
change-merge
kazutoweseek 78131e1
div-tag-add
kazutoweseek 0c33bc1
index-delete
kazutoweseek 22c292c
Revert "index-delete"
kazutoweseek 0116621
onmouse-code-move-up
kazutoweseek 98c1767
Merge branch 'master' into imprv/140677-145630-new-design
kazutoweseek f558ae6
revert changes
kazutoweseek 497a2b7
edit-code-move
kazutoweseek 8d029c6
enter-leave-chaange
kazutoweseek ce54fe0
index-item-change
kazutoweseek 5ad27d2
Merge branch 'master' into imprv/140677-145630-new-design
kazutoweseek a2133c7
index-change-item
kazutoweseek 0c79a97
const-add
kazutoweseek 7e835fb
group-delete
kazutoweseek 446fafa
Merge branch 'master' into imprv/140677-145630-new-design
kazutoweseek 92d3ce6
button-for-code-move
kazutoweseek 0d48a1b
code-delete
kazutoweseek a1c92bb
button-tag-delete
kazutoweseek d1fbfad
Merge branch 'master' into imprv/140677-145630-new-design
kazutoweseek 422b330
props-code-add
kazutoweseek 5bce4f9
button-tag-add
kazutoweseek 05be1dc
class-name-add
kazutoweseek b0b3a8c
hovered-delete
kazutoweseek ac69f6d
props-code-add
kazutoweseek a9782d4
Merge remote-tracking branch 'origin/master' into imprv/140677-145630…
yuki-takei 73dce9c
implement without state management
yuki-takei 7b7160d
add comment
yuki-takei File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DOM 構造について
DOM 構造的に Link の中に button があるのは違和感。
親コンテナの中に Link と button を子供として並列に入れて、
親コンテナに対する hover で button の表示・非表示をコントロールしたらいいと思う。
PageCreateButton あたりが参考になるはず。
ステート管理について
index を保持するのはあまりスマートではないので、ここは切り出して別コンポーネントにしよう。
このファイル内に定義してしまって構わない。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これが考慮されていないと思う。
以下を別コンポーネントに切り出して index を props で渡す、という実装になるんじゃないかな。