Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New notifications experience #156

Merged
merged 7 commits into from
Jan 28, 2025
Merged

New notifications experience #156

merged 7 commits into from
Jan 28, 2025

Conversation

tibetsprague
Copy link
Collaborator

Per post notifications and email digests are now controlled on a per group basis rather then globally

New notification settings UI

Per post notifications and email digests are now controlled on a per group basis rather then globally

New notification settings UI
Start fixing non logged in notifications management
return (
<MenuLink
to={itemUrl}
externalLink={item?.customView?.type === "externalLink" ? item.customView.externalLink : null}
className="text-base text-foreground border-2 border-foreground/20 hover:border-foreground/100 hover:text-foreground rounded-md p-2 bg-background text-foreground mb-[.5rem] w-full transition-all scale-100 hover:scale-105 opacity-85 hover:opacity-100 flex align-items justify-between"
externalLink={item?.customView?.type === 'externalLink' ? item.customView.externalLink : null}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, I plan to go over all of this and double-check if things can be refractored from aarons changes

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I was going to go over better use of MenuLink with him at some point too

Copy link
Collaborator

@thomasgwatson thomasgwatson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Member

@lorenjohnson lorenjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs Mobile me query update as well, as per note on schemes.graphql. Rest of comments are trivial or just curiosities.

apps/backend/api/graphql/schema.graphql Outdated Show resolved Hide resolved
@tibetsprague tibetsprague merged commit 055385d into dev Jan 28, 2025
1 of 3 checks passed
@tibetsprague tibetsprague deleted the new-notifications branch January 28, 2025 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants