mirror of
https://github.com/wassname/pi-lgtm.git
synced 2026-06-27 17:01:35 +08:00
v0.3.0
This commit is contained in:
@@ -6,7 +6,7 @@ A [pi](https://pi.dev) extension that brings **Claude Code-style task tracking a
|
|||||||
|
|
||||||
<img width="600" alt="pi-tasks screenshot" src="https://github.com/tintinweb/pi-tasks/raw/master/media/screenshot.png" />
|
<img width="600" alt="pi-tasks screenshot" src="https://github.com/tintinweb/pi-tasks/raw/master/media/screenshot.png" />
|
||||||
|
|
||||||
https://github.com/user-attachments/assets/86b09bd1-6882-4b0c-be20-ea866dd44b6a
|
https://github.com/user-attachments/assets/1d0ee87a-e0a5-4bfa-a9b9-2f9144cb905b
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 788 KiB After Width: | Height: | Size: 156 KiB |
@@ -40,6 +40,7 @@
|
|||||||
"extensions": [
|
"extensions": [
|
||||||
"./src/index.ts"
|
"./src/index.ts"
|
||||||
],
|
],
|
||||||
|
"video": "https://github.com/tintinweb/pi-tasks/raw/master/media/demo.mp4",
|
||||||
"image": "https://github.com/tintinweb/pi-tasks/raw/master/media/screenshot.png"
|
"image": "https://github.com/tintinweb/pi-tasks/raw/master/media/screenshot.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ export class TaskWidget {
|
|||||||
if (isActive) {
|
if (isActive) {
|
||||||
icon = theme.fg("accent", spinnerChar);
|
icon = theme.fg("accent", spinnerChar);
|
||||||
} else if (task.status === "completed") {
|
} else if (task.status === "completed") {
|
||||||
icon = theme.fg("green", "✔");
|
icon = theme.fg("success", "✔");
|
||||||
} else if (task.status === "in_progress") {
|
} else if (task.status === "in_progress") {
|
||||||
icon = theme.fg("accent", "◼");
|
icon = theme.fg("accent", "◼");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user