Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
CodeIssuesPull RequestsActionsSecurityInsightsSettings
✨ AI
More
Blame · Line-by-line history

toolWindowIcon.svg

Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.

toolWindowIcon.svgBlame8 lines · 1 contributor
1ab8aceClaude1<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
2 <!-- 13x13 is the JetBrains-recommended size for tool-window icons.
3 Single-color so IntelliJ can recolor for light/dark themes. -->
4 <circle cx="6.5" cy="6.5" r="5" stroke="currentColor" stroke-width="1.1"/>
5 <path d="M1.5 6.5h10" stroke="currentColor" stroke-width="1.1" stroke-linecap="round"/>
6 <path d="M6.5 1.5a7 7 0 0 1 0 10" stroke="currentColor" stroke-width="1.1" stroke-linecap="round"/>
7 <path d="M6.5 1.5a7 7 0 0 0 0 10" stroke="currentColor" stroke-width="1.1" stroke-linecap="round"/>
8</svg>