-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat: batch clear history #1596
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
Conversation
|
|
Nice - thank you! |
6b787da to
d088dda
Compare
@mrubens It looks like a problem where the task cannot be found, let me solve it. I will try to tolerate it too |
|
Hmm, for some reason it's not deleting any of my tasks now |
@mrubens I can't reproduce this problem here, can you help provide more clues ? |
Yeah I will step through it in a bit |
# Conflicts: # webview-ui/src/components/history/HistoryView.tsx
# Conflicts: # webview-ui/src/components/history/HistoryView.tsx # webview-ui/src/i18n/__mocks__/TranslationContext.tsx # webview-ui/src/i18n/locales/ar/common.json # webview-ui/src/i18n/locales/ar/history.json # webview-ui/src/i18n/locales/ca/common.json # webview-ui/src/i18n/locales/cs/common.json # webview-ui/src/i18n/locales/cs/history.json # webview-ui/src/i18n/locales/de/common.json # webview-ui/src/i18n/locales/en/common.json # webview-ui/src/i18n/locales/es/common.json # webview-ui/src/i18n/locales/fr/common.json # webview-ui/src/i18n/locales/hi/common.json # webview-ui/src/i18n/locales/hu/common.json # webview-ui/src/i18n/locales/hu/history.json # webview-ui/src/i18n/locales/it/common.json # webview-ui/src/i18n/locales/ja/common.json # webview-ui/src/i18n/locales/ko/common.json # webview-ui/src/i18n/locales/pl/common.json # webview-ui/src/i18n/locales/pt-BR/common.json # webview-ui/src/i18n/locales/pt/common.json # webview-ui/src/i18n/locales/pt/history.json # webview-ui/src/i18n/locales/ru/common.json # webview-ui/src/i18n/locales/ru/history.json # webview-ui/src/i18n/locales/tr/common.json # webview-ui/src/i18n/locales/zh-CN/common.json # webview-ui/src/i18n/locales/zh-TW/common.json
| "common": { | ||
| "cancel": "Cancel·lar" | ||
| }, |
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.
Looks like we already have "cancel" translated blow on line 23/28
mrubens
left a comment
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.
One nitpick on the translations, but not a blocker
# Conflicts: # webview-ui/src/components/history/HistoryView.tsx
# Conflicts: # src/core/webview/ClineProvider.ts
f60feec to
29351a1
Compare
29351a1 to
f60feec
Compare
|
This pull request includes a significant number of changes across multiple files, including both documentation updates and new feature implementations. To improve the review process, I suggest splitting this pull request into two separate ones:
By separating these changes, it will be easier to review and test each set of changes independently. Thank you! |



Context
Add the function of batch deleting historical tasks
Implementation
Add selection mode and batch delete historical tasks
Screenshots
How to Test
manual test
Get in Touch
aheizi
Important
Adds batch delete functionality for historical tasks with UI support for selection mode and batch delete confirmation.
ClineProvider.deleteMultipleTasksWithIdsto handle tasks in batches of 20.BatchDeleteTaskDialogcomponent for batch delete confirmation.HistoryViewto support selection mode and batch delete actions.HistoryView.history.json) for new batch delete strings in multiple languages.This description was created by
for f60feec. It will automatically update as commits are pushed.