robertu

Results 183 issues of robertu

### Checklist - [ ] Server-side renders carousel; - [ ] Responsive images for carousel (blocked by https://github.com/thematters/developer-resource/issues/189); - [ ] Remove lazy-loading and use [fetchpriority](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/fetchPriority) for LCP images (carousel,...

https://matters.canny.io/bug-reports/p/metamask-reject

bug

### Checklist * Remove unused tables; * Remove unused code (schema, resolvers, etc.); ### Refs * https://github.com/thematters/matters-server/pull/2263 * https://github.com/thematters/matters-server/pull/2266 * https://github.com/thematters/matters-server/pull/2268 * https://github.com/thematters/matters-web/pull/2225 * [Design](https://www.figma.com/file/uQSXb9AVnhfRc4JP9BZvY5/%E9%81%BA%E7%95%99%E8%A8%8E%E8%AB%96?node-id=910:5923&mode=dev) --- ### Story * https://github.com/thematters/developer-resource/issues/321

refs: * https://github.com/thematters/matters-server/blob/f60e8019dbb4e8a0ea8e8f345e9d8d170f0393cf/src/index.ts * https://github.com/thematters/matters-server/pull/3347 * https://developers.cloudflare.com/support/troubleshooting/general-troubleshooting/gathering-information-for-troubleshooting-sites/#add-the-cf-ray-header-to-your-logs

### Refs * [Discussion](https://matterslab.slack.com/archives/C88CK7Q7L/p1705971185950889?thread_ts=1704240038.530439&cid=C88CK7Q7L)

* product: all data mutations (appreciation, support, upvote, downvote, follow, unfollow, etc.) * security: login attempts ref: [doc](https://www.notion.so/matterslab/Audit-Logs-9cdbede5196b4043962954cab108e893?pvs=4#8e98c8ce0e894ab69ddff37be216b884)

### Description Unit testing on server-side need to employ a mock API client (`[testClient](https://github.com/thematters/matters-server/blob/develop/src/types/__test__/utils.ts#L120)`) in each test. However, there is "data-coupling" since we use several hardcoded users and a shared...