Skip to content

Jon/desktop modal x 2 #233

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

Merged
merged 4 commits into from
Feb 28, 2025
Merged

Jon/desktop modal x 2 #233

merged 4 commits into from
Feb 28, 2025

Conversation

Jon-edge
Copy link
Contributor

@Jon-edge Jon-edge commented Feb 28, 2025

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

@Jon-edge Jon-edge force-pushed the jon/desktop-modal-x branch from 42e12ac to 9f26781 Compare February 28, 2025 20:56
Comment on lines 17 to 19
export function useLoginUi(): { hasProvider: boolean; isDesktop: boolean } {
return React.useContext(loginUiContext)
}
Copy link
Contributor

Choose a reason for hiding this comment

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

This useLoginUi wrapper isn't used anywhere, so let's just drop it. It doesn't improve usability much.

Minor difference: use `context` from GUI to determine `isDesktop` instead of the native dependency
@Jon-edge Jon-edge force-pushed the jon/desktop-modal-x branch from 9f26781 to 0ff719f Compare February 28, 2025 21:54
@Jon-edge Jon-edge merged commit aedb4fd into master Feb 28, 2025
1 check passed
@Jon-edge Jon-edge deleted the jon/desktop-modal-x branch February 28, 2025 21:57
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.

2 participants