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

Merged
merged 24 commits into from
Jan 6, 2025

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
@frano-m frano-m force-pushed the fran/178-auth-providers branch from 0d2c2f5 to a05f0dc Compare November 21, 2024 00:35
@NoopDog
Copy link
Collaborator

NoopDog commented Dec 2, 2024

Hi @hunterckx, can you rebase this, please? Thanks!

@hunterckx hunterckx force-pushed the fran/178-auth-providers branch from a05f0dc to 1205650 Compare December 2, 2024 22:52
@frano-m frano-m force-pushed the fran/178-auth-providers branch from 1205650 to 92ea9ed Compare December 12, 2024 07:22
@frano-m frano-m force-pushed the fran/178-auth-providers branch from 92ea9ed to e26e450 Compare January 3, 2025 23:23
@frano-m frano-m force-pushed the fran/178-auth-providers branch from 41a3d58 to 25ede59 Compare January 5, 2025 07:55
Copy link
Collaborator

@NoopDog NoopDog left a comment

Choose a reason for hiding this comment

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

👍

@NoopDog NoopDog merged commit 18b0ea8 into main Jan 6, 2025
2 checks passed
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