Skip to content

Amogh/add test new note creation 236#411

Open
Amoghhosamane wants to merge 2 commits into
anusii:devfrom
Amoghhosamane:Amogh/add-test-new-note-creation-236
Open

Amogh/add test new note creation 236#411
Amoghhosamane wants to merge 2 commits into
anusii:devfrom
Amoghhosamane:Amogh/add-test-new-note-creation-236

Conversation

@Amoghhosamane
Copy link
Copy Markdown

@"

Pull Request Details

Description

Fixes #352showAnimationDialog in Notepod duplicated the implementation from solidui.
The wrapper now delegates to solidui.showAnimationDialog, keeping the same visual
behaviour while removing duplicate code. This also aligns Notepod with the
new_loading_indicatorloading_indicator difference.

Related Issues

Closes #352

Type of Change

  • New feature (non‑breaking change which adds functionality)

How To Test?

  1. Run the app (flutter run) on any platform.
  2. Trigger a deletion / revocation action that calls showAnimationDialog.
  3. Verify the dialog appears with the same animation and text.
  4. Ensure no regressions in other parts of the UI.

Checklist

  • Changes adhere to style and coding guidelines
  • Self‑review completed
  • Code commented where necessary
  • Documentation updated (if needed)
  • No lint errors
  • Tested on Windows (primary development platform)

Finalising

  • Merge dev into this branch
  • Resolve any conflicts
  • Add a one‑line entry to CHANGELOG.md
  • Push to remote and open PR

Replace AES encryption of note text with base64 encoding as suggested in
issue anusii#272. The rdflib parser cannot handle multiline text with # (hash)
values, so encoding is needed. base64 is a simpler and more appropriate
solution than AES encryption (which used creation time as key).

Decoding falls back to AES decryption for backward compatibility with
existing notes that were saved with the old AES-based encoding.
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.

ANIMATION: showAnimationDialog is near duplicate of solidui fn

1 participant