-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Batch mode select all #482
base: main
Are you sure you want to change the base?
Conversation
newest commit uses the correct array for select all |
Sorry I've not yet merged #464 which does the "Select all showing" -- I'll be able to reconcile the two PRs myself 👌 I'm eager to see what you came up with "batch tag edit mode and normal mode" 👀 😁 🤝 😁 |
@@ -135,6 +135,7 @@ export class HomeComponent implements OnInit, AfterViewInit { | |||
versionNumber = globals.version; | |||
|
|||
public finalArray: ImageElement[] = []; | |||
public selectedCount: number; |
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.
I like the idea of selectedCount
-- are you thinking of using it somewhere in the template (to show to the user?)
Thank you @TheTacoScott for the PR -- I've now merged my VHA Could you pull in the latest Cheers! |
No description provided.