-
Notifications
You must be signed in to change notification settings - Fork 1
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
Consolidated Item Removal process which can be used on offshoot pages. #417
base: main
Are you sure you want to change the base?
Conversation
…tion-browser into webdev-7228-reconsolidation-item-removal
|
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.
LGTM, nice work!
/** | ||
* Message shows as note in the modal when removing items | ||
*/ | ||
@property({ type: String }) manageViewModelMsg?: string; |
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.
Just noting a possible small typo: Model
-> Modal
?
@@ -3,7 +3,7 @@ | |||
"description": "The Internet Archive Collection Browser.", | |||
"license": "AGPL-3.0-only", | |||
"author": "Internet Archive", | |||
"version": "2.7.6", | |||
"version": "2.7.6-alpha4", |
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.
Reminder not to merge the alpha version into main.
https://webarchive.jira.com/browse/WEBDEV-7228