You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance index.html and style.css: add a copy button for code snippets, update button styles for improved visibility, and implement a new download button for rules.yaml. Adjust CSS for better layout and responsiveness of code container elements.
Replace static protection rules with context-aware monitoring. Let Watchflow ensure consistent quality standards so your team can focus on building.
29
+
Replace static protection rules with context-aware monitoring. Let <strong>Watchflow</strong> ensure consistent quality standards so your team can focus on building.
30
30
</p>
31
31
</header>
32
32
@@ -74,9 +74,16 @@ <h2 class="section-title">Your repo, your rules</h2>
74
74
<divclass="window-dot green"></div>
75
75
</div>
76
76
</div>
77
-
<preid="codeContent" class="code-content"></pre>
77
+
<divclass="code-container">
78
+
<preid="codeContent" class="code-content"></pre>
79
+
<buttonid="copyIconBtn" class="copy-icon-btn" title="Copy to clipboard">
0 commit comments