How did you make the Notifications part? Pure js or any other things? (logging the amount of posts in each section, and logging it in your browser's storage. On the next visit, they'll show up on the home page, next to the headers)
all pure js, yeah. i log the amount of posts in the user's localStorage when they enable the notifications, and while it is enabled the site will check if the current amount of posts is bigger than the amount recorded
FUN FACT: commenting anonymously on the art posts on my site's gallery will net different names depending on the color you've chosen for the site's theme. "Hideout Goon" for the default green, "Hideout Raider" for the red theme... And so on! Go try it out!
all pure js, yeah. i log the amount of posts in the user's localStorage when they enable the notifications, and while it is enabled the site will check if the current amount of posts is bigger than the amount recorded
ah tks I get what you mean now