I hereby claim:
- I am blicksky on github.
- I am blicksky (https://keybase.io/blicksky) on keybase.
- I have a public key whose fingerprint is B0E8 179A F109 5131 BD66 FF44 329D 6438 86AB B7B0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const hasLabel = (cardElement, label) => Array.from(cardElement.querySelectorAll('.card-label')) | |
| .find((labelElement) => labelElement.title === label); | |
| Array.from(document.querySelectorAll('.list-card')) | |
| .filter((cardElement) => hasLabel(cardElement, 'Pending ⏳')) | |
| .forEach((cardElement) => cardElement.classList.toggle('hide')); |
| camelCase | |
| snake_case | |
| kabob-case | |
| UPPERCASE | |
| lowercase | |
| s | |
| t | |
| a | |
| i | |
| r |
| {"shapes":[{"x":-194.32581276661176,"y":313.0967411189308,"rotation":0,"isLocked":false,"opacity":1,"meta":{},"id":"shape:xxyPXdioP2IwEMPM7afcv","type":"group","parentId":"page:l0O2yedoGvhP2udO-ALCX","index":"a1","props":{},"typeName":"shape"},{"x":191.69437936898885,"y":-0.6781018852657326,"rotation":0,"isLocked":true,"opacity":1,"meta":{},"id":"shape:m7Im1aA2rXPBZDnClT893","type":"geo","props":{"w":141.1268213338401,"h":133.24124641883282,"geo":"ellipse","color":"yellow","labelColor":"black","fill":"solid","dash":"draw","size":"m","font":"draw","text":"3","align":"middle","verticalAlign":"middle","growY":0,"url":""},"parentId":"shape:xxyPXdioP2IwEMPM7afcv","index":"a1","typeName":"shape"},{"x":0,"y":23.76798582366655,"rotation":0,"isLocked":false,"opacity":1,"meta":{},"id":"shape:aWW_i0I-MmjlPwMv34xnz","type":"text","props":{"color":"yellow","size":"m","w":173.28018582434606,"text":"Juice Carton (Liters)","font":"draw","align":"middle","autoSize":false,"scale":1},"parentId":"shape:xxyPXdioP2IwEMPM7afcv","in |
| (function () { | |
| const buttons = [ | |
| { | |
| label: 'All Reimbursements', | |
| searchText: 'Flag: 🔄📝 Reimbursement Needed (Orange), Flag: 🔄⏳ Reimbursement Submitted (Yellow), Flag: 🔄✅ Reimbursement Complete (Green), ', | |
| buttonId: 'ynab-all-reimbursements-search-button' | |
| }, | |
| { | |
| label: 'Outstanding Reimbursements', | |
| searchText: 'Flag: 🔄📝 Reimbursement Needed (Orange), Flag: 🔄⏳ Reimbursement Submitted (Yellow), ', |