mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 04:02:40 -05:00
* Initial * Progress * Fix * Progress * Notifications list page * BADGE_MANAGER_ADDED * Mark as seen initial * Split tables * Progress * Fix styles * Push notifs initial * Progress * Rename * Routines * Progress * Add e2e tests * Done? * Try updating actions * Consistency * Dep fix * A couple fixes
5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
export const NOTIFICATIONS = {
|
|
PEEK_COUNT: 6,
|
|
MAX_SHOWN: 100,
|
|
};
|