tskrio / seedling

Tasks for Today
https://tskr.io
MIT License
15 stars 7 forks source link

Table Cell Actions (⋮ link to list actionalbe buttons e.g. "Show Matching", "Exclude", "Copy") #98

Closed jacebenson closed 2 years ago

jacebenson commented 2 years ago

Show Matching, and Exclude depend on parsing complex queries like;

where: { 
  AND: [ 
     {email: { equals: someone@example.com }},
     {email: { notEqual: someone@example.com }}
]

Copy - should be just something to pass to the users clipboard.

jacebenson commented 2 years ago

initial implementation done.