Some of THESE work!
yep!
WeirdâŚit doesnât let me click/fill the icon.
mmm, seems it works with some, but not others.
Iâm in way over my head here, so I wonât try to explain whyâŚ
Semi-square!
[data-test="app-switch-view"] :nth-child(2) :nth-child(1) :nth-child(1) {
stroke: black;
box-shadow: 1px 1px 45px 3px rgba(136,136,136,1);
d: path("m 16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2");
}
This was totally and completely random but Iâm proud of myself for doing it
Screenshot?
This is the semisquare not filled in
And this is it filled in
Isnât it Beautiful
So beautiful.
Any tricks to turn a boolean into a thumb up? by chance?
Thatâs a good one. Thing is I am creating a Favorite session but I donât wanna use the native favorite because it requires users to sign in. The other option I thought is the boolean but Iâd like to have the thumb up in place of the boolean.
The ITE still shows the boolean.
hmm⌠Reaction component?
Great idea! Thanks!
Edit: Thanks @Darren_Murphy That worked.
You just reminded me that I have never used the reaction component since it went to productionâŚ
Every now and then I go looking in the docs for sections I havenât read yet, or donât have a decent understanding of. It was on one of those little trips that I recently learned about it. Now Iâm looking for an excuse to use it
Iâve used it only once, and then had to no longer use it because it doesnât contain all EmojisâŚClient needed specific ones.
This is great trick, thanks @Robert_Petitto !
Have you (or anyone else on this thread) experienced this not rendering on a mobile device? The CSS works fine on desktop, but when I tested on my phone, the icon no longer showed and had a weird outline around the original favorite icon.
But you want it to be user specific, right? Then you kind of need users to sign in, or at least have profiles enabled
Yeah, I realized that in the end I had to use the Favorite component. I forgot that when the app is refreshed so is the user specific.
Anybody here has done this with ratings component? I canât seem to find a way to touch the SVG. Thanks in advance!