commits
But keep the backend route so existing links still work
Squashed commit of the following:
commit c3deb565892c3a87102ba2ba11a698d6907e4955
Author: Jared Pereira <jared@awarm.space>
Date: Mon Nov 17 17:45:07 2025 -0500
remove logs
commit 3ff4755bd48b52cef44f1e88a3f0ffda12670f28
Author: Jared Pereira <jared@awarm.space>
Date: Mon Nov 17 17:38:04 2025 -0500
rename has page loaded and switch logic
commit 558d9b7cb8c08a07277ac14bab3c465571ff0e7e
Author: Jared Pereira <jared@awarm.space>
Date: Mon Nov 17 17:19:00 2025 -0500
log effectivetz and locale
commit 2748feba61f5e495480c92e108496da427be9727
Author: Jared Pereira <jared@awarm.space>
Date: Mon Nov 17 17:11:17 2025 -0500
are we getting tz on server/client?
This reverts commit 604cc827f41d311ea156e25d012de024b06a3af9.
This reverts commit df74efe5d21a5f156350660894aa7680b3a888e8.
Fix publication link permissions
* add basic notification page
* added an avatar component, styled notification, wip styling mobile
footer to fit everything
* move pub theme into the settings button
* remove page name from footer
* moved home theme into settings, adjusted menu styles
* adjusted the side that popover menus open on in footer
* added designs for a bunch on notification types
* some minor adjustments for mobile
* minor padding tweak
* more padding tweaks
* simplify notification component structure
* wire up notifications
* pull out unused button props
* fix open logic in popover
* remove logs
* added cardBordHidden styling to notifications
* passed how cardBorder Hidden to other notifcation types
* changed name of publication prop in notifcations, tweak to dropdown menu styling in settings
* fixed type errors
* more fixing type errors
* more more fixing type errors
* add an empty state if no notifications
* add reply notifications
* refactoring to add notification list in popover as well, added timestamp
* add compact rendering for notification list - mostly credit to jared
* changed some labels in the settings menu
* set notification action button to direct to notification page rather than popover a panel
* small tweaks
* ping notifications and fix reply notifications
---------
Co-authored-by: celine <celine@hyperlink.academy>
* fix: BlockCommandBar ESC key handling
* Align clearCommandSearchText more with repo code style
But keep the backend route so existing links still work
Squashed commit of the following:
commit c3deb565892c3a87102ba2ba11a698d6907e4955
Author: Jared Pereira <jared@awarm.space>
Date: Mon Nov 17 17:45:07 2025 -0500
remove logs
commit 3ff4755bd48b52cef44f1e88a3f0ffda12670f28
Author: Jared Pereira <jared@awarm.space>
Date: Mon Nov 17 17:38:04 2025 -0500
rename has page loaded and switch logic
commit 558d9b7cb8c08a07277ac14bab3c465571ff0e7e
Author: Jared Pereira <jared@awarm.space>
Date: Mon Nov 17 17:19:00 2025 -0500
log effectivetz and locale
commit 2748feba61f5e495480c92e108496da427be9727
Author: Jared Pereira <jared@awarm.space>
Date: Mon Nov 17 17:11:17 2025 -0500
are we getting tz on server/client?
* add basic notification page
* added an avatar component, styled notification, wip styling mobile
footer to fit everything
* move pub theme into the settings button
* remove page name from footer
* moved home theme into settings, adjusted menu styles
* adjusted the side that popover menus open on in footer
* added designs for a bunch on notification types
* some minor adjustments for mobile
* minor padding tweak
* more padding tweaks
* simplify notification component structure
* wire up notifications
* pull out unused button props
* fix open logic in popover
* remove logs
* added cardBordHidden styling to notifications
* passed how cardBorder Hidden to other notifcation types
* changed name of publication prop in notifcations, tweak to dropdown menu styling in settings
* fixed type errors
* more fixing type errors
* more more fixing type errors
* add an empty state if no notifications
* add reply notifications
* refactoring to add notification list in popover as well, added timestamp
* add compact rendering for notification list - mostly credit to jared
* changed some labels in the settings menu
* set notification action button to direct to notification page rather than popover a panel
* small tweaks
* ping notifications and fix reply notifications
---------
Co-authored-by: celine <celine@hyperlink.academy>