mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #1149] Improve github pr/issue embedding poopup message. #469
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#469
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rokt33r on GitHub (Sep 7, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/1149
The current app is suggesting users embedding a Github block when they paste Github URL to markdown editor.
But the suggestion popup is not distinguishing that the entity is an issue or a pull request so the message is always "Embed Pull Request?" although it should be "Embed Issues?" when pasting URL of a GitHub issue.
IssueHunt Summary
Backers (Total: $10.00)
Become a backer now!
Or submit a pull request to get the deposits!
Tips
@issuehunt-oss[bot] commented on GitHub (Sep 14, 2021):
@boostio has funded $10.00 to this issue.
@exitflynn commented on GitHub (Feb 11, 2023):
also is this issue still active? 👀
@liu971227-sys commented on GitHub (Feb 16, 2026):
IssueHunt payout submission is currently blocked on my side by persistent HTTP 401 (platform auth/session issue), even after OAuth revoke/re-auth and cookie/storage reset.
I have already contacted IssueHunt support to reset account-session mapping.
Could you please keep bounty eligibility for this PR while IssueHunt support resolves it?
@lmee commented on GitHub (Feb 16, 2026):
I read "Improve github pr/issue embedding poopup message." end-to-end and went through the full thread.
Problem I see: <!-- Issuehunt Badges --.
Root-cause hypothesis: an auth/session state mismatch across validation steps.
First patch plan: reproduce the flow with deterministic steps, inspect auth/session state transitions, patch validation around the wrong-code path, and add regression coverage for happy and failure flows.
If you want this path, I can share deterministic repro notes up front and then submit the minimal fix.
@nicepopo86-lang commented on GitHub (Feb 17, 2026):
I can take this bounty and submit a fix. I’ll reproduce the popup behavior, patch the embedding message flow, and share a PR with before/after screenshots.
@nicepopo86-lang commented on GitHub (Feb 17, 2026):
I opened a draft PR with a focused fix for the embed conversion popup labeling:\n\n- PR: https://github.com/BoostIO/BoostNote-App/pull/1620\n\nIt threads a context-aware action label through the paste conversion flow so issue URLs show Embed issue and PR URLs show Embed pull request (cloud + mobile editor paths).