Skip to content

Commit d93a017

Browse files
#25 commented out undo/redo UI for refresh data release
1 parent 208a40e commit d93a017

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-data-preview",
33
"displayName": "Data Preview",
44
"description": "Data Preview",
5-
"version": "1.10.0",
5+
"version": "1.9.2",
66
"publisher": "RandomFractalsInc",
77
"author": "Taras Novak",
88
"contributors": [

templates/data.view.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@
5858
</select>
5959
</div>
6060
<div>🈸
61-
<a id="title" title="Load data view config" href="#" onclick="loadConfig()"></a> |
61+
<a id="title" title="Load data view config" href="#" onclick="loadConfig()"></a>
62+
<!--
6263
<a title="Undo" href="#" onclick="undoConfig()">↩</a>
6364
<a title="Redo" href="#" onclick="redoConfig()">↪</a>
64-
<a title="Refresh" href="#" onclick="reloadData()">🔃</a>
65+
-->
66+
<a title="Refresh data" href="#" onclick="reloadData()">🔃</a>
6567
</div>
6668
</div>
6769
<perspective-viewer id="data-viewer" view="grid"></perspective-viewer>

0 commit comments

Comments
 (0)