[PR #120] [MERGED] Feat/show new rules tags on top #355

Closed
opened 2026-03-03 11:29:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/120
Author: @manikanta9176
Created: 4/28/2025
Status: Merged
Merged: 4/28/2025
Merged by: @manikanta9176

Base: mainHead: feat/show-new-rules-tags-on-top


📝 Commits (2)

  • 0a97288 chore: add inbound and outbound rules sections with dynamic rule forms and newly added rule is on top
  • 12d61a0 chore: add full screen toggle to CreateSecurityGroup and adjust form scroll area height

📊 Changes

11 files changed (+1037 additions, -976 deletions)

View changed files

src/components/security/BasicInfoSection.tsx (+151 -0)
📝 src/components/security/CreateSecurityGroup.tsx (+56 -32)
📝 src/components/security/CreateSecurityGroupForm.tsx (+177 -944)
src/components/security/InboundRulesSection.tsx (+61 -0)
src/components/security/OutboundRulesSection.tsx (+61 -0)
src/components/security/PortInputs.tsx (+82 -0)
src/components/security/ProtocolInput.tsx (+46 -0)
src/components/security/RuleForm.tsx (+130 -0)
src/components/security/RuleTypeSelect.tsx (+77 -0)
src/components/security/SourceDestination.tsx (+102 -0)
src/components/security/TagsSection.tsx (+94 -0)

📄 Description

#98


🔄 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/dflow-sh/dflow/pull/120 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/show-new-rules-tags-on-top` --- ### 📝 Commits (2) - [`0a97288`](https://github.com/dflow-sh/dflow/commit/0a97288b9db65fd4f74a6881c7948ec09a4e0952) chore: add inbound and outbound rules sections with dynamic rule forms and newly added rule is on top - [`12d61a0`](https://github.com/dflow-sh/dflow/commit/12d61a031f89eab7b14481e8eb74ce0d88276159) chore: add full screen toggle to CreateSecurityGroup and adjust form scroll area height ### 📊 Changes **11 files changed** (+1037 additions, -976 deletions) <details> <summary>View changed files</summary> ➕ `src/components/security/BasicInfoSection.tsx` (+151 -0) 📝 `src/components/security/CreateSecurityGroup.tsx` (+56 -32) 📝 `src/components/security/CreateSecurityGroupForm.tsx` (+177 -944) ➕ `src/components/security/InboundRulesSection.tsx` (+61 -0) ➕ `src/components/security/OutboundRulesSection.tsx` (+61 -0) ➕ `src/components/security/PortInputs.tsx` (+82 -0) ➕ `src/components/security/ProtocolInput.tsx` (+46 -0) ➕ `src/components/security/RuleForm.tsx` (+130 -0) ➕ `src/components/security/RuleTypeSelect.tsx` (+77 -0) ➕ `src/components/security/SourceDestination.tsx` (+102 -0) ➕ `src/components/security/TagsSection.tsx` (+94 -0) </details> ### 📄 Description #98 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:32 +03:00
Sign in to join this conversation.
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/dflow#355
No description provided.