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

feat!: remove terra functionality from authprovider into its own provider (#178) #240

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

frano-m
Copy link
Contributor

@frano-m frano-m commented Oct 24, 2024

Closes #178.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

SessionController required for populating the generic auth-related reducers with session from next-auth.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Terra profile is now separated from the now deleted authentication hook.

onClose: () => void;
onDisableScrollLock: () => void;
onEnableScrollLock: () => void;
onOpen: (event: MouseEvent<HTMLElement>) => void;
onToggleOpen: (event: MouseEvent<HTMLElement>) => void;
onOpen: (event: MouseEvent<E>) => void;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated the useMenu hook to take a generic E to support use by both Mui Popper and Menu.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

New terra related provider!

@hunterckx hunterckx changed the title feat: remove terra functionality from authprovider into its own provider (#178) feat!: remove terra functionality from authprovider into its own provider (#178) Oct 28, 2024
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.

Remove Terra functionality from AuthProvider into it's own provider
3 participants