Skip to content

Support issue previews when a dup task on page - #124

Merged
dsandstrom merged 2 commits into
masterfrom
dashboard-dups
Sep 2, 2026
Merged

Support issue previews when a dup task on page#124
dsandstrom merged 2 commits into
masterfrom
dashboard-dups

Conversation

@dsandstrom

Copy link
Copy Markdown
Owner

When the same task shows up twice on the user's dashboard, it uses the same turbo frame. So if the user clicks the second task link, the issue previews are always added to the first one on the page. I prepended the turbo frame tag with a unique container name that can be used by the turbo stream view.

Fixes Task#83

When the same task shows up twice on the user's dashboard, it uses the
same turbo frame. So if the user clicks the second task link, the issue
previews are always added to the first one on the page. I prepended the
turbo frame tag with a unique container name that can be used by the
turbo stream view.
Fixes Task#83
@dsandstrom
dsandstrom merged commit 659db84 into masterSep 2, 2026
5 checks passed
Sign up for freeto 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.

1 participant

@dsandstrom