mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Reference in New Issue
Block a user
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/plankanban/planka/pull/303
Author: @jacqueslorentz
Created: 9/26/2022
Status: ✅ Merged
Merged: 9/30/2022
Merged by: @meltyshev
Base:
master← Head:fix-front-end-base-url-with-path📝 Commits (2)
c203cf2fix: #272 Front end application base url with path7b1f7fbfix: #272 Fix webpack dev server config📊 Changes
9 files changed (+124 additions, -13 deletions)
View changed files
📝
Dockerfile(+1 -1)➕
client/config-overrides.js(+56 -0)📝
client/package-lock.json(+42 -0)📝
client/package.json(+5 -4)📝
client/public/index.html(+1 -0)📝
client/src/api/socket.js(+2 -1)📝
client/src/constants/Config.js(+8 -1)📝
client/src/constants/Paths.js(+7 -5)📝
server/config/views.js(+2 -1)📄 Description
Hi,
Regarding the issue #272 (maybe #43 and #111 also) I propose this solution.
It can be too complex but there is no straight-forward way to implement a react application base url at runtime.
If you have any questions/remarks I would be very happy to improve this implementation.
Thanks for maintaining this great project!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.