[PR #1] [MERGED] Feature/plugin #1

Closed
opened 2026-02-27 20:25:56 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feature/plugin


📝 Commits (5)

  • d6fbfa3 feat: add plugin frontend.
  • 1899414 feat: Remove connection information and API-related content from the IntelliJ plugin page.
  • 16a03d1 feat: improve code snippet styling and dark mode contrast
  • 33b933f feat: add GitHub Actions workflow for publishing Docker images and improve dark mode styles for code snippets
  • b4ee997 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/SecurityCrux/secrux-web/pull/1 **Author:** [@springkill](https://github.com/springkill) **Created:** 1/16/2026 **Status:** ✅ Merged **Merged:** 1/16/2026 **Merged by:** [@springkill](https://github.com/springkill) **Base:** `main` ← **Head:** `feature/plugin` --- ### 📝 Commits (5) - [`d6fbfa3`](https://github.com/SecurityCrux/secrux-web/commit/d6fbfa33a4069b3cf19b0923f549fe1c0886b832) feat: add plugin frontend. - [`1899414`](https://github.com/SecurityCrux/secrux-web/commit/1899414f1cf8d9bda4909065248d89f728c3034e) feat: Remove connection information and API-related content from the IntelliJ plugin page. - [`16a03d1`](https://github.com/SecurityCrux/secrux-web/commit/16a03d1d78b6b9a9bb679799b66366fbec8a336a) feat: improve code snippet styling and dark mode contrast - [`33b933f`](https://github.com/SecurityCrux/secrux-web/commit/33b933f8bcb890e22872aeb5d224a4680834ca68) feat: add GitHub Actions workflow for publishing Docker images and improve dark mode styles for code snippets - [`b4ee997`](https://github.com/SecurityCrux/secrux-web/commit/b4ee997c0dda470b2ba5ed5dcf0325aca5e5e38b) feat: update Docker image tag handling and add step to set package visibility to public ### 📊 Changes **12 files changed** (+532 additions, -25 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:25:56 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/secrux-web#1
No description provided.