Add diagnostics UI and popup logging for native messaging flow - #699
Open
Siedlerchr wants to merge 6 commits into
Open
Add diagnostics UI and popup logging for native messaging flow#699Siedlerchr wants to merge 6 commits into
Siedlerchr wants to merge 6 commits into
Conversation
Add workflow for maual safari tests
Siedlerchr
marked this pull request as ready for review
July 17, 2026 21:37
koppor
pushed a commit
to JabRef/JabRef-Browser-Extension-experimental
that referenced
this pull request
Jul 27, 2026
tobiasdiez
reviewed
Aug 5, 2026
| async function init() { | ||
| const options = await restoreOptions(); | ||
| checkConnections(options); | ||
| initDiagnostics(); |
Member
There was a problem hiding this comment.
I don't quite get it: what's the difference between checkConnection and initDiagnostics? Both seem to just run sendNativeValidation?!
Member
Author
There was a problem hiding this comment.
I updated the naming to make it more clear.
CheckConnection also checks HTTP stuff.
initDiagnosticsbutton setups the buttons and displays the actual result of the native messaging command, and as I wrote, it explcitiy checks only native messaging
Member
There was a problem hiding this comment.
Sorry, still don't quite the use case. It runs the same method that is already run...
Member
Author
Member
|
Please change the PR title and description to use your own words. If I want AI to summarize a PR, I can do this myself. |
koppor
pushed a commit
to JabRef/JabRef-Browser-Extension-experimental
that referenced
this pull request
Aug 12, 2026
* main: (21 commits) fix: Chrome native messaging (#700) docs: add git submodule hint (#697) chore: add .idea to .gitignore (#698) chore(deps): update dependency oxfmt to v0.61.0 (#709) chore(deps): update dependency vue-tsc to v3.3.8 (#705) chore(deps): update tailwindcss monorepo to v4.3.3 (#707) chore(deps): update dependency globals to v17.9.0 (#719) chore(deps): update dependency node to v24.19.0 (#718) chore(deps): update dependency wxt to v0.21.3 (#717) chore(deps): update pnpm/action-setup action to v6.0.10 (#716) chore(deps): update github-actions to v7 (#715) chore(deps): update dependency globals to v17.8.0 (#708) chore(deps): update pnpm to v10.34.5 (#706) chore(deps): update dependency vue to v3.5.40 (#704) chore(deps): update dependency vitest to v4.1.10 (#703) chore(deps): update dependency oxlint to v1.76.0 (#710) chore(deps): update dependency typescript to v7 (#714) chore(deps): update dependency jsdom to v30 (#713) chore(deps): update github-actions (#712) chore(deps): update dependency wxt to v0.21.2 (#711) ...
koppor
pushed a commit
to JabRef/JabRef-Browser-Extension-experimental
that referenced
this pull request
Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add diagnostics popup for troubleshooting native messaging