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
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