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

Feature: TauriNoteProvider #17

Merged
merged 7 commits into from
Jan 31, 2024
Merged

Feature: TauriNoteProvider #17

merged 7 commits into from
Jan 31, 2024

Conversation

falk-werner
Copy link
Owner

@falk-werner falk-werner commented Jan 28, 2024

This PR provided a backend implementation and connects the frontend via TauriNoteProvider.

To simplify the usage, a common NoteError struct is introduces which is compatible to std::io::Error and serde::Error as well. For further simplification, type alias NoteResultis added. The previously used ConfigError is removed in favor of the new NoteError.

FakeNoteProvider is removed, since it is not used / needed anymore.

@falk-werner falk-werner marked this pull request as ready for review January 28, 2024 19:12
@falk-werner falk-werner enabled auto-merge January 28, 2024 19:12
@falk-werner falk-werner requested a review from fersaru January 31, 2024 16:50
@falk-werner falk-werner merged commit 795f6a9 into main Jan 31, 2024
5 checks passed
@falk-werner falk-werner deleted the feature/tauri-note-provider branch January 31, 2024 20:14
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