[PR #54] [MERGED] snowflakes: Remove enabled switch & Translate #87

Closed
opened 2026-05-07 00:18:01 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/plugins/pull/54
Author: @rmartinoscar
Created: 12/24/2025
Status: Merged
Merged: 12/24/2025
Merged by: @Boy132

Base: mainHead: snowflakes


📝 Commits (2)

  • bb7b85c snowflakes: Remove enabled switch
  • e5b4322 snowflakes: Translate

📊 Changes

4 files changed (+26 additions, -40 deletions)

View changed files

📝 snowflakes/config/snowflakes.php (+0 -1)
snowflakes/lang/en/strings.php (+14 -0)
📝 snowflakes/src/Providers/SnowflakesPluginProvider.php (+1 -16)
📝 snowflakes/src/SnowflakesPlugin.php (+11 -23)

📄 Description

The switch doesn't do anything anyway, if you don't want snowflakes anymore disable the plugin.
image

The library will automatically start by default when loading the library. Just when autostart was disabled you'll need to initially call Snowflake.start().

Summary by CodeRabbit

  • Refactor
    • Removed the enable/disable toggle from snowflakes settings
    • Updated configuration labels and help text to use localized translation strings for better internationalization support
    • Streamlined configuration data handling

✏️ 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/plugins/pull/54 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 12/24/2025 **Status:** ✅ Merged **Merged:** 12/24/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `snowflakes` --- ### 📝 Commits (2) - [`bb7b85c`](https://github.com/pelican-dev/plugins/commit/bb7b85c530a17b7a749dd80c0d26e3be6cda2ff8) snowflakes: Remove enabled switch - [`e5b4322`](https://github.com/pelican-dev/plugins/commit/e5b4322bde53957029392248ac7538ec30ae5ce9) snowflakes: Translate ### 📊 Changes **4 files changed** (+26 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `snowflakes/config/snowflakes.php` (+0 -1) ➕ `snowflakes/lang/en/strings.php` (+14 -0) 📝 `snowflakes/src/Providers/SnowflakesPluginProvider.php` (+1 -16) 📝 `snowflakes/src/SnowflakesPlugin.php` (+11 -23) </details> ### 📄 Description The switch doesn't do anything anyway, if you don't want snowflakes anymore disable the plugin. <img width="484" height="20" alt="image" src="https://github.com/user-attachments/assets/a511b14e-48ba-4111-be41-b0efa71e3e65" /> > [The library will automatically start by default when loading the library. Just when autostart was disabled you'll need to initially call Snowflake.start().](https://github.com/nextapps-de/snowflake#showstart-snowflake) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Refactor** * Removed the enable/disable toggle from snowflakes settings * Updated configuration labels and help text to use localized translation strings for better internationalization support * Streamlined configuration data handling <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:18:01 +02: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/plugins#87
No description provided.