-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#19 #20 - Enable/disable tap&hold mechanic using new button in top right menu (or by holding Shift key). When disabled, tap&hold works like a tap. - Hold Ctrl key and tap in front view mode to clone the currently selected layer, or create a new symbol if nothing selected. - Redesigned list of layers in side view mode. It now shows in front view mode as well, and includes all containers/symbols, options for renaming/deleting/searching layers, and displays symbol previews. - Press Up/Down Arrow keys to navigate through the layers in the Symbol Art. - Press Enter key while renaming layers to submit the new name. - fixes bug where renaming layers would not register a new history state.
- Loading branch information
1 parent
34a1434
commit 97398eb
Showing
25 changed files
with
922 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.vs/* | ||
node_modules/* | ||
*.stg | ||
package-lock.json | ||
package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div class="disable-select" style="pointer-events: none;transition: all 0.3s ease-in-out 0s;position: absolute;right: 10px;bottom: 10px;width: 170px;text-align: right;font-size: 16px;"> | ||
<div class="disable-select" style="pointer-events: none;transition: all 0.3s ease-in-out 0s;position: absolute;right: 10px;top: 10px;width: 170px;text-align: right;font-size: 16px;"> | ||
<div class="disable-select" style="color: #808080;font-size: 12px;padding: 0 10px 4px 0;">by malulleybovo</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<div style="margin: 4px 0px;pointer-events: all;cursor: pointer;overflow: hidden;background: #ffffff10;border-radius: 6px;position: relative;"> | ||
<div id="collapsebutton" style="position: absolute;left: 0;top: 0;bottom: 0;background: white;width: 12px;font-size: 10px;text-align: center;color: #3c3c3c;text-shadow: none;"> | ||
<i style="position: absolute;transform: translate(-50%, -50%);top: 50%;" class="fas fa-angle-down"></i> | ||
</div> | ||
<div id="symbolpreview" style="position: absolute;left: 0;top: 0;bottom: 0;width: 24px;"> | ||
<svg style="position: absolute;width: 16px;height: 16px;left: 50%;top: 50%;transform: translate(-50%, -50%);"> | ||
<filter id="placeholderid" color-interpolation-filters="sRGB"> | ||
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix> | ||
</filter> | ||
<image filter="url(#placeholderid)" href="" style="width: 100%;"></image> | ||
</svg> | ||
</div> | ||
<div id="textview" style="margin-left: 20px;margin-right: 40px;margin-top: 2px;margin-bottom: 4px;padding-left: 4px;"></div> | ||
<div id="renamebutton" style="position: absolute;right: 20px;top: 0;bottom: 0;width: 20px;font-size: 10px;text-align: center;color: white;text-shadow: none;"> | ||
<i class="fas fa-pen" style="position: absolute;transform: translate(-50%, -50%);top: 50%;"></i> | ||
</div> | ||
<div id="deletebutton" style="position: absolute;right: 0;top: 0;bottom: 0;width: 20px;font-size: 10px;text-align: center;color: white;text-shadow: none;"> | ||
<i style="position: absolute;transform: translate(-50%, -50%);top: 50%;" class="fas fa-trash"></i> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<div class="disable-select" style="text-shadow: 0px 0px 2px #3c3c3c;transition: all 0.3s ease-in-out 0s;position: absolute;right: 0;bottom: 0;width: 240px;max-width: 45%;text-align: right;font-size: 14px;"> | ||
<div style="color: #808080;font-size: 12px;padding: 0 10px 4px 0;"> | ||
<span id="symbolcount">0</span><span>/</span><span id="symboltotal">0</span><span> Symbols</span> | ||
<br/> | ||
<span id="containercount">0</span><span>/</span><span id="containertotal">0</span><span> Containers</span> | ||
</div> | ||
<div id="layersearchcontainer" style="color: #808080;font-size: 12px;padding: 0 10px 4px 0;"> | ||
<div style="position: relative;height: 30px;background: #80808040;border-radius: 6px;margin-left: 60px;"> | ||
<div style="position: absolute;top: 0;left: 12px;bottom: 0;right: 30px;"> | ||
<input id="layersearchtextfield" style="padding: 0;height: 100%;border: none;text-align: right;position: relative;top: 0;left: 0;color: white;outline: none;font-family: Verdana;font-weight: bold;font-size: 12pt;width: 100%;" type="text" class="gradient-text"> | ||
</div> | ||
<div id="searchbutton" style="position: absolute;right: 0;top: 0;bottom: 0;width: 30px;font-size: 14px;text-align: center;color: white;text-shadow: none;"> | ||
<i style="position: absolute;transform: translate(-50%, -50%);top: 50%;" class="fas fa-search"></i> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="listview" style="max-height: 180px;overflow-x: hidden;overflow-y: scroll;scrollbar-width: thin;scrollbar-color: rgba(255,255,255,0.2) rgba(0,0,0,0);"></div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.