-
My like button:
```
LikeButton(
onTap: (value) {
onGroupVotePress(document);
return Future.value(!value);
},
),
```
When I'm running my `onGroupVot…
-
Currently, the LikeButton is fixed to share the tree URL, we need to make it to be unaware of the business, so just share the link we give it.
```
```
-
Thanks for your package... Beautiful.
Is there something to enlarge clickable zone ? Or a method to implement a larger zone properly ?
Lot of app enlarge clickable zone because like buttons are…
-
### Bug Description
Tried playing a song using ?play and got this long ass error message. I did change stuff in the config, will provide that.
### Steps to Reproduce
Use the play command
### Expec…
-
Similar to #27, but the solution does not work for me.
I have a like button, inside of a List Tile. when i like it, then scroll it out of view, and back again, the likeBuilder is triggered, but the…
-
I'm developing with remix.run and vitest for unit testing. With the remix dev server running I can't use Ninja because it's automatically integrating with Vite instead of Remix (which I think is using…
-
https://github.com/CosmoBoyMe/Toxin/blob/03a732b5aeb93782b985fe3c929fc2cb6de7f856/src/components/calendar/Calendar.js#L4-L15
https://github.com/CosmoBoyMe/Toxin/blob/03a732b5aeb93782b985fe3c929fc2c…
-
Пример, Card.js:
this._likeButton = this._element.querySelector('.element__button-like');
this._deleteButton = this._element.querySelector('.element__button-delete');
-
Hi,
I would like to be able in the tap event to set the liked state and change the state of the button and then call my API.
It's to avoid lag time of API call.
`onTap: (statusLiked) async {
…
-
### What version of `astro` are you using?
latest
### Are you using an SSR adapter? If so, which one?
n/a
### What package manager are you using?
yarn
### What operating system are you using?
l…