-
This was a facebook note posted by Tompa, it would be cool to polish it up and post it here
-
Create and add to boilerplate a "repository" of hooks/utilities we use across majority of projects.
[example]( https://github.com/basementstudio/next-typescript/tree/main/src/hooks)
-
The script is working on products with one variant, but products with multiple variants like sizes, are not added to the drawer. A few things I've noticed:
1. The `` tag provided in the documentati…
-
https://github.com/bornfight/darc-room-web-2023/tree/master/components/atoms/DeviceSizeRender
-
## codegen.ts
```typescript
import type { CodegenConfig } from '@graphql-codegen/cli';
const config: CodegenConfig = {
overwrite: true,
schema: process.env.SANITY_GRAPHQL_ENDPOINT,
…
-
Just a small suggestion, it seems that when you open the cart, the background page is still scrollable, which may cause some confusion.
Adding "overflow: hidden;" to the body easily solve this.
-
as soon as the page load, there's a popup that says 'Something went wrong, please contact us!'
-
@marioloncarek can you please help with Shopify theme.
Here implementation: store password: 1234
[https://g1ponbxua3nb9ywd-15143478.shopifypreview.com/collections/adidas](https://g1ponbxua3nb9y…
-
Got some erros when using SASS:
```bash
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($base-line-height, $base-size)
Mo…
-
Ok, so this is more of a question:
In the `GithubService`, the network query is done as follows:
```kotlin
/**
* Get repos ordered by stars.
*/
@GET("search/repositories?sort=…