this post was submitted on 07 Jul 2023
21 points (100.0% liked)

Kbin Userstyles and Userscripts

15 readers
1 users here now

Custom CSS and JS to help improve your Kbin experience! ### Userscripts Greasy Fork ### Stylesheets UserStyles.world ### Userscript managers

founded 1 year ago
21
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Userscript that adds a notification panel to the navigation bar.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

I suspected that. I wonder if it would make more sense to not just display the notifications page in the frame and modify its appearance to fit the form but to build a completely new UI and connect it to the same server interface the notification page uses to fetch the notifications from the backend. But I suspect this would be A LOT more work and I am honestly completely happy with how it is now, considering its just a little patch.

[–] [email protected] 1 points 1 year ago (1 children)

Thank you! I'll just say that it takes less time if there's less notifications to load so purging them frequently is probably the best option if you don't want to see the full UI as often.

[–] [email protected] 1 points 1 year ago (1 children)

Oh there is one last thing I noticed, sometimes the button just redirects me to notifications instead of opening the pop up.

[–] [email protected] 1 points 1 year ago (1 children)

It's because you are clicking the notifications counter which still has a redirect to the page. I'll work on a fix, it's a bit tricky and not as quick to fix since a part of code depends on the redirect (css to make the counter display correctly).

[–] [email protected] 1 points 1 year ago (1 children)

Oh I did not notice that. Guess I have to aim better for now then :)

[–] [email protected] 1 points 1 year ago (1 children)

Spent some time working on it, 0.2.5 now fixes the redirect issue!

[–] [email protected] 1 points 1 year ago

I can confirm that it works, thank you.