Gian
Gian
When compiling my app this warning shows up: ``` warning "react-hot-toast > [email protected]" has unmet peer dependency "csstype@^3.0.10". ``` Edit: I see there's the [PR #262](https://github.com/timolins/react-hot-toast/pull/262) for this issue.
The current horizontal scroll example from the [pin section](https://scrollytelling.basement.studio/docs/api-reference/pin) in the documentation ([stackblitz link](https://stackblitz.com/edit/stackblitz-starters-fx6y3a?file=src/style.css,src/App.tsx)) has a problem when it comes to horizontal overflows. Said problem can be seen in the...
## Description This PR seeks to update the existing explorer site to the new aligned architecture. To match existing functionalities the following views are updated: * Landing (with aggregated data)...
## Views - [x] aggregated data - [ ] tasks detail view - [ ] paginated tasks view
> [!NOTE] > This PR is currently deployed in [STAGE](https://stage.explorer.alignedlayer.com/) and [PROD](https://explorer.alignedlayer.com) # Changes > [!CAUTION] > [pnpm](https://pnpm.io/installation) is now a requirement for running the explorer > Run `make explorer_fetch_old_operators_strategies_restakes`...
# Changes * replace FAQ questions that mention slow mode for aggregation mode
# Changes * merge before #651 * add emit to payment service contract * read event from explorer to update gas_per_proof instead of using hardcoded value
There are some instances where aggregation mode is referred as slow mode, these need to be updated to Aggregation mode
Right now explorer db commands aren't clear that are about the explorer, these should be updated.
Currently it listens to the pubsub "update_views" channel and always updates the data, it could only update the USD price and not fetch the batch again.