robertu

Results 183 issues of robertu

https://the-guild.dev/graphql/eslint/docs

* Previous attempt: https://github.com/thematters/matters-web/pull/1998 * Upgrade guide: https://www.apollographql.com/docs/react/migrating/apollo-client-3-migration/ ``` ncu -i ◯ @apollo/react-common ^3.1.3 → ^3.1.4 ◯ @apollo/react-hooks ^3.1.3 → ^4.0.0 ◯ @apollo/react-ssr ^3.1.3 → ^4.0.0 ◯ @apollo/react-testing ^3.1.3 →...

https://github.com/thematters/matters-server/issues/3217

### Checklist - [ ] Revise login buttons: redirect user to login page instead of dialog ### References * https://github.com/thematters/matters-web/issues/3235 * https://mattersnews.slack.com/archives/GA0R09FHN/p1679385079040019?thread_ts=1677811405.747049&cid=GA0R09FHN

### Requirements * Better security; * Expanded whitelist for interactive media, and supports unlimited domains for preview card; * Analytics; ### Refs * https://mattersnews.slack.com/archives/G8877EQMS/p1678369853172849 * https://iframely.com/ * https://embed.ly/

- Require user to refresh - or sync once back online

Currently, content update is sending the whole HTML content to the backend, which is slow and unreliable. - Send only delta; - Apply delta with previous state on server-side; -...