mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[PR #20] [MERGED] arma-reforger-workshop - Plugin for managing Arma Reforger mods. #73
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/plugins#73
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/pelican-dev/plugins/pull/20
Author: @szpolny
Created: 12/20/2025
Status: ✅ Merged
Merged: 1/3/2026
Merged by: @Boy132
Base:
main← Head:main📝 Commits (10+)
4409b9bfeat: add arma-reforger-workshop plugin4111bafbrowse workshop directly in browser9914044readme for arma-reforger-workshop plugin0b04697Merge branch 'main' into arma-reforger-mainc697d86Merge branch 'pelican-dev:main' into mainf042ae1fix: correct string interpolation in mod notifications408ae7aeliminate n+1 calls8befb7bfix pint4e6ca23use localization strings instead of hardcoded textsb47ada7enhance mod enrichment with concurrent requests and caching📊 Changes
8 files changed (+1109 additions, -0 deletions)
View changed files
➕
arma-reforger-workshop/README.md(+57 -0)➕
arma-reforger-workshop/lang/en/arma-reforger-workshop.php(+60 -0)➕
arma-reforger-workshop/plugin.json(+17 -0)➕
arma-reforger-workshop/src/ArmaReforgerWorkshopPlugin.php(+23 -0)➕
arma-reforger-workshop/src/Facades/ArmaReforgerWorkshop.php(+29 -0)➕
arma-reforger-workshop/src/Filament/Server/Pages/ArmaReforgerWorkshopPage.php(+361 -0)➕
arma-reforger-workshop/src/Filament/Server/Pages/BrowseWorkshopPage.php(+230 -0)➕
arma-reforger-workshop/src/Services/ArmaReforgerWorkshopService.php(+332 -0)📄 Description
Hi, i created plugin for managing mods for Arma Reforger. The plugin is mainly vibe-coded (because of my poor php knowledge), so free to suggest any improvements.
Summary by CodeRabbit
New Features
Backend
Browse & Search
Caching
Documentation
Localization
Plugin
✏️ Tip: You can customize this high-level summary in your review settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.