devsoc-unsw / circles

The open-source degree planner for UNSW students. Features an interactive drag-and-drop interface for easy term planning and automatic progression checking to help you stay on track for graduation.

Home Page:https://circles.devsoc.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a notification hook

ollibowers opened this issue · comments

commented
  • Should support something like the current notification in App.tsx
  • So takes in a key, optional cooldown and optional clicks-till expire
    • if cooldown is provided, the notification will be blocked from showing up again for X seconds
    • if clicks-till-expire is provided, then notification wont show up after X clicks
  • use redux persist for this ideally