mirror of
https://github.com/theniceboy/.config.git
synced 2026-07-16 22:01:21 +08:00
Refine tracker notes scopes and UI
This commit is contained in:
parent
62fd493769
commit
3f15e870fa
3 changed files with 208 additions and 68 deletions
|
|
@ -37,6 +37,7 @@ type Task struct {
|
|||
|
||||
type Note struct {
|
||||
ID string `json:"id"`
|
||||
Scope string `json:"scope,omitempty"`
|
||||
SessionID string `json:"session_id"`
|
||||
Session string `json:"session"`
|
||||
WindowID string `json:"window_id"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue