Skip to content

Comments

feat(conversation): add batch manage and bulk delete UX#772

Open
ringringlin wants to merge 2 commits intomainfrom
feat/batch-conversation-management
Open

feat(conversation): add batch manage and bulk delete UX#772
ringringlin wants to merge 2 commits intomainfrom
feat/batch-conversation-management

Conversation

@ringringlin
Copy link
Collaborator

Pull Request

Description

Related Issues

  • Closes #

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Testing

  • Tested on macOS
  • Tested on Windows
  • Tested on Linux
  • My code follows the project's code style guidelines
  • I have performed a self-review of my own code
  • My changes generate no new warnings or errors

Screenshots

Additional Context


image

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

PR Summary

Hello @ringringlin, I'm working on reviewing this pull request. Here's a quick summary:

Stats

Metric Value
Files Changed 10
Additions +507
Deletions -63

Files by Type

  • ts: 2 file(s)
  • css: 1 file(s)
  • json: 6 file(s)
  • tsx: 1 file(s)

Review Status

  • Automated code review in progress...

Using AI Review

You can request assistance at any point by creating a comment:

Command Description
@gemini-cli /review Request a code review
@gemini-cli <question> Ask a question about this PR

This is an automated summary. The detailed code review will follow shortly.

- Fix file storage race condition by deferring cleanup to batch end
- Add concurrency limit (5) for parallel batch deletions
- Cache history read to avoid redundant file IO
- Extract computeRangeSelection utility to eliminate duplicated logic
- Use Set for O(1) selection lookups instead of Array.includes()
- Add onChange noop to Checkbox to suppress React controlled warning
- Move batch panel shadow to CSS with dark mode support
- Replace magic number with BATCH_PANEL_RESERVED_HEIGHT constant
- Use sectionIndex for timeline comparison instead of string
- Display batchModeHint in batch panel for better UX guidance
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