[PR #101] [CLOSED] url function around static resource links #594

Closed
opened 2026-02-04 18:35:27 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/101
Author: @Miniontoby
Created: 4/18/2024
Status: Closed

Base: masterHead: feature/using_url


📝 Commits (1)

  • 9919807 url function around static resource links

📊 Changes

4 files changed (+7 additions, -7 deletions)

View changed files

📝 app/Extensions/Themes/Theme.php (+1 -1)
📝 bootstrap/app.php (+1 -1)
📝 resources/views/layouts/admin.blade.php (+3 -3)
📝 resources/views/templates/wrapper.blade.php (+2 -2)

📄 Description

Wrapped the static resource links in the url function to make it sync to APP_URL

This would allow later on to support running in an subfolder


🔄 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/panel/pull/101 **Author:** [@Miniontoby](https://github.com/Miniontoby) **Created:** 4/18/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/using_url` --- ### 📝 Commits (1) - [`9919807`](https://github.com/pelican-dev/panel/commit/991980759a18086105a9dcf3a4942bdeceea7fb5) url function around static resource links ### 📊 Changes **4 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `app/Extensions/Themes/Theme.php` (+1 -1) 📝 `bootstrap/app.php` (+1 -1) 📝 `resources/views/layouts/admin.blade.php` (+3 -3) 📝 `resources/views/templates/wrapper.blade.php` (+2 -2) </details> ### 📄 Description Wrapped the static resource links in the url function to make it sync to APP_URL This would allow later on to support running in an subfolder --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:35:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#594