I'm not sure if I'm supposed to put this issue here or at BoringNotch. I was wondering if there is a way to have a better interaction with it
To preface, I placed my space items on both sides of the notch [q and e]
Ever since installing BoringNotch, the BoringNotch UI blocks the space items every time I hover over the Notch
So, I made an observer item (center position) where it just waits for mouse.entered and mouse.exited events. So when the events happen, the space items move away from the BoringNotch and comes back to their places once exited the observer item.
Here are the interactions problems I've encountered:
I'm not sure if I'm supposed to put this issue here or at BoringNotch. I was wondering if there is a way to have a better interaction with it
To preface, I placed my space items on both sides of the notch [
q
ande
]Ever since installing BoringNotch, the BoringNotch UI blocks the space items every time I hover over the Notch
So, I made an observer item (center position) where it just waits for
mouse.entered
andmouse.exited
events. So when the events happen, the space items move away from the BoringNotch and comes back to their places once exited the observer item.Here are the interactions problems I've encountered:
https://github.com/user-attachments/assets/ea3d3085-4586-4175-a19d-5e7257cd5711
The only solution I can think of is create a separate bar solely for the observer that triggers an event for the other bar.