MoreThanYourAverageJoe#3911
MoreThanYourAverageJoe#3911
PD🧩 Plasmo Developers
Created by GorvGoyl on 10/23/2023 in #👾extension
Is there a way to send a message to the Chrome extension from the backend server?
use the messaging API in their docs
2 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/2/2023 in #👟framework
using getInlineAnchorList with Mantine
For anyone who runs into this issue in the future, this is how I solved it: https://discord.com/channels/946290204443025438/946290204904390693/1065038700855185429
41 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
I think I'm just too tired it's late here
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
is there any examples I can look at?
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
i'm kind of a noob, I'm not sure how I'd even access elements using useRef that aren't in my .tsx file
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
you're referring to getOverlayAnchor from the docs right?
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
hmmm let me look into that actually that would be bette
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
is there somewhere in the docs talkign about injecting into plasmo-csui using shadow element
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
no
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
yeh
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
yes
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
that doesn't explain the styles not applying though
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/3/2023 in #👟framework
Mantine modals not rendering + styles are broken
would I have to mount it to a container than override it's position and z-index to make it overlay over the center of the screen?
37 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/2/2023 in #👟framework
using getInlineAnchorList with Mantine
but the issue I run into when I try to do that: if I focus one email, it will have the proper button rendered, then when I focus on a different email, the first email goes from the properly rendered button to an unstyled button, and the new email receives the proper button
41 replies
PD🧩 Plasmo Developers
Created by MoreThanYourAverageJoe#3911 on 1/2/2023 in #👟framework
using getInlineAnchorList with Mantine
I think the temporary solution for now (atleast for my use-case, which probably isn't super translatable to other people) is to just have the currently focused emailbox to be the element to inject the react component into
41 replies