Skip to content

Tony/351 not logged in#409

Merged
gjwgit merged 5 commits into
devfrom
tony/351_not_logged_in
May 21, 2026
Merged

Tony/351 not logged in#409
gjwgit merged 5 commits into
devfrom
tony/351_not_logged_in

Conversation

@tonypioneer
Copy link
Copy Markdown
Contributor

Pull Request Details

Description

Fixed the note saving bug when not logged in.

Related Issues

#351

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How To Test?

Run the app. Then create and save a note when not logged in.

Checklist

  • Screenshots included here/in linked issue [Bug] Unauthorized guest users can set/save Security Key #351
  • Changes adhere to the style and coding guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged and published in downstream modules
  • The update contains no confidential information
  • The update has no duplicated content
  • No lint check errors are related to these changes (make prep or flutter analyze lib)
  • Integration test dart test output or screenshot included in issue #
  • I tested the PR on these devices:
    • Android
    • iOS
    • Linux
    • MacOS
    • Windows
    • Web
  • I have identified reviewers
  • The PR has been approved by reviewers

Finalising

  • Merge dev into the this branch
  • Resolve any conflicts
  • Add a one line summary into the CHANGELOG.md
  • Push to the git repository and review
  • Merge the PR into dev

@tonypioneer tonypioneer requested a review from gjwgit May 18, 2026 13:15
@tonypioneer tonypioneer linked an issue May 18, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

@gjwgit gjwgit left a comment

Choose a reason for hiding this comment

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

Is the login required dialog more appropriate for SolidUI?

Will I need to check this in every app or is there some solidui update to support this instead?

@tonypioneer
Copy link
Copy Markdown
Contributor Author

Is the login required dialog more appropriate for SolidUI?

Will I need to check this in every app or is there some solidui update to support this instead?

Yes, it's a good point. I'll extract the popup dialog to SolidUI. Thanks @gjwgit.

Currently SolidPod can successfully capture the NotLoggedIn exception. I'll explore whether we can pop up a dialog on the screen automatically by SolidUI.

@tonypioneer tonypioneer requested a review from gjwgit May 19, 2026 14:47
@gjwgit gjwgit merged commit 32c6acb into dev May 21, 2026
20 checks passed
@gjwgit gjwgit deleted the tony/351_not_logged_in branch May 21, 2026 00:35
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.

[Bug] Unauthorized guest users can set/save Security Key

2 participants