Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Nov 28, 2023
1 parent 8d63064 commit d06a35f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/tricky-dragons-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'astro': patch
---

Small polish to the dev overlay:
- Links inside the Astro panel now open in a new tab
- The "Copy debug info" button will now reset back to its original state after 3.5 seconds without needing to toggle off the plugin
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export default {
<div id="main-container">
<div>
<header><h2>Top integrations</h2><a href="https://astro.build/integrations/">View all</a></header>
<header><h2>Top integrations</h2><a href="https://astro.build/integrations/" target="_blank">View all</a></header>
<div id="integration-list-wrapper">
<section id="integration-list">
<div class="integration-skeleton" style="--i:0;"></div>
Expand Down Expand Up @@ -366,7 +366,7 @@ export default {

setTimeout(() => {
resetDebugButton();
}, 2000);
}, 3500);
});

canvas.append(windowComponent);
Expand Down

0 comments on commit d06a35f

Please sign in to comment.