Skip to content

Commit a9fcc52

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 67fdac2 commit a9fcc52

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

assets/images/screenshots/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ These screenshots are ready to use:
3232
|`plugins-install-withFile.png` | Install Plugin with file selected |
3333
|`plugins-install-complete.png` | Plugin installation complete message |
3434
|`plugins-errors.png` | Plugin File Install Errors tab |
35+
|`docker-compose-tabs.png` | Docker page with Compose tab added by plugin |
36+
|`apps-plugins-details.png` | Plugin details/info panel (click on a plugin name) |
3537

3638
---
3739

3840
## Still Needed
3941

4042
| Status | Filename | Description | Used In |
4143
|:------:|----------|-------------|---------|
42-
|| `plugins-details.png` | Plugin details/info panel (click on a plugin name) | PLG File Reference |
4344
|| `settings-page-example.png` | A plugin settings page with form controls | Getting Started, Page Files, Form Controls |
4445
|| `settings-display.png` | Unraid Display Settings page | Dynamix Framework |
4546
|| `form-toggle.png` | Yes/No dropdown or toggle switch | Form Controls |
4647
|| `form-file-picker.png` | File tree picker expanded | Form Controls |
4748
|| `form-share-dropdown.png` | Share selector dropdown | Form Controls |
4849
|| `sidebar-menu.png` | Sidebar showing menu sections with plugins | Page Files, Icons & Styling |
4950
|| `header-menu.png` | Header bar showing Docker/VMs/custom xmenu | Page Files |
50-
|| `tabs-interface.png` | A plugin with multiple tabs | Tab Pages |
5151
|| `dashboard-tiles.png` | Dashboard with plugin tiles | Dashboard Tiles |
5252
|| `notifications-panel.png` | Notifications (normal/warning/alert) | Notifications System |
5353
|| `terminal-plugin-help.png` | Output of `plugin` command | Plugin Command |
@@ -66,8 +66,8 @@ These screenshots are ready to use:
6666

6767
## Summary
6868

69-
- **Available**: 8 screenshots ✅
70-
- **Still needed**: 22 screenshots
69+
- **Available**: 11 screenshots ✅
70+
- **Still needed**: 19 screenshots
7171
- **Total**: 30 screenshots
7272

7373
---
279 KB
Loading

docs/plg-file.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ The `<PLUGIN>` tag supports these attributes:
9898
| `min` | Minimum Unraid version required (e.g., `"6.9.0"`). |
9999
| `max` | Maximum Unraid version supported. |
100100

101-
{: .placeholder-image }
102-
> 📷 **Screenshot needed:** *Plugin details panel with version, author, changelog*
103-
>
104-
> ![Plugin details](../assets/images/screenshots/plugins-details.png)
101+
Clicking a plugin name in the Plugins page opens the details panel:
102+
103+
![Plugin details panel](../assets/images/screenshots/apps-plugins-details.png)
104+
*Plugin details showing version, author, support link, and changelog*
105105

106106
## CHANGES Section
107107

docs/ui/tab-pages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Here's how Unraid's tab interface looks in the Plugins page:
1818

1919
![Tab interface example](../../assets/images/screenshots/plugins-installed.png){: .crop-pluginsInstalled-tabs }
2020

21-
{: .placeholder-image }
22-
> 📷 **Screenshot needed:** *Plugin with multiple tabs showing custom plugin tabs*
23-
>
24-
> ![Tabbed interface](../../assets/images/screenshots/tabs-interface.png)
21+
Here's an example of a plugin adding a custom tab to an existing page:
22+
23+
![Docker page with Compose tab](../../assets/images/screenshots/docker-compose-tabs.png)
24+
*Compose Manager adds a "Compose" tab to the Docker page*
2525

2626
## Basic Tab Structure
2727

0 commit comments

Comments
 (0)