mirror of
https://github.com/SecurityCrux/secrux-web.git
synced 2026-04-26 20:15:54 +03:00
[PR #1] [MERGED] Feature/plugin #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/secrux-web#1
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?
📋 Pull Request Information
Original PR: https://github.com/SecurityCrux/secrux-web/pull/1
Author: @springkill
Created: 1/16/2026
Status: ✅ Merged
Merged: 1/16/2026
Merged by: @springkill
Base:
main← Head:feature/plugin📝 Commits (5)
d6fbfa3feat: add plugin frontend.1899414feat: Remove connection information and API-related content from the IntelliJ plugin page.16a03d1feat: improve code snippet styling and dark mode contrast33b933ffeat: add GitHub Actions workflow for publishing Docker images and improve dark mode styles for code snippetsb4ee997feat: update Docker image tag handling and add step to set package visibility to public📊 Changes
12 files changed (+532 additions, -25 deletions)
View changed files
➕
.github/workflows/publish-ghcr.yml(+87 -0)📝
src/App.tsx(+5 -0)📝
src/components/code-snippet/code-snippet-view.tsx(+8 -6)📝
src/components/status-badges.tsx(+2 -0)📝
src/config/navigation.ts(+6 -0)📝
src/i18n/locales/en/common.json(+38 -1)📝
src/i18n/locales/zh/common.json(+39 -2)📝
src/index.css(+118 -15)➕
src/pages/ide-plugins/intellij-plugin-page.tsx(+189 -0)📝
src/pages/tasks/task-explorer-page.tsx(+1 -0)➕
src/services/ide-plugin-service.ts(+21 -0)📝
src/types/api.ts(+18 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.