stable
Clone or download
Read-only
part of request #29264 Split the build of tracker plugin frontend assets into multiple apps How to test: No functional change in Cardwall view or Tracker report Cardwall renderer. The modal v2 still loads and opens as before when you click on "Create a task" in Tracker Cardwall renderer or when you edit the Release in Cardwall. Change-Id: I1faec7c53e158eeba50e94d4d69cc021859a2fe4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/cardwall/include/cardwallPlugin.php | +9 | −2 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +9 | −1 | Go to diff View file |
M | plugins/tracker/package.json | +2 | −5 | Go to diff View file |
M | plugins/tracker/pnpm-lock.yaml | +0 | −9 | Go to diff View file |
A | plugins/tracker/scripts/legacy-modal-v2/package.json | +21 | −0 | Go to diff View file |
A | plugins/tracker/scripts/legacy-modal-v2/pnpm-lock.yaml | +27 | −0 | Go to diff View file |
R | plugins/tracker/scripts/modal-v2/modal-in-place.js | Go to diff View file | ||
A | plugins/tracker/scripts/legacy-modal-v2/webpack.common.js | +43 | −0 | Go to diff View file |
A | plugins/tracker/scripts/legacy-modal-v2/webpack.dev.js | +23 | −0 | Go to diff View file |
A | plugins/tracker/scripts/legacy-modal-v2/webpack.prod.js | +23 | −0 | Go to diff View file |
M | plugins/tracker/webpack.common.js | +16 | −35 | Go to diff View file |