[PR #1] [CLOSED] feat(ui): file uploads and static analysis workflow #26

Closed
opened 2026-06-08 09:04:45 +00:00 by ryangr0 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Ryangr0/rust-regex-gui-webgrip/pull/1
Author: @Ryangr0
Created: 6/8/2025
Status: Closed

Base: mainHead: codex/update-file-uploads-and-add-tests


📝 Commits (1)

  • 93ca113 feat(ui): add file upload inputs and dry-run dialog

📊 Changes

5 files changed (+275 additions, -4 deletions)

View changed files

.github/workflows/static-analysis.yml (+97 -0)
📝 Cargo.lock (+105 -0)
📝 Cargo.toml (+1 -0)
src/lib.rs (+41 -0)
📝 src/main.rs (+31 -4)

📄 Description

Summary

  • add file upload inputs to the rules UI
  • show a native dialog when the dry‑run box is toggled
  • implement a small domain Rule with tests
  • add rfd dependency
  • include a static analysis GitHub workflow

Testing

  • cargo fmt
  • cargo test --quiet

https://chatgpt.com/codex/tasks/task_e_684558b96f38832094ca1172927eba7d


🔄 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/Ryangr0/rust-regex-gui-webgrip/pull/1 **Author:** [@Ryangr0](https://github.com/Ryangr0) **Created:** 6/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/update-file-uploads-and-add-tests` --- ### 📝 Commits (1) - [`93ca113`](https://github.com/Ryangr0/rust-regex-gui-webgrip/commit/93ca1138457502f3f5cd1515f6600dfdbe8cf32a) feat(ui): add file upload inputs and dry-run dialog ### 📊 Changes **5 files changed** (+275 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/static-analysis.yml` (+97 -0) 📝 `Cargo.lock` (+105 -0) 📝 `Cargo.toml` (+1 -0) ➕ `src/lib.rs` (+41 -0) 📝 `src/main.rs` (+31 -4) </details> ### 📄 Description ## Summary - add file upload inputs to the rules UI - show a native dialog when the dry‑run box is toggled - implement a small domain `Rule` with tests - add rfd dependency - include a static analysis GitHub workflow ## Testing - `cargo fmt` - `cargo test --quiet` ------ https://chatgpt.com/codex/tasks/task_e_684558b96f38832094ca1172927eba7d --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
ryangr0 2026-06-08 09:04:45 +00: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
ryangr0/rust-regex-gui-webgrip#26
No description provided.