-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
fix BB-343 : Integrated the modification of identifiers and aliases into the primary editing workflow #1043
Open
Tarunmeena0901
wants to merge
25
commits into
metabrainz:master
Choose a base branch
from
Tarunmeena0901:BB-343
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
6988878
other(editor): Introduced an identifier editing section and alias edi…
Tarunmeena0901 a56a519
typo fix
Tarunmeena0901 f9d3e89
typo fix
Tarunmeena0901 77bd98f
typo fix
Tarunmeena0901 8748dd2
typo fix
Tarunmeena0901 ddc6eb3
Merge branch 'BB-343' of https://github.com/Tarunmeena0901/bookbrainz…
Tarunmeena0901 a107325
Update alias-editor.js
Tarunmeena0901 68474e5
lint error fix
Tarunmeena0901 0ed84f8
fixed lint error
Tarunmeena0901 4b02088
identifier editing section heading change
Tarunmeena0901 8d6ad13
other(entity-editor): made UI changes and removed unecessary imports
Tarunmeena0901 ba28950
fix lint error
Tarunmeena0901 848b312
implemented new mockups and renamed identifierEditor and aliasEditor …
Tarunmeena0901 b5bb1d6
Merge remote-tracking branch 'upstream/master' into BB-343
Tarunmeena0901 e81bc36
Merge remote-tracking branch 'upstream/master' into BB-343
Tarunmeena0901 77ff0ff
fix error occur due to merge
Tarunmeena0901 3ef5b54
minor fix
Tarunmeena0901 7905072
build test fix
Tarunmeena0901 5f759c5
merging
Tarunmeena0901 107ad3d
Merge branch 'BB-343' of https://github.com/Tarunmeena0901/bookbrainz…
Tarunmeena0901 f645aa5
minor fix
Tarunmeena0901 eeaf8a5
minor fix
Tarunmeena0901 40a4066
done some remaining renaming of for alias merge
Tarunmeena0901 6bc94a3
lint error fix
Tarunmeena0901 2ec38cc
Merge remote-tracking branch 'origin/master' into pr/1043
MonkeyDo 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
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
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
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.
The name onClose needs to be changed everywhere since the function has changed.
What does it do now?
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.
ok so this onClose is a dispatch function which is used to remove any empty alias row when user click on Done button (refer SS),
I thought to change the name to onDone but it doesn't seem very descriptive to me so I thought it may be good to hear some review