About dialog touches

This commit is contained in:
barsdeveloper
2025-01-26 13:54:15 +02:00
parent c73bcdcdb5
commit 5b9b3a2592
4 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# UEBlueprint
A stand alone editor implementation of the UE's Blueprint visual language.
A stand alone implementation of the UE's Blueprint visual language editor
https://www.npmjs.com/package/ueblueprint

4
dist/ueblueprint.js vendored
View File

@@ -11188,7 +11188,11 @@ class BlueprintTemplate extends ITemplate {
Version: ${Configuration.VERSION}<br />
Author: barsdeveloper<br />
License: MIT<br />
<a target="_blank" href="https://github.com/barsdeveloper/ueblueprint">
<svg width="16" height="16" viewBox="0 0 16 16" fill="#e3b341" style="vertical-align: bottom">
<path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Z"></path>
</svg>
https://github.com/barsdeveloper/ueblueprint
</a>
</p>

File diff suppressed because one or more lines are too long

View File

@@ -162,12 +162,16 @@ export default class BlueprintTemplate extends ITemplate {
</div>
<dialog class="ueb-info-dialog" @click="${e => e.target.closest(".ueb-info-dialog").close()}">
<h2>UEBlueprint</h2>
<p>A stand alone editor implementation of the UE's Blueprint visual language.</p>
<p>A stand alone implementation of the UE's Blueprint visual language editor.</p>
<p>
Version: ${Configuration.VERSION}<br />
Author: barsdeveloper<br />
License: MIT<br />
<a target="_blank" href="https://github.com/barsdeveloper/ueblueprint">
<svg width="16" height="16" viewBox="0 0 16 16" fill="#e3b341" style="vertical-align: bottom">
<path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Z"></path>
</svg>
https://github.com/barsdeveloper/ueblueprint
</a>
</p>