linear[bot]

Results 4138 comments of linear[bot]

IRO-2525 Node crashes on transaction expiration [https://discord.com/channels/771503434028941353/1004104481681719337/1010641546581922004](https://discord.com/channels/771503434028941353/1004104481681719337/1010641546581922004) We need to filter out data in the account to only data that pertains to the accounts * Filter out `transactions` store to...

IRO-2526 account.save clears decryptedNotes store for all accounts Each account in a wallet only holds decrypted notes that it owns. However, the database is shared between all accounts in a...

A11-1470 Add sample code for Checkbox

A11-1399 Experiment with codegen package Try out using the `mdgriffith/elm-codegen`[ package](https://github.com/mdgriffith/elm-codegen) in noredink-ui. Can we end up with nicer imports and formatted example code?

A11-1472 Add sample code for SortableTable

ZEN-599 [Preferences] Add new design icons for Google and Clever to NoRedInk UI The icons: 1. Clever: [https://noredink.slack.com/files/U28CDUBMY/F03UVPU8VRA/clever.svg](https://noredink.slack.com/files/U28CDUBMY/F03UVPU8VRA/clever.svg) 2. Google: [https://noredink.slack.com/files/U28CDUBMY/F03ULMZ69QE/google.svg](https://noredink.slack.com/files/U28CDUBMY/F03ULMZ69QE/google.svg) 3. Google Classroom: [https://noredink.slack.com/files/U28CDUBMY/F03UT8HH84B/google-classroom.svg](https://noredink.slack.com/files/U28CDUBMY/F03UT8HH84B/google-classroom.svg) For help with creating a...

ENG-5322 Add pagination to EAS CLI for EAS Update [ENG-5028](https://linear.app/expo/issue/ENG-5028/add-pagination-to-eas-update-web-pages) added support for paginating updates, branches, and channels on the website (also I believe deployments, the combo of channels+branches, were...

ENG-5291 Implement `EXPO_NO_TELEMETRY` Allow users to disable it

ENG-4579 Convert eas-cli to esm [Screenshot 2022-04-07 at 15.26.32.png](https://uploads.linear.app/4a409308-b1e3-45fc-94fd-9ef8703ee369/4bfd7d80-043c-4769-a2b1-1e121d4302c7/2cda80d0-fde5-4ae3-b234-004fdc30a869) We can't convert a bunch of deps in eas-cli because it's not an ESM. It seems that it should be possible...

ENG-6125 Verify that EAS CLI isn't installed locally to the project dependencies If it is, we should warn people and tell them to use the `cli` field in eas.json to...